Hello Balaji,

Thanks for the quick response. The problem is: I dont have a clue what an 
interceptor is - and how to implement it in my 
Application. Do you have any examples or guides for this solution?

Thanks 

-----Ursprüngliche Nachricht-----
Von: Balaji J [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 18. September 2007 10:22
An: user@struts.apache.org
Betreff: Re: Struts138 - Restrict Access to my actions?


Hi Tom,

Interceptor is the best solution for this kind of problem.

Pass all your action requests to your custom interceptor that should
validate your requests and redirect to respective actions.

Regards,
Balaji


nomax wrote:
> 
> Hi,
>  
> I want to restrict access to my actions - meaning: I dont want users to
> be able to type them in the adressbar and jump around in my page as they
> like to. 
> It kinda makes my navigation effords senseless.
> Ive try to write a servlet-filter which checks for actions beginning
> with "secure"  - but It filters out every single of those actions -
> regardless if I call it from one of my classes or directly from the
> adress-bar
> Id love another approach - or some corrections for my filter 
>  
> thanks guys
>  
> regards, Tom
> 
>  
> 
>  
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts138---Restrict-Access-to-my-actions--tf4472422.html#a12752255
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to