I have the WebDAV servlet set to <url-pattern>/webdav/*</url-pattern>. Listing is turned on.

I have a subdirectory in my webapp named "base", which contains "dir1", "dir2", and "dir3". "dir1" contains "test1" and "test2".

When I get a WebDAV directory listing of http://localhost/webapp/webdav/base/dir1/ , I get back:

dir1
test1
test2

In other words, the WebDAV servlet is for some reason returning the directory itself as one of its own subdirectories! Trying to select that directory gives a 404 not found.

In fact, it does this for every subdirectory, listing the directory itself directory as if it were a subdirectory.

This bug is exhibited by accessing the servlet from Windows XP Professional as well as from DAVExplorer.

Garret


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



Reply via email to