-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Netty Connector doesn't support Followredirects. #5045
Comments
Hi @sumitaneja I have created an issue in Netty to support follow redirects. We will see whether they can implement this, or we have to implement it in Jersey. |
hm... I think Netty supports follow-redirect, at least HelidonConnector based on Netty already implements follow-redirect. |
it might be possible that Helidon WebClient supports follow-redirect on its own, without Netty, though... |
I think Helidon manages that on its own in io.helidon.webclient.RedirectInterceptor |
Closed by #5048 |
Follow redirect(jersey.config.client.followRedirects) is true but netty connector still doesn't follow redirect and provides 307 to client.
The text was updated successfully, but these errors were encountered: