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
Issue #127 mentions that the NettyHttpProvider ignores case when checking for equality between the redirect Uri and the Future's Uri. This commit simply changes the equalsIgnoreCase to equals.
In NettyAsyncHttpProvider.java, when handling an HTTP redirect, it checks whether the new url is the same as the old url, ignoring case.
It turns out that there are some web servers out there that redirect any mixed-case filenames to the lowercased equivalent.
So if you try to get the mixed-case filename, NettyAsyncHttpProvider won't follow the redirect.
The text was updated successfully, but these errors were encountered: