Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 41343 invoked from network); 1 Nov 2001 11:37:01 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 1 Nov 2001 11:37:01 -0000 Received: (qmail 1890 invoked from network); 1 Nov 2001 11:39:13 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 1 Nov 2001 11:39:13 -0000 Received: (qmail 12016 invoked by uid 97); 1 Nov 2001 11:36:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 12000 invoked by uid 97); 1 Nov 2001 11:36:39 -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 11987 invoked by uid 50); 1 Nov 2001 11:36:39 -0000 Date: 1 Nov 2001 11:36:39 -0000 Message-ID: <20011101113639.11986.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4560] New: - getParameter returning null when a value contains the equals symbol "=" 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=4560 getParameter returning null when a value contains the equals symbol "=" Summary: getParameter returning null when a value contains the equals symbol "=" Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Unknown AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: jason@abstractminds.com I'm getting a null value when I call getParameter if the value contains an equals. For example the following query string: /cfd/main?action=resetorder&forward=/mainframe.jsp%3flayout=orderentry If I call getParameter("forward") the return is null. If I encode the query string as follows: /cfd/main?action=resetorder&forward=/mainframe.jsp%3flayout%3dorderentry Then I get the correct string (eg. "=/mainframe.jsp%3flayout%3dorderentry" This works with previous versions of tomcat (3.2.3 and prior) -- To unsubscribe, e-mail: For additional commands, e-mail: