You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the DefaultURIDownloader tries to load a schema and got a response 301 Moved Permanently it tries to parse the body content and fails (For example check zalando/zally#1164).
Would be great if the DefaultURIDownloader could handle redirects and instead of failing, try to download schema again.