On 06-05-2019 01:36 AM, Carl Eugen Hoyos wrote:
Am So., 5. Mai 2019 um 21:56 Uhr schrieb Hendrik Leppkes <h.lepp...@gmail.com>:
On Sun, May 5, 2019 at 9:47 PM Carl Eugen Hoyos <ceffm...@gmail.com> wrote:
Am So., 5. Mai 2019 um 21:18 Uhr schrieb Hendrik Leppkes <h.lepp...@gmail.com>:
On Sun, May 5, 2019 at 9:08 PM Carl Eugen Hoyos <ceffm...@gmail.com> wrote:
Hi!

Attached patch fixes ticket #7871 without re-introducing #7816.

There is no patch here. However, please note that its perfectly valid
to have a username without a password (ie. an @ without a ":") - while
it is not valid to have a slash in there.
For the record, the original ticket 7816 was not even about a slash,
it was about URI encoding not being supported. As such, it was never
resolved in the first place (and closed unjustly), and cannot regress.
There is no url encoding in ftp according to the rfc.

FTP is not being passed the URI at all, its entirely for the
convenience of the application. As such, that argument makes no sense.

Either way, this does not fix the underlying problem.

Take this perfectly valid URI: (it does not point to an actual file,
but that is irrelevant): http://ffmpeg.org:80/foo@bar
If you support slashes in the username or password, this points at a
host named "bar" and has login details - both a username and a
password. If you don't, then this points at ffmpeg.org, port 80, and
some valid path.

Only one of those interpretations is correct, and everyone else,
including the RFC, says it should be the second.
I apparently missed the part of the rfc where a slash is
forbidden for the password.

Any update on this patch, or on any other solution for 7871?

Gyan
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to