Howdy, >How do I, in login.jsp code, fetch information about the URL the user was >trying to go to, when we was sent to login.jsp. >Using WebLogic you can read the "j_target_url" attribute from session >scope, but how do you do it on (JBoss/)Tomcat??
I believe the j_target_url was a proprietary add-on attribute WebLogic added, not part of the servlet spec, and that there's no equivalent in tomcat at this time. I could be wrong, however ;) Even if I'm right, adding this attribute wouldn't be a big deal I imagine: want to contribute a patch? ;) Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
