maindavfs2 - Support: sr #107988, Sharepoint 2007 mounted, but no...

 
 

sr #107988: Sharepoint 2007 mounted, but no files

Submitter:  John <jastupp>
Submitted:  Tue 20 Mar 2012 05:14:03 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  _71007
Open/Closed:  Closed Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 20 Mar 2012 07:06:47 PM UTC, comment #1: 

This is a known Sharepoint bug. It does not properly encode the href-element.
Instead of
<D:href>http://share.dev.qdot.qld.gov.au/sites/WRT/Shared Documents/WMS</D:href>
it must be
<D:href>http://share.dev.qdot.qld.gov.au/sites/WRT/Shared%20Documents/WMS</D:href>
The space character must be percent-encoded according to the specs.

To work around this bug in davfs2 would require to duplicate a lot of code from the Neon library, so I won't do.

If you are willing to patch your Neon library there is a patch from another SharePoint user. See https://savannah.nongnu.org/support/?107114

You may also inform the maintainer of the server about the problem.
Another way to avoid the problem would be to not use file names with spaces.

Cheers
Werner

- <_71007>
Tue 20 Mar 2012 05:14:03 AM UTC, original submission:  

Hi,

I have managed to mount a sharepoint 2007 dav site using davfs.
Also I have mounted a jackrabbit dav server the same way.

However an 'ls' on the sharepoint site returns no repository files, whereas jackrabbit works like a charm :)

I have attached the xml returned by the PROPFIND for both cases.


Thank You

John

John <jastupp>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #25413:  fromJackrabbit.xml added by jastupp (1KiB - text/xml)
file #25414:  fromSharepoint.xml added by jastupp (2KiB - text/xml)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by _71007 (Posted a comment)
  • -email is unavailable- added by jastupp (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-20 _71007 StatusIn Progress Done
        Open/ClosedOpen Closed
    2012-03-20 _71007 StatusNone In Progress
        Assigned toNone _71007
    2012-03-20 jastupp Attached File- Added fromJackrabbit.xml, #25413
        Attached File- Added fromSharepoint.xml, #25414

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code