Skip to content

Commit cc52f20

Browse files
authored
doc: fix unencoded characters with ngx.escape_uri.
1 parent c81c951 commit cc52f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6432,7 +6432,7 @@ It accepts the following values (defaults to `2`):
64326432
`?`, 0x00 ~ 0x1F, 0x7F ~ 0xFF will be escaped.
64336433
* `2`: escape `str` as a URI component. All characters except
64346434
alphabetic characters, digits, `-`, `.`, `_`,
6435-
`~` will be encoded as `%XX`.
6435+
`~`, `!`, `'`, `(`, `)`, `*` will be encoded as `%XX`.
64366436

64376437
[Back to TOC](#nginx-api-for-lua)
64386438

0 commit comments

Comments
 (0)