Re: Philamasophical question META-INF

2007-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: > Looks like if I stay away from context.xml, and these: [removed long list of files in META-INF with special meaning to app servers] This is another reason to avoid putting anything in META-INF: you can never predict what

Re: Philamasophical question META-INF

2007-10-26 Thread Johnny Kewl
: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, October 26, 2007 4:18 PM Subject: Re: Philamasophical question META-INF -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: Got a little sensitive info that I would like to pa

RE: Philamasophical question META-INF

2007-10-26 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Philamasophical question META-INF > > Is/Are there any configuration > option which Tomcat uses to specifically protect > META-INF from client access? Not that I'm aware of. Since the spec explicity

Re: Philamasophical question META-INF

2007-10-26 Thread Martin Gainty
2007 10:28 AM Subject: RE: Philamasophical question META-INF > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Philamasophical question META-INF > > Storing stuff in WEB-INF should be just fine -- I would stick > to WEB-INF instead of META-INF. According to the

RE: Philamasophical question META-INF

2007-10-26 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Philamasophical question META-INF > > Storing stuff in WEB-INF should be just fine -- I would stick > to WEB-INF instead of META-INF. According to the Servlet spec, both WEB-INF (SRV.9.5) and META-INF (S

Re: Philamasophical question META-INF

2007-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: > Got a little sensitive info that I would like to package with an application. > I noticed that even if the user has say left listing on.. that stuff in > META-INF is not listed. TC seems to actively block it or ignore it.

Philamasophical question META-INF

2007-10-26 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool application server --- Got a little sensitive info that I would like to pack