[FFmpeg-devel] [PATCH]lavf/utils: Do not read "@" without ":" as user name separator
Nicolas George
george at nsup.org
Thu May 9 21:39:32 EEST 2019
Carl Eugen Hoyos (12019-05-05):
> I apparently missed the part of the rfc where a slash is
> forbidden for the password.
https://tools.ietf.org/html/rfc3986
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="
pct-encoded = "%" HEXDIG HEXDIG
I do not see where a slass is authorized.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190509/e456fd58/attachment.sig>
More information about the ffmpeg-devel
mailing list