Skip to content

Commit fd50a10

Browse files
committed
Add reference to the issue
1 parent 2ae5734 commit fd50a10

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/eu/openanalytics/containerproxy/security/FixedDefaultOAuth2AuthorizationRequestResolver.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
import org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestResolver;
2828
import org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest;
2929

30+
/**
31+
* Disables the handling of OAuth on the `/app_direct` URL.
32+
* See issue #23799.
33+
*
34+
* Without this, the Filter will eat the body of the (POST) request. As a result Undertow will not be able
35+
* to proxy the request to the container.
36+
*/
3037
public class FixedDefaultOAuth2AuthorizationRequestResolver implements OAuth2AuthorizationRequestResolver {
3138

3239
private DefaultOAuth2AuthorizationRequestResolver delegate;

0 commit comments

Comments
 (0)