mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
Add encodedCharacters middleware
This commit is contained in:
@@ -858,6 +858,11 @@ func (in *MiddlewareSpec) DeepCopyInto(out *MiddlewareSpec) {
|
||||
*out = new(dynamic.Headers)
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.EncodedCharacters != nil {
|
||||
in, out := &in.EncodedCharacters, &out.EncodedCharacters
|
||||
*out = new(dynamic.EncodedCharacters)
|
||||
**out = **in
|
||||
}
|
||||
if in.Errors != nil {
|
||||
in, out := &in.Errors, &out.Errors
|
||||
*out = new(ErrorPage)
|
||||
|
||||
Reference in New Issue
Block a user