diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f2596a9..e5ffdaa61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.11.34](https://github.com/traefik/traefik/tree/v2.11.34) (2025-12-23) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.33...v2.11.34) + +**Bug fixes:** +- **[server]** Fix deny encoded characters ([#12457](https://github.com/traefik/traefik/pull/12457) by [rtribotte](https://github.com/rtribotte)) + ## [v2.11.33](https://github.com/traefik/traefik/tree/v2.11.33) (2025-12-17) [All Commits](https://github.com/traefik/traefik/compare/v2.11.32...v2.11.33) diff --git a/docs/content/reference/static-configuration/cli-ref.md b/docs/content/reference/static-configuration/cli-ref.md index cdb43f1ab..2f08ac366 100644 --- a/docs/content/reference/static-configuration/cli-ref.md +++ b/docs/content/reference/static-configuration/cli-ref.md @@ -237,9 +237,6 @@ Trust only forwarded headers from selected IPs. `--entrypoints..http`: HTTP configuration. -`--entrypoints..http.encodedcharacters`: -Defines which encoded characters are allowed in the request path. - `--entrypoints..http.encodedcharacters.allowencodedbackslash`: Defines whether requests with encoded back slash characters in the path are allowed. (Default: ```false```) diff --git a/docs/content/reference/static-configuration/env-ref.md b/docs/content/reference/static-configuration/env-ref.md index 1b7fd6e62..12149a7df 100644 --- a/docs/content/reference/static-configuration/env-ref.md +++ b/docs/content/reference/static-configuration/env-ref.md @@ -246,9 +246,6 @@ HTTP/3 configuration. (Default: ```false```) `TRAEFIK_ENTRYPOINTS__HTTP3_ADVERTISEDPORT`: UDP port to advertise, on which HTTP/3 is available. (Default: ```0```) -`TRAEFIK_ENTRYPOINTS__HTTP_ENCODEDCHARACTERS`: -Defines which encoded characters are allowed in the request path. - `TRAEFIK_ENTRYPOINTS__HTTP_ENCODEDCHARACTERS_ALLOWENCODEDBACKSLASH`: Defines whether requests with encoded back slash characters in the path are allowed. (Default: ```false```)