cancel
Showing results for 
Search instead for 
Did you mean: 

Removing filtering on webdav User Agents

ronaldgrn_
Champ in-the-making
Champ in-the-making

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..

1 REPLY 1

Florent_Guillau
World-Class Innovator
World-Class Innovator

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.

Getting started

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.