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

           Summary: Occur Error when using listWebdavResources() method...
           Product: Slide
           Version: Nightly
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


String url = "http://xxx.xxx.xxx.xxx/exchange/account1/¹ÞÀº ÆíÁöÇÔ"
Credentials credentials = new UsernamePasswordCredentials("id", "pw");

WebdavResource resource = new WebdavResource(url, credentials);
WebdavResource[] resources = resource.listWebdavResources();// <= occur error!

error message ---------------------------------------------------------------

Exception in thread "main" org.apache.commons.httpclient.URIException: escaped 
absolute path not valid
        at org.apache.commons.httpclient.URI.setRawPath(URI.java:2781)
        at org.apache.commons.httpclient.URI.parseUriReference(URI.java:1973)
        at org.apache.commons.httpclient.HttpURL.<init>(HttpURL.java:78)
        at org.apache.webdav.lib.WebdavResource.setWebdavProperties
(WebdavResource.java:1078)
        at org.apache.webdav.lib.WebdavResource.setNamedProp
(WebdavResource.java:968)
        at org.apache.webdav.lib.WebdavResource.setBasicProperties
(WebdavResource.java:912)
        at org.apache.webdav.lib.WebdavResource.setProperties
(WebdavResource.java:1894)
        at org.apache.webdav.lib.WebdavResource.setProperties
(WebdavResource.java:1917)
        at org.apache.webdav.lib.WebdavResource.getChildResources
(WebdavResource.java:2082)
        at org.apache.webdav.lib.WebdavResource.listWebdavResources
(WebdavResource.java:2099)
        at kr.co.wisenut.exbridge.TestWebDavClient.main
(TestWebDavClient.java:24)


-------------------------------------------------------------------------------
How can I solve this problem?

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