https://bugs.documentfoundation.org/show_bug.cgi?id=113322

--- Comment #4 from himajin100...@gmail.com ---
https://docs.libreoffice.org/tools/html/classINetURLObject.html#aacc720283dca17d29119a450b3eee95d

possible cause:
INetURLObject constructor here 

https://opengrok.libreoffice.org/xref/core/avmedia/source/viewer/mediawindow.cxx?r=a33c2a1a#279
https://docs.libreoffice.org/tools/html/classINetURLObject.html#aacc720283dca17d29119a450b3eee95d

calls 

setAbsURIRef
https://docs.libreoffice.org/tools/html/urlobj_8cxx_source.html#l00690

which tries to parse the string as URL, and for URLs

'#' is used for fragment delimiter
'%' is used for percent encoding
':' is used for port

etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to