Miguel-55 wrote:
> 
> I use struts 2.1.81. and I don't want that my users access directly my
> .jsp, so I put them inside WEB-INF.
> 

You don't *have* to put your JSPs in WEB-INF to protect them from direct
access. You can put them in folders under the web root named according to
your package namespace and then add a security constraint to protect those
folders in your web.xml. 

Regards, 
Jeff 

-- 
View this message in context: 
http://old.nabble.com/jsp-in-WEB-INF-tp29179165p29182852.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to