Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 2679 invoked from network); 30 Mar 2007 22:20:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 22:20:48 -0000 Received: (qmail 26902 invoked by uid 500); 30 Mar 2007 22:20:53 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 26847 invoked by uid 500); 30 Mar 2007 22:20:53 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 26835 invoked by uid 99); 30 Mar 2007 22:20:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 15:20:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 15:20:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 256AC714066 for ; Fri, 30 Mar 2007 15:20:25 -0700 (PDT) Message-ID: <18564987.1175293225149.JavaMail.jira@brutus> Date: Fri, 30 Mar 2007 15:20:25 -0700 (PDT) From: "Paul McMahan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2841) Valve reports request method as GET even though POST request was made In-Reply-To: <22228012.1171597745501.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485667 ] Paul McMahan commented on GERONIMO-2841: ---------------------------------------- Section 9.10 of the 2.4 servlet specification says that requests to /foo should be redirected to /foo/. This prompted Tomcat to remove the code that makes this redirect behavior optional, see http://svn.apache.org/viewvc?view=rev&revision=298787 So it looks our best option is to alter the client so that it uses POST instead of GET when following a redirect. > Valve reports request method as GET even though POST request was made > --------------------------------------------------------------------- > > Key: GERONIMO-2841 > URL: https://issues.apache.org/jira/browse/GERONIMO-2841 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Reporter: Jarek Gawor > Assigned To: Paul McMahan > > The Request of EJBWebServiceValve in Tomcat return the request method as GET even though POST request was sent. In similar class in Jetty the request method is reported correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.