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=36152>. 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=36152 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical OS/Version|Linux |AIX Priority|P2 |P1 Version|1.2.4 |1.1 Final ------- Additional Comments From [EMAIL PROTECTED] 2006-04-21 23:09 ------- I am setting the Priority to 'P1' and severity to 'Critical' as this is causing a frequent '404 Page Not Found' errors in the production box. CAUSE OF THE ERROR: When a RequestDispatcher.forward is being executed by the server, and at the same time if any other user session is rendering a JSP page with <html:form> tag in it - then the tag's action value gets left out in the HTML output. The user session ends up getting a HTML form with partial or no value for the form's action parameter. And when the user submits that page he is sure to get a '404 page not found' error or unexpected behavior since the action value is incorrect. The test case I have demonstrates this problem very clearly but I cant seem to find a place to put it in. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]