TheProjecter / sardine

Automatically exported from code.google.com/p/sardine
0 stars 0 forks source link

list() on empty folders throw Exception #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create an empty Folder on Webdav.

Use this code :

Sardine sardine=SardineFactory.begin("ashika.umagiliya", "Seabird123$");
String url="http://host/webdav/emptyfolder";
List<DavResource> lst= sardine.list(url);
System.out.println(lst);

What version of the product are you using?

314

On what operating system?

Linux

What webdav server are you hitting?

What is in the server error logs?

Please provide any additional information below (including code examples
and full stack traces with line numbers in them).

Original issue reported on code.google.com by umanga....@gmail.com on 10 Apr 2013 at 11:25

GoogleCodeExporter commented 9 years ago
sorry this is an invalid issue.

Original comment by umanga....@gmail.com on 10 Apr 2013 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by latch...@gmail.com on 10 Apr 2013 at 6:44