Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 66270 invoked from network); 31 Jul 2002 10:41:33 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 31 Jul 2002 10:41:33 -0000 Received: (qmail 7396 invoked by uid 97); 31 Jul 2002 10:41:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 7331 invoked by uid 97); 31 Jul 2002 10:41:44 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 7316 invoked by uid 50); 31 Jul 2002 10:41:44 -0000 Date: 31 Jul 2002 10:41:44 -0000 Message-ID: <20020731104144.7315.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 11324] New: - forward() doesnt add parameters to query string X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11324 forward() doesnt add parameters to query string Summary: forward() doesnt add parameters to query string Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: Servlet & JSP API AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: james.sanderson@northgate-is.com In Tomcat 331 I could call forward("fred.dyn?id=222") from a servlet that had already been called with a set of parameters say name=fred&location=uk and in the forwarded servlet (fred.dyn) I could get query string and it would contain: id=222&name=fred&location=uk in tomcat 404 (I havent tried 4.1) the query string only contains the id=222. Now I realise the spec if loose in this area and it doesnt say that the query string should be updated - why do other containers BEA 6.0/7, WebSphere4, Tomcat3 - I suspect Caucho and Jetty would too (and havent time to test them) - do this and TC4 has taken the decision not to ? Surely this means that there could be servlets out there that will not work in TC 4 if they process the query string and dont use getParameter(). I have an example web app if reqd. james -- To unsubscribe, e-mail: For additional commands, e-mail: