We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be595a2 commit abec518Copy full SHA for abec518
apis/v1beta1/validation/httproute.go
@@ -39,7 +39,7 @@ var (
39
invalidPathSuffixes = []string{"/..", "/."}
40
41
// All valid path characters per RFC-3986
42
- validPathCharacters = "^[A-Za-z0-9\\/\\-._~%!$&'()*+,;=:]+$"
+ validPathCharacters = "^(?:[A-Za-z0-9\\/\\-._~!$&'()*+,;=:@]|[%][0-9a-fA-F]{2})+$"
43
)
44
45
// ValidateHTTPRoute validates HTTPRoute according to the Gateway API specification.
0 commit comments