Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98079 invoked from network); 26 Mar 2007 04:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 04:23:01 -0000 Received: (qmail 49799 invoked by uid 500); 26 Mar 2007 04:23:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 49000 invoked by uid 500); 26 Mar 2007 04:23:02 -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 48918 invoked by uid 99); 26 Mar 2007 04:23:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2007 21:23:02 -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; Sun, 25 Mar 2007 21:22:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C7DA714076 for ; Sun, 25 Mar 2007 21:22:33 -0700 (PDT) Message-ID: <4059313.1174882953244.JavaMail.jira@brutus> Date: Sun, 25 Mar 2007 21:22:33 -0700 (PDT) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Reopened: (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:all-tabpanel ] Jarek Gawor reopened GERONIMO-2841: ----------------------------------- I think this needs to be fixed somehow (so that Tomcat can handle requests without the trailing slash). In all the test cases I can see the URL is specified without the slash. The interesting thing that in servlet mode on Tomcat requests work without that slash so that's inconsistent. > 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.