Re: Prevent URL requested directly from browser

2003-09-16 Thread David LAFAY
PUT the following code into the begin of all your JSP : logic:notPresent name=REMOTEUSER logic:forward name=login/ /logic:notPresent Then don't forget to declare a global forward named login for redirect to your login.jsp and don't forget to put de the user login name into the Session on your

RE: Prevent URL requested directly from browser

2003-09-16 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
} } } -Original Message- From: David LAFAY [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 11:06 AM To: [EMAIL PROTECTED] Subject: Re: Prevent URL requested directly from browser PUT the following code into the begin of all your JSP

Re: Prevent URL requested directly from browser

2003-09-10 Thread veera maria
it's details. So, please those who have experience give some tips. Br M.V From: Max Cooper [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Prevent URL requested directly from browser Date: Tue, 9 Sep 2003 18:06:04

RE: Prevent URL requested directly from browser

2003-09-10 Thread Trieu, Danny
), but can not remember it's details. So, please those who have experience give some tips. Br M.V From: Max Cooper [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Prevent URL requested directly from browser Date

RE: Prevent URL requested directly from browser

2003-09-10 Thread veera maria
Users Mailing List' [EMAIL PROTECTED] Subject: RE: Prevent URL requested directly from browser Date: Wed, 10 Sep 2003 08:26:39 -0700 Transaction Token will help, but it will not do everything you want to do. Max is right, this is the nature of Web application. Even with Transaction Token user, if he

Prevent URL requested directly from browser

2003-09-09 Thread veera maria
Hello, What is the best way to prevent user to request web application's actions from browser manually? E.g. user is using web application and taking it's current url to clipboard. Then user goes e.g. to Google for surfing for a while. After surfing (s)he pastes web applications url back to

Re: Prevent URL requested directly from browser

2003-09-09 Thread Adam Hardy
There was a discussion on this at some point recently, so you would do well to check the archives. I think the conclusion was that the basic strategy to control where users can and can't enter your application's page navigation involves checking properly for required parameters at the

Re: Prevent URL requested directly from browser

2003-09-09 Thread Max Cooper
. You do have total control over how your web app responds to those requests. -Max - Original Message - From: veera maria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 11:11 AM Subject: Prevent URL requested directly from browser Hello, What is the best way