Re: Constants.IS_SECURITY_ENABLED

2013-08-19 Thread Raymond Auge
Fair enough! Thank you On Mon, Aug 19, 2013 at 4:49 PM, Mark Thomas wrote: > On 19/08/2013 21:11, Raymond Auge wrote: > > On Sun, Aug 18, 2013 at 3:36 PM, Mark Thomas wrote: > > > >> On 18/08/2013 20:06, Raymond Auge wrote: > >>> On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: > >> > >>>

Re: Constants.IS_SECURITY_ENABLED

2013-08-19 Thread Mark Thomas
On 19/08/2013 21:11, Raymond Auge wrote: > On Sun, Aug 18, 2013 at 3:36 PM, Mark Thomas wrote: > >> On 18/08/2013 20:06, Raymond Auge wrote: >>> On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: >> First of all this is a container concern, not an application concern. Secondly, a secu

Re: Constants.IS_SECURITY_ENABLED

2013-08-19 Thread Raymond Auge
On Sun, Aug 18, 2013 at 3:36 PM, Mark Thomas wrote: > On 18/08/2013 20:06, Raymond Auge wrote: > > On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: > > >> First of all this is a container concern, not an application > >> concern. Secondly, a security manager applies JVM wide. > I agree 100%

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Mark Thomas
On 18/08/2013 20:06, Raymond Auge wrote: > On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: >> Web applications have no business trying to configure a security >> manager. First of all this is a container concern, not an application >> concern. Secondly, a security manager applies JVM wide. An

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Raymond Auge
On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: > On 18/08/2013 17:34, Raymond Auge wrote: > > I've filed a bugs: > > > > https://java.net/jira/browse/JSP-37 > > https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 > > And I have closed the Tomcat one as invalid. > > > On Sun, Aug 18, 201

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Mark Thomas
On 18/08/2013 17:34, Raymond Auge wrote: > I've filed a bugs: > > https://java.net/jira/browse/JSP-37 > https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 And I have closed the Tomcat one as invalid. > On Sun, Aug 18, 2013 at 12:15 PM, Raymond Auge > wrote: >> Since Jasper is typically pr

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Raymond Auge
I've filed a bugs: https://java.net/jira/browse/JSP-37 https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 On Sun, Aug 18, 2013 at 12:15 PM, Raymond Auge wrote: > Hello everyone, > > My name is Raymond Auge and this is my first message to the list. > Hopefully I follow protocol correctly.