[EMAIL PROTECTED] wrote:
I am getting 405 Method not allowed and I am not sure why? If I have not provided enough info to be helpful please let me know.
15:24:03,711 INFO [STDOUT] http-0.0.0.0-16080-Processor25, 03-Jun-2005 15:24:03, unauthenticated, MKCOL, 405 "Method Not Allowed", 10 ms, /files/mio
15:24:03,801 INFO [STDOUT] http-0.0.0.0-16080-Processor25, 03-Jun-2005 15:24:03, unauthenticated, MKCOL, 201 "Created", 60 ms, /files/mio/3EBFA008CE0040FD970CA3E46ED12C0B
Since the 405 error is sent on "/files/mio" and the successful one was using a path under "/files/mio/" this could be a web.xml problem. Maybe you have only set your web.xml allowed methods for /files/mio/*? If so, MKCOL won't be allowed for /files/mio since it does not match. Regards, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]