You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/11/27 15:58:56 UTC

[Bug 57044] [PatchAvailable] Use base64url in mod_unique_id ('_' instead of '@')

https://bz.apache.org/bugzilla/show_bug.cgi?id=57044

--- Comment #1 from Dmitry A. Bakshaev <da...@gmail.com> ---
referring to https://tools.ietf.org/html/rfc3548#section-4
base64urlsafe alphabet must be:
...
62 - (minus)
63 _ (understrike)

"-" instead of "@"
"_" instead of "-"

because "@" require to be urlencoded as "%40"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org