RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Kevin Peters
been working like a charm for us. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: Accessing JSP's under WEB-INF You _should_ have an index.jsp page that simply forwards to your index

Re: Accessing JSP's under WEB-INF

2003-01-30 Thread James Mitchell
TED]> Sent: Thursday, January 30, 2003 10:38 AM Subject: RE: Accessing JSP's under WEB-INF That's annoying, is this container specific? -Dave > -Original Message- > From: Kevin Peters [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 9:33 AM > To: 

Re: RES: Accessing JSP's under WEB-INF

2003-01-30 Thread David Graham
al index page for that directory. David From: "Julio Cesar C Neto" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RES: Accessing JSP's unde

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Durham David Cntr 805CSS/SCBE
That's annoying, is this container specific? -Dave > -Original Message- > From: Kevin Peters [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 9:33 AM > To: 'Struts Users Mailing List' > Subject: RE: Accessing JSP's under WEB-INF > >

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Kevin Peters
9:36 AM To: 'Struts Users Mailing List' Subject: RE: Accessing JSP's under WEB-INF > I´ve done this, but when he´s try to access the first page (index.jsp) > he says: > Configuration error: Cannot perform access control without an > authenticated principal > It´s beca

RES: Accessing JSP's under WEB-INF

2003-01-30 Thread Julio Cesar C Neto
ssunto: RE: Accessing JSP's under WEB-INF > I´ve done this, but when he´s try to access the first page (index.jsp) > he says: > Configuration error: Cannot perform access control without an > authenticated principal > It´s because of the web.xml file that has the tag . >

RE: Accessing JSP's under WEB-INF

2003-01-30 Thread Wendy Smoak
> I´ve done this, but when he´s try to access the first page (index.jsp) > he says: > Configuration error: Cannot perform access control without an > authenticated principal > It´s because of the web.xml file that has the tag . > How can I fix this? Change the welcome file to index.html and make

RES: Accessing JSP's under WEB-INF

2003-01-30 Thread Julio Cesar C Neto
: David Graham [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 29 de janeiro de 2003 18:42 Para: [EMAIL PROTECTED] Assunto: Re: Accessing JSP's under WEB-INF For a portable solution, put this in your web.xml file instead: SecureAllJSPs

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread David Graham
James Mitchell" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Accessing JSP's under WEB-INF Date: Wed, 29 Jan 2003 15:52:51 -0500 Aside from the fact

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread James Mitchell
Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 2:57 PM > To: Struts Users Mailing List > Subject: Re: Accessing JSP's under WEB-INF > > You can download the struts-example that was modified to demonstrate this > from the following URL: > >

RE: Accessing JSP's under WEB-INF

2003-01-29 Thread White, Joshua A (AG, COMM)
iling List Subject: Re: Accessing JSP's under WEB-INF You can download the struts-example that was modified to demonstrate this from the following URL: http://www.open-tools.org/struts-atlanta/downloads -- James Mitchell - Original Message - From: "White, Joshua A (AG,

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread James Mitchell
IL PROTECTED]> Sent: Wednesday, January 29, 2003 2:51 PM Subject: Accessing JSP's under WEB-INF > Hello all, > > I would like to put my struts related jsp files under the web-inf directory > in a folder called "securedocroot" so that they have no chance of being > called

Re: Accessing JSP's under WEB-INF

2003-01-29 Thread alexj
you may have a forward /secureroot/mypage.jsp defined into your struts-config - Original Message - From: "White, Joshua A (AG, COMM)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 8:51 PM Subject: Accessing JSP's under WEB-INF

RE: Accessing JSP's under WEB-INF

2003-01-29 Thread Jarnot Voytek Contr AU HQ/SC
L PROTECTED] > Subject: Accessing JSP's under WEB-INF > > > Hello all, > > I would like to put my struts related jsp files under the > web-inf directory > in a folder called "securedocroot" so that they have no > chance of being > called directly. Th

Accessing JSP's under WEB-INF

2003-01-29 Thread White, Joshua A (AG, COMM)
Hello all, I would like to put my struts related jsp files under the web-inf directory in a folder called "securedocroot" so that they have no chance of being called directly. The problem is that I do not know how you would call a page from this folder. How would you map these jsp's in the strut