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.
When the
DefaultURIDownloadertries to load a schema and got a response301 Moved Permanentlyit tries to parse the body content and fails (For example check zalando/zally#1164).Would be great if the
DefaultURIDownloadercould handle redirects and instead of failing, try to download schema again.