1 Nov 2007 01:26
DO NOT REPLY [Bug 43757] - Improper parsing of response.sendRedirect() in JSP source
<bugzilla <at> apache.org>
2007-11-01 00:26:06 GMT
2007-11-01 00:26:06 GMT
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43757>. 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=43757 ------- Additional Comments From beefnog <at> gmail.com 2007-10-31 17:26 ------- (In reply to comment #1) > I am tempted to think that the source Tomcat is parsing isn't the source you > think it is. I can't reproduce the issue. Can you provide a simple JSP that > exhibits this problem? Greetings Mark :) Here is a .jsp that should allow you to reproduce the issue: ========================= <% <at> page contentType="text/html"%> <% <at> page pageEncoding="UTF-8"%> <% <at> page import="java.util.*"%> <% <at> page import="javax.servlet.*"%> <% ServletContext context = this.getServletContext(); // if (session.getAttribute("isAuth") == null) { // session.setAttribute("messageToUser","Authentication failed.");(Continue reading)
RSS Feed