cvs commit: jakarta-tomcat-4.0/webapps build.xml

2002-02-09 Thread remm
remm02/02/09 10:27:01 Modified:webapps build.xml Log: - Don't copy jasper-* to each privileged webapp. After extensive testing, it seems more productive to put one shared copy in server/lib (putting a server-wide copy in common/lib doesn't seem as good security wise).

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > craigmcc01/10/27 14:20:03 > > > > > > Modified:catalina build.xml > > >catalina/src/share/org/apache/catalina/core > > > StandardContext.java > > >webapps build.xml > > > Log: > > > Experimental

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Craig R. McClanahan
Remy Maucherat wrote: > > craigmcc01/10/27 14:20:03 > > > > Modified:catalina build.xml > >catalina/src/share/org/apache/catalina/core > > StandardContext.java > >webapps build.xml > > Log: > > Experimental patch that makes th

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Remy Maucherat
> craigmcc01/10/27 14:20:03 > > Modified:catalina build.xml >catalina/src/share/org/apache/catalina/core > StandardContext.java >webapps build.xml > Log: > Experimental patch that makes the parent class loader for privileged >

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 14:20:03 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core StandardContext.java webapps build.xml Log: Experimental patch that makes the parent class loader for privileged webapps be the

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 13:53:39 Modified:catalina/src/conf server.xml webapps build.xml Log: Migrate the actual files of the Manager application to $CATALINA_HOME/server/webapps, parallel with the Admin application. This is in no way required to be a privileged app, b

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-04 Thread remm
remm01/10/04 12:24:12 Modified:webapps Tag: tomcat_40_branch build.xml Log: - Merge a variety of fixes and small feature additions which have been made and debugged in the HEAD branch, including: - Removal of Jasper loader (merged with the shared loader). - Fixes a

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-03 Thread remm
remm01/10/03 22:51:38 Modified:webapps build.xml Log: - Fix some problems with handling of the base directory path. The output directory could apparently be wrong when invoking Ant in one of the subprojects (although I never experienced the problem). Patch submitted

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-05-21 Thread craigmcc
craigmcc01/05/21 18:59:05 Modified:.build.xml catalina build.xml jasper build.xml webapps build.xml Added: catalina/src/test/org/apache/catalina/util CookieToolsTestCase.java Log: Equip the build

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2000-11-11 Thread remm
remm00/11/11 17:10:56 Modified:webapps build.xml Log: - Update the buildfiles to the new Ant 1.2 Revision ChangesPath 1.10 +5 -3 jakarta-tomcat-4.0/webapps/build.xml Index: build.xml ==