[SR-Users] path uri problem
Juha Heinanen
jh at tutpro.com
Wed Apr 10 06:37:53 CEST 2013
Richard Fuchs writes:
> Would you and everyone else agree that unconditionally encoding the
> param in base64 would be the preferred solution? I have some pending
> additions to the path module and could include that as well.
i don't agree. characters that are not param-unreserved or unreserved
should be escaped as rfc3261 tells:
pvalue = 1*paramchar
paramchar = param-unreserved / unreserved / escaped
base64 encoding would make the value totally unreadable.
-- juha
More information about the sr-users
mailing list