Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 6010 invoked from network); 6 Feb 2002 13:36:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Feb 2002 13:36:23 -0000 Received: (qmail 25435 invoked by uid 97); 6 Feb 2002 13:35:50 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 25353 invoked by uid 97); 6 Feb 2002 13:35:50 -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 25316 invoked by uid 50); 6 Feb 2002 13:35:49 -0000 Date: 6 Feb 2002 13:35:49 -0000 Message-ID: <20020206133549.25311.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 6267] New: - RequestDispatcher breaks on URLs with anchors 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=6267 RequestDispatcher breaks on URLs with anchors Summary: RequestDispatcher breaks on URLs with anchors Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: mitchell.morris@cingular.com ServletRequest.getRequestDispatcher(URL).forward() forwards to an invalid location if the URL supplied includes an anchor name. That is, request.getRequestDispatcher("/sample.jsp").forward(request, response); works correctly, but: request.getRequestDispatcher("/sample.jsp#top").forward(request, response); breaks with a "resource not available" error from Tomcat 4.0.1 final. I will attempt to attach a WAR file that contains a servlet and JSP pages that reproduce the issue. -- To unsubscribe, e-mail: For additional commands, e-mail: