Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-14 Thread John M Flinchbaugh
On Fri, Aug 08, 2003 at 02:42:50PM +0200, Laurent MARQUEZ wrote: > Protect JSPs behind WEB-INF > I would like to call /WEB-INF/common/index.jsp > How can do that? set up a forwarding action to it: and call the "/index" action. you can also set it up to be a forward from another action or fo

RE: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-14 Thread Kommineni, Sateesh (IndSys)
nt MARQUEZ [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:13 PM To: [EMAIL PROTECTED] Subject: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF Hi, Protect JSPs behind WEB-INF I would like to call /WEB-INF/common/index.jsp How can do that? Best regard

Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-14 Thread Laurent MARQUEZ
Hi, Protect JSPs behind WEB-INF I would like to call /WEB-INF/common/index.jsp How can do that? Best regards, Laurent. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-14 Thread Laurent MARQUEZ
ruts Users Mailing List' Objet : Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF Can't you be more explicit about the error ? Did you try to view the source of the html produced ? ( And, oh, please, just DON'T CRY ! ) - Original Message - From: "Laur

RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-12 Thread Laurent MARQUEZ
will try other.. -Message d'origine- De : Laurent PETIT [mailto:[EMAIL PROTECTED] Envoyé : vendredi 8 août 2003 16:49 À : Laurent MARQUEZ; 'Struts Users Mailing List' Objet : Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF Sorry, I was wrong with my actio

RE : RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-09 Thread Laurent MARQUEZ
To access /WEB-INF/common/index.jsp Web.xml: /common/index.jsp That does'nt work! How can i do? Best regard, Laurent. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-09 Thread Laurent PETIT
<[EMAIL PROTECTED]>; "'Laurent PETIT'" <[EMAIL PROTECTED]> Sent: Friday, August 08, 2003 2:23 PM Subject: RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF # In /WEB-INF/web.xml #

RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-08 Thread Laurent MARQUEZ
sp -Sateesh -Original Message- From: Laurent MARQUEZ [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:13 PM To: [EMAIL PROTECTED] Subject: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF Hi, Protect JSPs behind WEB-INF I would like to call /WEB-INF/common/index.jsp

Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-08 Thread Laurent PETIT
URL !! You can access them using /common/index.jsp -Sateesh -Original Message- From: Laurent MARQUEZ [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:13 PM To: [EMAIL PROTECTED] Subject: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF Hi, Protect JSPs behi

Re: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-08 Thread Laurent PETIT
, -- Laurent - Original Message - From: "Laurent MARQUEZ" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; "'Laurent PETIT'" <[EMAIL PROTECTED]> Sent: Friday, August 08, 2003 2:37 PM Subject:

RE : Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-08 Thread Laurent MARQUEZ
THAT DOES'NT WORK! # -Message d'origine- De : Laurent PETIT [mailto:[EMAIL PROTECTED] Envoyé : vendredi 8 août 2003 16:02 À : Struts Users Mailing List Objet : Re: Seven Lessons from the Trenches: 4. Protect JSP