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
Describe the bug
The adapter takes the http response received, completely ignores the response status, and just sets it to 200. It should be inspecting and using the http response status from the response object.
Describe the bug
The adapter takes the http response received, completely ignores the response status, and just sets it to 200. It should be inspecting and using the http response status from the response object.
Sample
Offending code: https://github.com/spring-cloud/spring-cloud-function/blob/main/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web/src/main/java/org/springframework/cloud/function/adapter/azure/web/AzureWebProxyInvoker.java#L141C1-L141C75
The text was updated successfully, but these errors were encountered: