-
Notifications
You must be signed in to change notification settings - Fork 38.5k
No support for non-standard HTTP status codes in reactive ClientHttpResponse [SPR-16748] #21289
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
Comments
Juergen Hoeller commented I've slightly repurposed this ticket for |
It seems that this problem is still there spring-cloud/spring-cloud-sleuth#1462
|
@marcingrzejszczak , also |
Spencer Gibb opened SPR-16748 and commented
ClientHttpResponse
does not have a way to retrieve http status codes as an int without using theHttpStatus
enum. This causes responses with custom status codes to fail with the following exception.ServerHttpResponse
also does not have a way to set status codes without using the enum, thoughAbstractServerHttpResponse
does.Affects: 5.0.5
Reference URL: spring-cloud/spring-cloud-gateway#284
Issue Links:
The text was updated successfully, but these errors were encountered: