https://issues.apache.org/bugzilla/show_bug.cgi?id=50831
Marc Batchelor <mbatche...@pentaho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #1 from Marc Batchelor <mbatche...@pentaho.com> 2011-02-25 14:21:31 EST --- Further looking with tracing tools indicates that the anchor is never actually sent to the server. So there's no way for the server (Tomcat) to store it in the SavedRequest object without it being sent to the server. There really isn't a work-around that I can see at this point. Since the server processes the j_security_check, and the redirect rightly goes to the login page, by the time it lands there, the anchor bit is completely lost. Given all this, it's safe to close this. My only recourse in my current application is to rewrite handling to not use anchors. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org