Skip to content

Commit

Permalink
Merge pull request #45260 from gilday/main
Browse files Browse the repository at this point in the history
Typo in ProxyConfig
  • Loading branch information
gsmet authored Dec 24, 2024
2 parents daf3a31 + 0b097eb commit 5c3fe4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ProxyConfig {
* the precedence.
* Activating this together with {@code quarkus.http.proxy.allow-x-forwarded} has security implications as clients can forge
* requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected
* `X-Forwarded` or `X-Forwarded-*` headers from the client.
* `Forwarded` or `X-Forwarded-*` headers from the client.
*/
@ConfigItem
public boolean allowForwarded;
Expand All @@ -47,7 +47,7 @@ public class ProxyConfig {
* precedence.
* Activating this together with {@code quarkus.http.proxy.allow-forwarded} has security implications as clients can forge
* requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected
* `X-Forwarded` or `X-Forwarded-*` headers from the client.
* `Forwarded` or `X-Forwarded-*` headers from the client.
*/
@ConfigItem
public Optional<Boolean> allowXForwarded;
Expand Down

0 comments on commit 5c3fe4f

Please sign in to comment.