mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-12-07 14:30:43 +00:00
Since v5.13, URI::Escape handles the 'unsafe characters' parameter
differently than before, i.e., enforcing what is documented [0]:
The set is specified as a string that can be used in a regular
expression character class (between [ ]).
So, the leading/trailing [] were never supposed to be there.
Note that since v5.15 we could also pass a qr// regex object.
[0]:
|
||
|---|---|---|
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||