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=30949>. 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=30949 ------- Additional Comments From [EMAIL PROTECTED] 2007-07-24 13:04 ------- I'm running into an issue that I think is a side effect of this patch. When forward() calls invoke() the request object now gets unwrapped. Then the forward method again tries to unwrap the already unwrapped request. As a result I am getting a ClassCastException in unwrapRequest (ApplicationDispatcher.java:814). It seems like unwrapRequest should be setting wrappedRequest to null before exiting so subsequent calls to the method don't do anything. Does this seem reasonable? -- 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]