DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32470>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32470

           Summary: collection names with parenthesis return own name as
                    subcollection in listBasic
           Product: Slide
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDAV client
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a collection named 
/pub test (Public)/  
that has a single entity in it, a collection called System.

When I do a listBasic on the directory I get back:

Testing webdav list
full path:
/pub test (Public)
elem:System 0 COLLECTION Jan 15, 2003 9:47:28 AM
elem:pub test (Public) 0 COLLECTION Jan 15, 2003 9:47:28 AM



The nested collection isn't getting returned from the server.  It's getting
generated in client code somewhere.


The depth=1  [PROPFIND] '/pub test (Public)'

gets the following returned from the server:

<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:"><response><href>/dav/pub%20test%20%28Public%29/</href>
<propstat><prop><displayname><![CDATA[pub test (Public)]]></displayname>
<resourcetype><collection/></resourcetype>
<getlastmodified>Wed, 15 Jan 2003 15:47:28 GMT</getlastmodified>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat><prop><getcontentlength/><getcontenttype/><lockdiscovery/></prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
<response><href>/dav/pub%20test%20%28Public%29/System/</href>
<propstat><prop><displayname><![CDATA[System]]></displayname>
<resourcetype><collection/></resourcetype>
<getlastmodified>Wed, 15 Jan 2003 15:47:28 GMT</getlastmodified>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat><prop><getcontentlength/><getcontenttype/><lockdiscovery/></prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to