From: "softworkz ." <softworkz-at-hotmail.com@ffmpeg.org> To: Timothy Allen <tim@treehouse.org.za>, FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] Accept a colon in the path of a URI, instead of stripping preceding characters. Date: Wed, 21 May 2025 18:56:36 +0000 Message-ID: <DM8P223MB0365F0A14F3321B4DB086145BA9EA@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> (raw) In-Reply-To: <ae8448e9dad2b960ad2d6d991afb714c5cffd369.camel@treehouse.org.za> From: Timothy Allen <tim@treehouse.org.za> Sent: Mittwoch, 21. Mai 2025 09:29 To: softworkz . <softworkz@hotmail.com>; FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] Accept a colon in the path of a URI, instead of stripping preceding characters. On Tue, 2025-05-20 at 20:03 +0000, softworkz . wrote: I was just about to reply and suggest to replace those colons with %3A (url-encoded) when I read the ticket, which already suggests that. Have you tried it? It sounds like a much better way to me. I think this would be a common-sense solution as long as one controls the server/content. The reason I submitted the patch anyway was because not everyone will control the content they're consuming, and because, although I acknowledge it technically breaks RFCs, there is an argument that the RFC's behaviour is surprising; we can certainly see that other applications (Safari, in the linked ticket) break the RFC as well. Why do you think it would require control over the server side? Almost every http server in the world will decode the URL as one of its first steps. When you have a file on disk with a space in it like “/httproot/my file.html” then a URL like “http://server/my%20file.html” will retrieve that file without any change to the http server. Best, sw _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-05-21 18:56 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-05-20 15:27 Timothy Allen via ffmpeg-devel 2025-05-20 19:49 ` Marton Balint 2025-05-20 20:03 ` softworkz . 2025-05-21 7:28 ` Timothy Allen via ffmpeg-devel 2025-05-21 18:56 ` softworkz . [this message] 2025-05-21 19:09 ` Timothy Allen via ffmpeg-devel 2025-05-21 19:25 ` softworkz . 2025-05-21 20:04 ` Timothy Allen via ffmpeg-devel 2025-05-21 19:14 ` [FFmpeg-devel] Posting correctly (was: Accept a colon in the path of a URI, instead of stripping preceding characters.) Nicolas George -- strict thread matches above, loose matches on Subject: below -- 2025-05-20 15:27 [FFmpeg-devel] [PATCH] Accept a colon in the path of a URI, instead of stripping preceding characters Timothy Allen via ffmpeg-devel
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=DM8P223MB0365F0A14F3321B4DB086145BA9EA@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM \ --to=softworkz-at-hotmail.com@ffmpeg.org \ --cc=ffmpeg-devel@ffmpeg.org \ --cc=tim@treehouse.org.za \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git