Merge branch v2.11 into v3.6
This commit is contained in:
commit
e40d8c3d11
10 changed files with 257 additions and 242 deletions
|
|
@ -99,7 +99,7 @@ func runCmd(staticConfiguration *static.Configuration) error {
|
|||
|
||||
// Display warning to advertise for new behavior of rejecting encoded characters in the request path.
|
||||
// Deprecated: this has to be removed in the next minor/major version.
|
||||
log.Warn().Msg("Starting with v3.6.3, Traefik now rejects some encoded characters in the request path by default. " +
|
||||
log.Warn().Msg("Starting with v3.6.4, Traefik now rejects some encoded characters in the request path by default. " +
|
||||
"Refer to the documentation for more details: https://doc.traefik.io/traefik/migrate/v3/#encoded-characters-in-request-path")
|
||||
|
||||
http.DefaultTransport.(*http.Transport).Proxy = http.ProxyFromEnvironment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue