Re: jsp in WEB-INF

2010-07-16 Thread Miguel
un electrón >> Miguel Ruiz Velasco Sobrino >> >> - >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >> &

Re: jsp in WEB-INF

2010-07-16 Thread Greg Lindholm
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 conte

Re: jsp in WEB-INF

2010-07-16 Thread J_e_f_f
ording 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

Re: jsp in WEB-INF

2010-07-16 Thread Johannes Geppert
er más positivo, pierde un electrón > Miguel Ruiz Velasco Sobrino > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > - -

jsp in WEB-INF

2010-07-15 Thread Miguel
Hello, 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. But the struts.xml is difficult to mantain, so I have a question: Is there some sort of constant that defines a prefix for the JSP inside struts.xml? Apparently in struts1 there is som