#8814: Can't open HTTP URL whose file name contains ".."
------------------------------------+-------------------------------------
             Reporter:  jzlomek     |                    Owner:  stevenliu
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  URL         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-------------------------------------

Comment (by jzlomek):

 PAtchset https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=1871
 does not work:

 -                                          /foo/bar ..
 => /
 -                                      /foo/bar/baz ..
 => /foo/
 +                                          /foo/bar ..
 => //foo/bar/baz
 +                                      /foo/bar/baz ..
 => /foo//foo/bar/baz

 Also this would be nice:

 -                             http://server/foo/bar
 a/b/../c/d/../e../..f/.../other/url/.. =>
 http://server/foo/a/c/e../..f/.../other/
 +                             http://server/foo/bar
 a/b/../c/d/../e../..f/.../other/url/.. =>
 http://server/foo/a/c/e../..f/.../other

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8814#comment:8>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to