01-03-2013 11:04 AM
I have read http://doc.nuxeo.com/display/NXDOC56/WebDAV and was wondering instead of individually adding each user agent would it be possible to allow any client to connect?
I was trying along the lines of replacing
<header name="User-Agent">(Microsoft-WebDAV-MiniRedir|DavClnt|litmus|gvfs|davfs|WebDAV|cadaver|BitKinex).*</header>
with
<header name="User-Agent">(*).*</header>
but it doesnt seem to work..
01-09-2013 06:47 AM
This doc is mostly obsolete, all WebDAV clients are supported automatically. The configuration provided only applies for semi-broken clients that attempt to do the initial authentication using something other than PROPFIND or OPTIONS. See NXP-8636 for more.
Also if the config tried was using the correct regexp syntax, it would prevent many other things (like normal form-based login for regular web users) from working.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.