Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-29 Thread Mel Martinez
I have done some work in this area that may be of interest. I've created a package of 8 classes that extend the Jasper compiler (as of Tomca 3.2.1) to provide: - dynamic recompiling/reloading of jsp pages - recursive detection of changes to static includes - support for inner classes - custo

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-26 Thread Glenn Nielsen
, to answer the obvious question, I don't expect someone else to fix > this for me. The new Jasper does fix this for you. > > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 5:46 PM > To: [EMAIL PROTECTED] >

RE: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-26 Thread Steve Downey
ect someone else to fix this for me. -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 5:46 PM To: [EMAIL PROTECTED] Subject: Tomcat 4 Jasper ClassLoading changes to support SecurityManager In order to make it easier to integrate the SecurityMana

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Glenn Nielsen wrote: > > > "Craig R. McClanahan" wrote: > > > > > > Glenn Nielsen wrote: > > > > > > > In order to make it easier to integrate the SecurityManager into Jasper > > > > for Tomcat 4 and to change some of Japsers annoying behaviours, I have > > > > b

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Craig R. McClanahan
Glenn Nielsen wrote: > "Craig R. McClanahan" wrote: > > > > Glenn Nielsen wrote: > > > > > In order to make it easier to integrate the SecurityManager into Jasper > > > for Tomcat 4 and to change some of Japsers annoying behaviours, I have > > > been working on switching Jasper over to the URLCla

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Glenn Nielsen wrote: > > > In order to make it easier to integrate the SecurityManager into Jasper > > for Tomcat 4 and to change some of Japsers annoying behaviours, I have > > been working on switching Jasper over to the URLClassLoader. > > > > I have the class

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Craig R. McClanahan
Glenn Nielsen wrote: > In order to make it easier to integrate the SecurityManager into Jasper > for Tomcat 4 and to change some of Japsers annoying behaviours, I have > been working on switching Jasper over to the URLClassLoader. > > I have the class loading changes in place and Jasper passes al

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Anil Vijendran
+1. Glenn Nielsen wrote: > In order to make it easier to integrate the SecurityManager into Jasper > for Tomcat 4 and to change some of Japsers annoying behaviours, I have > been working on switching Jasper over to the URLClassLoader. > > I have the class loading changes in place and Jasper pass

Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-25 Thread Glenn Nielsen
In order to make it easier to integrate the SecurityManager into Jasper for Tomcat 4 and to change some of Japsers annoying behaviours, I have been working on switching Jasper over to the URLClassLoader. I have the class loading changes in place and Jasper passes all watchdog tests. I wanted to