webdav over SSL with http-auth?

2002-03-11 Thread Aditya
I'm trying to allow users to upload their files to their context via webdav on a Tomcat 4.0.2 server over SSL and with auth-constraints on who can upload stuff (I've tried it without auth-constraints and it works as expected). I've followed the basic template offered at:

Re: webdav over SSL with http-auth?

2002-03-11 Thread Aditya
It turned out that the problem fixed itself when I restarted tomcat. ugh. On Mon, Mar 11, 2002 at 12:54:52PM -0800, Aditya wrote: I'm trying to allow users to upload their files to their context via webdav on a Tomcat 4.0.2 server over SSL and with auth-constraints on who can upload stuff