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=33058>. 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=33058 ------- Additional Comments From [EMAIL PROTECTED] 2005-01-13 19:01 ------- (In reply to comment #4) > I got the "test case" (which is an anything but minimal JSF-Struts webapp :( ; > this is not a user support forum, and we don't do > find-whatever-is-wrong-in-your-webapp work), and I still do not understand what > the problem could be. Please state clearly what the problem is. > Overall, I doubt there's a bug with session handling. (In reply) The problem: An object is placed in the session scope via HttpSession = request.getSession() session.setAttribute(...) in a servlet. That servlet then forwards the request to a JSP page in a directory that is monitored by a filter servlet. The filter servlet attempts to retrieve the session attribute from the request via session.getSessionAttribute(...) and finds that the request's session has all its attributes set to null. -- 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]
