RE: Restricting Direct Access to Jsp

2007-06-20 Thread munawar soomro
l.java:157) From: Archer <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Restricting Direct Access to Jsp Date: Wed, 20 Jun 2007 12:51:53 -0500 Hi, I am using struts 1.3.8 for my application. Can anybody please help me

Re: Restricting Direct Access to Jsp

2007-06-20 Thread Archer
Thank you for the input Manos.I am new to struts and security implementation. So I am trying different things. My present implemetation has restricted access to JSP pages depending on role. I thought of restricting complete access to JSP pages itself as the jsp pages get the input from action cl

Re: Restricting Direct Access to Jsp

2007-06-20 Thread Manos Batsis
Archer wrote: Hi, I am using struts 1.3.8 for my application. Can anybody please help me how to restrict access to jsp pages directly in struts. I am not having any of jsp in web-inf, so I need to restrict direct access to JSP. Any suggestion will be a great help to me. Too many ways to do th

Restricting Direct Access to Jsp

2007-06-20 Thread Archer
Hi, I am using struts 1.3.8 for my application. Can anybody please help me how to restrict access to jsp pages directly in struts. I am not having any of jsp in web-inf, so I need to restrict direct access to JSP. Any suggestion will be a great help to me. -- Regards Archer