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

Jan <kant...@sra.uni-hannover.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
            Version|4.2.8.2 release             |4.2.0.0.alpha0+ Master

--- Comment #9 from Jan <kant...@sra.uni-hannover.de> ---
I did dig around in the source code and this looks like a regression from
commit 93eefe54f5d6b6092371bad1e86444489d29eee2. See also:
https://gerrit.libreoffice.org/5841. Setting to 4.2.0 as first affected version
based on that.

We probably need to change this condition to properly detect UNC pathes on
Windows (Linux uses smb:// which works):

if( !sUrl.startsWith("file://") || lcl_fileOpenable( sUrl ) ) {
// add file to list
}

File on disk: file:///C:/Users/abc/file.odp
File on UNC: file://server.domain.xx/share/file.odp

May be it should be !sUrl.startsWith("file:///")?

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

Reply via email to