RE: security-constraint to limit jsp access

2004-12-19 Thread Robert Taylor
> To: [EMAIL PROTECTED] > Subject: security-constraint to limit jsp access > > > > I have a struts 1.2.4 webapp in which I'm trying to hide my jsp's from being > accessed directly. Instead of throwing them in the WEB-INF folder, I'd > rather just restrict a

Re: security-constraint to limit jsp access

2004-12-19 Thread sven morales
t; > > Then don't give anyone that role. > > > Doug > > - Original Message - > From: "Jay Wright" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, December 18, 2004 7:55 PM > Subject: security-constraint to li

Re: security-constraint to limit jsp access

2004-12-19 Thread sven morales
t; > > Then don't give anyone that role. > > > Doug > > - Original Message - > From: "Jay Wright" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, December 18, 2004 7:55 PM > Subject: security-constraint to li

Re: security-constraint to limit jsp access

2004-12-18 Thread Parsons Technical Services
that role. Doug - Original Message - From: "Jay Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 18, 2004 7:55 PM Subject: security-constraint to limit jsp access I have a struts 1.2.4 webapp in which I'm trying to hide my jsp's fr

security-constraint to limit jsp access

2004-12-18 Thread Jay Wright
I have a struts 1.2.4 webapp in which I'm trying to hide my jsp's from being accessed directly. Instead of throwing them in the WEB-INF folder, I'd rather just restrict access to them through the security-constraint in the web.xml. I recently read that adding: JSPs