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
Steve Downey wrote: > > I've been looking at Jasper because it is severly broken on NT, or any other > filesystem that has limited length filenames. The prefix encoding of the > servlet path extends the filename of the .java and .class files well past > the limit. This is actually preventing me f

RE: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-26 Thread Steve Downey
I've been looking at Jasper because it is severly broken on NT, or any other filesystem that has limited length filenames. The prefix encoding of the servlet path extends the filename of the .java and .class files well past the limit. This is actually preventing me from using Tomcat in developemen

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