Skip to content

Commit

Permalink
BUG/MINOR: fix spelling of percent-to-uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwer committed Mar 21, 2024
1 parent 019d7ed commit 3bfa602
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions models/http_request_rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3975,7 +3975,7 @@ definitions:
- path-strip-dot
- path-strip-dotdot
- percent-decode-unreserved
- percent-to-upercase
- percent-to-uppercase
- query-sort-by-name
type: string
x-dependency:
Expand All @@ -3995,7 +3995,7 @@ definitions:
normalizer:
value:
- percent-decode-unreserved
- percent-to-upercase
- percent-to-uppercase
type:
value: normalize-uri
path_fmt:
Expand Down
4 changes: 2 additions & 2 deletions specification/models/configuration/http/request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ http_request_rule:
- path-strip-dot
- path-strip-dotdot
- percent-decode-unreserved
- percent-to-upercase
- percent-to-uppercase
- query-sort-by-name
x-dependency:
type:
Expand All @@ -238,7 +238,7 @@ http_request_rule:
type:
value: normalize-uri
normalizer:
value: [percent-decode-unreserved, percent-to-upercase]
value: [percent-decode-unreserved, percent-to-uppercase]
normalizer_full:
type: boolean
x-dependency:
Expand Down

0 comments on commit 3bfa602

Please sign in to comment.