Bug 41714 - Occur Error when using listWebdavResources() method...
Summary: Occur Error when using listWebdavResources() method...
Status: RESOLVED DUPLICATE of bug 41713
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: Nightly
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 22:23 UTC by Jin-wook, Jun
Modified: 2007-02-26 22:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jin-wook, Jun 2007-02-26 22:23:40 UTC
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?
Comment 1 Jin-wook, Jun 2007-02-26 22:27:32 UTC

*** This bug has been marked as a duplicate of 41713 ***