The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Http to Https redirect filter not working as expected #149

Closed Padi-owasp closed 3 months ago

Padi-owasp commented 3 months ago

Redirection takes not place when it should for https hosts. Fix HttpRedirectFilter.

Padi-owasp commented 3 months ago

As SpringCloudGateway does not support listening on two ports anyway, this functionality is obsolete and we decided to remove it completely.

Padi-owasp commented 3 months ago

As of now SpringCloudGateway can not listen on two ports (https://github.com/spring-projects/spring-boot/issues/12035, closed with "won't fix"). Due to this we decided to remove Redirection altogether.