D15859: allow non-local file:// redirect to a M$-WebDav URL
    Stefan BrĂ¼ns 
    noreply at phabricator.kde.org
       
    Sun Sep 30 16:37:11 BST 2018
    
    
  
bruns added inline comments.
INLINE COMMENTS
> file.cpp:338
> +    // if we would redirect into the windows world, let's also check for the
> +    // DavWWWRoot "token" which in the m$-world tells win explorer to access
> +    // a webdav url
Can you please replace the m$. Also, 'Windows' is likely more correct here, MS does even do Linux these days ...
> file.cpp:344
> +        redir.setPath(redir.path().mid(11));  // remove /DavWWWRoot
> +        redir.setScheme(QLatin1String("webdav"));
> +    }
Is this also working in all cases for SSL connections? `webdavs` might be required.
REPOSITORY
  R241 KIO
REVISION DETAIL
  https://phabricator.kde.org/D15859
To: mkoller, dfaure, #frameworks
Cc: bruns, ngraham, kde-frameworks-devel, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180930/b5306b8c/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list