[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters (see comment 18)

2023-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #20 from Mike Kaganski --- (In reply to Andreas Säger from comment #0) Just to expand the last comment. RFC 8089 [1] sect. 2 defines 'file' URL as: > file-URI = file-scheme ":" file-hier-part > > file-hier-part = (

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters (see comment 18)

2023-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Mike Kaganski changed: What|Removed |Added Resolution|--- |NOTABUG Status|NEW

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters (see comment 18)

2023-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Buovjaga changed: What|Removed |Added Summary|Basic ConvertToURL fails to |Basic ConvertToURL fails to

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2023-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #18 from Mike Kaganski --- The URI scheme is known in the function - it is 'file:' URL scheme. It should encode more characters, including # (which otherwise would be misinterpreted as start of fragment) or backslash (in

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2023-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #17 from Eike Rathke --- IMHO it is not the task of ConvertToURL() to percent-encode anything except space as %20, as that is the only neither unreserved nor reserved character in an URI and what characters of the reserved

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2023-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #16 from Mike Kaganski --- Why should & be URL-encoded? It only has a special meaning in the query part, i.e. after question mark. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2022-06-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #15 from Andreas Säger --- Still in Version: 7.3.4.2 / LibreOffice Community Build ID: 728fec16bd5f605073805c3c9e7c4212a0120dc5 CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: x11 Locale: de-DE (de_DE.UTF-8); UI:

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2020-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #13 from QA Administrators --- Dear Andreas Säger, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2018-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #12 from QA Administrators --- ** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2017-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Julien Nabet changed: What|Removed |Added Attachment #121223|application/x-zip

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2017-01-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #11 from Andreas Säger --- This is still in 5.2.3. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2017-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #10 from QA Administrators --- ** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #9 from Julien Nabet --- Created attachment 121619 --> https://bugs.documentfoundation.org/attachment.cgi?id=121619=edit bt with debug symbols After some tests with gdb, it seems it decides to escape or

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #8 from Andreas Säger --- Weird work-around for the Basic fanboys among us: Function WorkAround_ConvertToURL(sysPath) As String Dim oSrv, a(), sURL$, nSplit&, sCode$, sProtocol$, sPathName$, sChar$,

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Cor Nouws changed: What|Removed |Added CC||c...@nouenoff.nl

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Cor Nouws changed: What|Removed |Added Severity|enhancement |normal --- Comment

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #6 from Andreas Säger --- (In reply to Cor Nouws from comment #5) > Thanks for filing. IMO an enhancement ? No enhancement. One of my Basic macros truncated valid file paths when I was assuming that

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Beluga changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #3 from Andreas Säger --- The functions are called from the spreadsheet cells. Look at the cell formulas. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 Beluga changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 96413] Basic ConvertToURL fails to URL encode many characters

2015-12-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96413 --- Comment #1 from Andreas Säger --- Same with PyUNO: >>> s = '/foo & bar/concept.odt' >>> uno.systemPathToFileUrl(s) 'file:///foo%20&%20bar/concept.odt' -- You are receiving this mail because: You are the