Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 48747 invoked from network); 28 Jul 2004 15:15:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jul 2004 15:15:31 -0000 Received: (qmail 48034 invoked by uid 500); 28 Jul 2004 15:15:21 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 47911 invoked by uid 500); 28 Jul 2004 15:15:20 -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 47896 invoked by uid 99); 28 Jul 2004 15:15:20 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 28 Jul 2004 08:15:18 -0700 Received: (qmail 14090 invoked by uid 50); 28 Jul 2004 15:16:47 -0000 Date: 28 Jul 2004 15:16:46 -0000 Message-ID: <20040728151646.14089.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 30368] New: - Problem with URLDecode X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.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://issues.apache.org/bugzilla/show_bug.cgi?id=30368 Problem with URLDecode Summary: Problem with URLDecode Product: Tomcat 4 Version: 4.1.29 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: ms@docware.de Hello, There seems to be a problem with the URLDecoding of the pathInfo I can obtain with getPathInfo() of interface HttpServletRequest. Example: be my URL : http://localhost:8080/myapp/snoop/rel/%C3%9Cbersicht+PSS+Familie_V1.pdf Be a servlet which handles this request mapped to "/snoop/*". Then the pathInfo (not URLDecoded) would be: /rel/%C3%9Cbersicht+PSS+Familie_V1.pdf But what Tomcat returns decoded with getPathInfo() is not correct. I cannot say exactly what ist wrong with the implementation of the URLDecode() method in class RequestUtils, but the error ist the same if I URLDecode the string returned by getRequestURI() with java.net.URLDecoder.decode(). Maybe this gives you an idea. BTW, %C3%9C is the URLencoding of the UTF-8-encoded german U-Umlaut. Best Regards Michael --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org