You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Remy Maucherat <re...@apache.org> on 2000/11/28 07:07:39 UTC

Re: OptionsMethod with setPath("/")

> Hi
> 
> When the OptionsMethod is executed with setPath("/"), as in the example
> code in the commmand line client, following CVS changes of the last few
> hours, I get:
> 
> 2000-11-28 05:33:38 - Context: Status code:302 request:R(  + / + /)
> msg:/index.html
> 2000-11-28 05:33:38 - Context: Status code:302 request:R(  + / + /)
> msg:/index.html
> 2000-11-28 05:33:38 - Context: Status code:302 request:R(  + / + /)
> msg:/index.html
> 2000-11-28 05:33:38 - Context: Status code:302 request:R(  + / + /)
> msg:/index.html
> 2000-11-28 05:33:38 - Context: Status code:302 request:R(  + / + /)
> msg:/index.html
> org.apache.webdav.lib.WebdavException: Unable to process request
> at
> org.apache.webdav.lib.WebdavClient.executeMethod(WebdavClient.java:279)
> at Main.main(Main.java:73)
> 
> This is Tomcat 3.3dev running WeddavServlet with authentication enabled
> in web.xml.

Redirects are not automatic with anything but GET and HEAD.

However, it shouldn't throw an exception.

Remy