cancel
Showing results for 
Search instead for 
Did you mean: 

WEBDAV and Path Length Limit

ukdavo
Champ in-the-making
Champ in-the-making
Hi there

We've run into a problem whereby it's not possible to navigate to some of the deeply nested folders within a Share site using WEBDAV (via Network Places/Web Folders). It look's like we've run into Windows' maximum path length limit of 255 characters.

Other than by renaming the folders within the Share site's document library  (which will most likely be unacceptable to users) can you suggest ways of working around this?

Ideas that spring to mind are:

1. Changing host name to something a bit shorter - certainly possible, could save a few characters
2. URL re-writing the path to the docLib - I'm not sure whether this is possible. I'm pretty sure that the /webdav portion of the URL is used within product code. UPDATE - I just gave the URL rewrite a quick go. It seems to work for WEBDAV access via browser but not via Network Places. The links to docs/folders reference the full path so it probably needs a reverse url rewrite.

Any ideas?

Regards
5 REPLIES 5

mrogers
Star Contributor
Star Contributor
You can also mount different parts of your repo.   You don't have to go from company home each time.

ukdavo
Champ in-the-making
Champ in-the-making
Yep - tried that too - no joy though:

   <servlet>
      <servlet-name>WebDAV</servlet-name>
      <servlet-class>org.alfresco.repo.webdav.WebDAVServlet</servlet-class>
      <load-on-startup>5</load-on-startup>
      <init-param>
         <param-name>store</param-name>
         <param-value>workspace://SpacesStore</param-value>
      </init-param>
     <init-param>
         <param-name>rootPath</param-name>
         <!– param-value>/app:company_home</param-value –>
       <param-value>/app:company_home/st:sites/cm:mysharesite/cm:documentLibrary</param-value>
      </init-param>
   </servlet>

When connecting via Network Folders the root is shown to be Company Home again.

Regards

marconbuechel
Champ in-the-making
Champ in-the-making
Hi guys! We ran into the same problem. Any other suggestions?

Cheers!

michaelböckling
Champ in-the-making
Champ in-the-making
You can try using other WebDAV clients instead of the one that is built into Windows. Unfortunately I don't know a free one that integrates nicely with Explorer.
It is annoying, but its essentially a Windows limitation.

Cheers,
Michael

andrewop
Champ in-the-making
Champ in-the-making
Hello

long path tool is the best option to sort out such issues

_______________