On Feb 5, 2009, at 11:48 AM, Christopher Schmidt wrote:
> Hi Paul,
>
> We are using Jersey Version 1.0.1.
>
> We are currently using the WebDAV code that is in the jersey branch
> (checked in by MKARG).
>
> With Grizzly we have no issues,
The Grizzly web container support or the lower level Grizzly support?
> with Tomcat we have (using Jerseys
> com.sun.jersey.spi.container.servlet.ServletContainer).
> It seams that the PROPFIND methods are not delegated to our WebDAV
> ressource.
>
Can you verify if a @GET works to the same resource that implements
the @PROPFIND?
Can you also try logging the request?
I want to ascertain if the URL you are using is correct or not. Then i
want to ascertain if Tomcat is blocking the requests for PROPFIND
methods.
Thanks,
Paul.