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 = ( "/
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Mike Kaganski changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|NEW
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Buovjaga changed:
What|Removed |Added
Summary|Basic ConvertToURL fails to |Basic ConvertToURL fails to
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 non-Wi
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 char
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.
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: en-US
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 t
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 rete
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Julien Nabet changed:
What|Removed |Added
Attachment #121223|application/x-zip |application/vnd.oasis.opend
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@lists.
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 reporters and confirmers to rete
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&action=edit
bt with debug symbols
After some tests with gdb, it seems it decides to escape or not from here:
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$, sRoot$
sURL = convertTo
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Cor Nouws changed:
What|Removed |Added
Severity|enhancement |normal
--- Comment #7 from Cor Nouws
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 function convertToURL is ab
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Cor Nouws changed:
What|Removed |Added
CC||c...@nouenoff.nl
Version|u
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Beluga changed:
What|Removed |Added
Status|NEEDINFO|NEW
Severity|normal
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.
_
https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Beluga changed:
What|Removed |Added
Status|UNCONFIRMED |NEEDINFO
CC|
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 assignee for the bug.
21 matches
Mail list logo