On 10/25/07, Lori Ronning <[EMAIL PROTECTED]> wrote:
> So the DELETE and PUT methods reach the application, which I assume should
> not happen with the configuration I have below. Maybe it does have to do
> with Spring, however I haven't found anything yet pointing to that.
I just dropped your s
ion I have below. Maybe it does have to do
with Spring, however I haven't found anything yet pointing to that.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 25, 2007 6:50 AM
To: Tomcat Users List
Subject: Re: disable HTTP Methods DELETE,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Lori,
Lori Ronning wrote:
> If I make requests to the application running at "/cp" I get a 500 error
> back from the app for DELETE and PUT, not the 403 I would assume.
Do you get any errors in your log files?
- -chris
-BEGIN PGP SIGNATURE-
Hi.
I'm using Tomcat 5.5.23 on Windows XP Pro. I have a Java application that
uses spring and acegi for security and configuration. I only want the GET,
POST and HEAD HTTP methods to be allowed, so I have added the following to
various web.xml and nothing seems to work.
Disabled