On Wed, Jul 29, 2020 at 12:01 PM Nicolas George <geo...@nsup.org> wrote:

> I am afraid ff_make_absolute_url() as it is is broken beyond repair. For
> example:
>
> http://server/menu redirect?url=http://otherserver/target =>
>   redirect?url=http://otherserver/target
>
> while the result should have been
>
> http://server/redirect?url=http://otherserver/target
>
> I will have a shot at rewriting it cleanly, with proper parsing of URL
> components.
>

I also noticed that there are many more bugs in ff_make_absolute_url()
I just fixed one of them.
I am looking forward for your complete fix.

Best regards,
Josef
_______________________________________________
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