svn commit: r326292 - in /tomcat: connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java container/tc5.5.x/webapps/docs/changelog.xml

2005-10-18 Thread remm
Author: remm Date: Tue Oct 18 16:04:30 2005 New Revision: 326292 URL: http://svn.apache.org/viewcvs?rev=326292view=rev Log: - 37121: Sendfile always needs to be given the length of data to write, not the end of the range. Ranged requests behaved in a weird way and ended with an error status

svn commit: r331252 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 02:07:06 2005 New Revision: 331252 URL: http://svn.apache.org/viewcvs?rev=331252view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-12 Thread remm
Author: remm Date: Sat Nov 12 09:48:54 2005 New Revision: 332801 URL: http://svn.apache.org/viewcvs?rev=332801view=rev Log: - Add additional experimental measures against apparent garbage collection bugs by setting to null static final fields. Also unregister any JDBC driver. This code

svn commit: r344145 - in /tomcat/current/tc5.5.x: connectors/ container/ jasper/

2005-11-14 Thread remm
Author: remm Date: Mon Nov 14 07:19:03 2005 New Revision: 344145 URL: http://svn.apache.org/viewcvs?rev=344145view=rev Log: - Try to delete. Removed: tomcat/current/tc5.5.x/connectors/ tomcat/current/tc5.5.x/container/ tomcat/current/tc5.5.x/jasper

svn commit: r345233 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread remm
Author: remm Date: Thu Nov 17 04:10:48 2005 New Revision: 345233 URL: http://svn.apache.org/viewcvs?rev=345233view=rev Log: - Fix NPE and exception problems with setting fields to null. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

svn commit: r345264 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread remm
Author: remm Date: Thu Nov 17 07:34:09 2005 New Revision: 345264 URL: http://svn.apache.org/viewcvs?rev=345264view=rev Log: - Remove excessive logging when failing to open a JAR as it may snowball and might be expected situations (moved to debug priority, reported as a regular classloading

svn commit: r345288 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/context.xml

2005-11-17 Thread remm
Author: remm Date: Thu Nov 17 09:16:50 2005 New Revision: 345288 URL: http://svn.apache.org/viewcvs?rev=345288view=rev Log: - Update changelog. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/config/context.xml Modified: tomcat

svn commit: r345898 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

2005-11-21 Thread remm
Author: remm Date: Mon Nov 21 04:46:09 2005 New Revision: 345898 URL: http://svn.apache.org/viewcvs?rev=345898view=rev Log: - Either I am completely mistaken, or the type used was wrong. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

svn commit: r348476 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 08:15:53 2005 New Revision: 348476 URL: http://svn.apache.org/viewcvs?rev=348476view=rev Log: - Do the same with SSL. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/connectors/trunk/http11

svn commit: r348506 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 10:03:53 2005 New Revision: 348506 URL: http://svn.apache.org/viewcvs?rev=348506view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r348735 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java container/tc5.5.x/webapps/docs/changelog.xml

2005-11-24 Thread remm
Author: remm Date: Thu Nov 24 06:04:48 2005 New Revision: 348735 URL: http://svn.apache.org/viewcvs?rev=348735view=rev Log: - 37627:Fix buffering issue in the HTTP APR connector when a large buffer size was used for servlets. - Unfortunately the FIXME had never been addressed and the algorithm

svn commit: r349715 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

2005-11-29 Thread remm
Author: remm Date: Tue Nov 29 05:29:07 2005 New Revision: 349715 URL: http://svn.apache.org/viewcvs?rev=349715view=rev Log: - 37673: Fix getLocalName and getLocalPort. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat

svn commit: r349717 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-11-29 Thread remm
Author: remm Date: Tue Nov 29 05:55:55 2005 New Revision: 349717 URL: http://svn.apache.org/viewcvs?rev=349717view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r350078 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 15:32:20 2005 New Revision: 350078 URL: http://svn.apache.org/viewcvs?rev=350078view=rev Log: - Remove useless commented out code. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/connectors

svn commit: r350083 - /tomcat/container/tc5.5.x/webapps/docs/apr.xml

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 16:12:04 2005 New Revision: 350083 URL: http://svn.apache.org/viewcvs?rev=350083view=rev Log: - Add example SSL config. Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml URL: http://svn.apache.org

svn commit: r355530 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core: ApplicationContextFacade.java ApplicationFilterConfig.java

2005-12-09 Thread remm
Author: remm Date: Fri Dec 9 08:42:23 2005 New Revision: 355530 URL: http://svn.apache.org/viewcvs?rev=355530view=rev Log: - Remove a static log that I forgot about earlier. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationContextFacade.java

svn commit: r355539 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2005-12-09 Thread remm
Author: remm Date: Fri Dec 9 09:04:06 2005 New Revision: 355539 URL: http://svn.apache.org/viewcvs?rev=355539view=rev Log: - Convert to string error codes. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java

svn commit: r358036 - in /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime: BodyContentImpl.java JspFactoryImpl.java

2005-12-20 Thread remm
Author: remm Date: Tue Dec 20 09:02:33 2005 New Revision: 358036 URL: http://svn.apache.org/viewcvs?rev=358036view=rev Log: - Add two system properties (as given the JSP API, there is no easy solution to retrieve configuration parameters elsewhere) to allow configuring Jasper memory

svn commit: r358285 - in /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime: BodyContentImpl.java JspFactoryImpl.java

2005-12-21 Thread remm
Author: remm Date: Wed Dec 21 05:09:42 2005 New Revision: 358285 URL: http://svn.apache.org/viewcvs?rev=358285view=rev Log: - Ok, so I used a Java 5 API. Modified: tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime/BodyContentImpl.java tomcat/jasper/tc5.5.x/jasper2/src

svn commit: r359864 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

2005-12-29 Thread remm
Author: remm Date: Thu Dec 29 10:12:55 2005 New Revision: 359864 URL: http://svn.apache.org/viewcvs?rev=359864view=rev Log: - Port patch. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/connectors/trunk/http11/src/java

svn commit: r365970 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-01-04 Thread remm
Author: remm Date: Wed Jan 4 11:28:39 2006 New Revision: 365970 URL: http://svn.apache.org/viewcvs?rev=365970view=rev Log: - Oops. Sync on the right object. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java

svn commit: r367660 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core: StandardContext.java mbeans-descriptors.xml

2006-01-10 Thread remm
Author: remm Date: Tue Jan 10 07:51:42 2006 New Revision: 367660 URL: http://svn.apache.org/viewcvs?rev=367660view=rev Log: - Add JMX configuration capabilities for the ContextConfig classname. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core

svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-23 Thread remm
Author: remm Date: Mon Jan 23 17:13:19 2006 New Revision: 371765 URL: http://svn.apache.org/viewcvs?rev=371765view=rev Log: - Remove nonsensical systematic inclusion on ISO-8859-1 charset in the content type, which is noth useless and inefficient. Modified: tomcat/container/tc5.5.x

svn commit: r371866 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-24 Thread remm
Author: remm Date: Tue Jan 24 00:52:54 2006 New Revision: 371866 URL: http://svn.apache.org/viewcvs?rev=371866view=rev Log: - Restore useless and inefficient code. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified: tomcat/container

svn commit: r372228 [6/6] - in /tomcat/jasper/tc6.0.x/src/share: javax/ javax/el/ org/apache/el/ org/apache/el/lang/ org/apache/el/parser/ org/apache/el/util/

2006-01-25 Thread remm
Added: tomcat/jasper/tc6.0.x/src/share/org/apache/el/util/ReflectionUtil.java URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc6.0.x/src/share/org/apache/el/util/ReflectionUtil.java?rev=372228view=auto == ---

svn commit: r372854 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java

2006-01-27 Thread remm
Author: remm Date: Fri Jan 27 05:56:55 2006 New Revision: 372854 URL: http://svn.apache.org/viewcvs?rev=372854view=rev Log: - Always initialize loggers in realm start rather than at a random time earlier. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm

svn commit: r374092 - in /tomcat/jasper/tc6.0.x: build.properties.sample build.xml

2006-02-01 Thread remm
Author: remm Date: Wed Feb 1 07:58:35 2006 New Revision: 374092 URL: http://svn.apache.org/viewcvs?rev=374092view=rev Log: - Update Ant build script for the current source layout. Modified: tomcat/jasper/tc6.0.x/build.properties.sample tomcat/jasper/tc6.0.x/build.xml Modified: tomcat

svn commit: r374204 - /tomcat/container/tc5.5.x/catalina/src/conf/web.xml

2006-02-01 Thread remm
Author: remm Date: Wed Feb 1 15:50:13 2006 New Revision: 374204 URL: http://svn.apache.org/viewcvs?rev=374204view=rev Log: - I guess nobody will do that ... Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml URL: http

svn commit: r374205 - in /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11: Http11BaseProtocol.java Http11Protocol.java

2006-02-01 Thread remm
Author: remm Date: Wed Feb 1 15:52:44 2006 New Revision: 374205 URL: http://svn.apache.org/viewcvs?rev=374205view=rev Log: - 38485: Fix minor regression setting connection timeout and a few others (the connection handler will be created after setting the properties, so setting defaults

svn commit: r374877 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-04 Thread remm
Author: remm Date: Sat Feb 4 07:00:44 2006 New Revision: 374877 URL: http://svn.apache.org/viewcvs?rev=374877view=rev Log: - Pass along more of the SSL related fields (note: I'm not sure what the skipfirst flag of setCertificateChainFile is actually supposed to do). Modified: tomcat

svn commit: r374878 - in /tomcat: build/tc5.5.x/tomcat.nsi connectors/trunk/jni/native/include/tcn_version.h container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

2006-02-04 Thread remm
Author: remm Date: Sat Feb 4 07:02:39 2006 New Revision: 374878 URL: http://svn.apache.org/viewcvs?rev=374878view=rev Log: - The IP change of network.c is a backwards incompatible change (a 1.1.1 binary will crash), so bump up the patch level required. Modified: tomcat/build/tc5.5.x

svn commit: r374893 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core: ContainerBase.java StandardContext.java

2006-02-04 Thread remm
Author: remm Date: Sat Feb 4 09:36:19 2006 New Revision: 374893 URL: http://svn.apache.org/viewcvs?rev=374893view=rev Log: - It is always possible that container loggers are acquired before the classloader is correctly setup. Set it to null to ensure the correct classloader will be used

svn commit: r374898 - in /tomcat/container/tc5.5.x/webapps/docs: apr.xml changelog.xml ssl-howto.xml

2006-02-04 Thread remm
Author: remm Date: Sat Feb 4 09:55:49 2006 New Revision: 374898 URL: http://svn.apache.org/viewcvs?rev=374898view=rev Log: - Update SSL docs and changelog. Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container

svn commit: r375582 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 03:47:20 2006 New Revision: 375582 URL: http://svn.apache.org/viewcvs?rev=375582view=rev Log: - 38464: Fix incorrect usage of sendbb method, which can in some cases do incomplete writes. Let me know if there are still problems. - Note: for AJP, the fix

svn commit: r375613 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 06:39:54 2006 New Revision: 375613 URL: http://svn.apache.org/viewcvs?rev=375613view=rev Log: - sendbb uses a length, so - i is missing. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java tomcat

svn commit: r375625 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.java jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 07:16:02 2006 New Revision: 375625 URL: http://svn.apache.org/viewcvs?rev=375625view=rev Log: - Switch back to using a native fix (in order to not having to do too many JNI calls, since it's the whole point). Modified: tomcat/connectors/trunk/http11/src/java

svn commit: r376345 - in /tomcat/container/tc5.5.x/webapps/docs: config/context.xml config/globalresources.xml jndi-resources-howto.xml

2006-02-09 Thread remm
Author: remm Date: Thu Feb 9 08:47:51 2006 New Revision: 376345 URL: http://svn.apache.org/viewcvs?rev=376345view=rev Log: - Add some docs for the Transaction element. Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml tomcat/container/tc5.5.x/webapps/docs/config

svn commit: r377994 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core: ApplicationContext.java ApplicationContextFacade.java

2006-02-15 Thread remm
Author: remm Date: Wed Feb 15 04:37:28 2006 New Revision: 377994 URL: http://svn.apache.org/viewcvs?rev=377994view=rev Log: - Add getContextPath to the implementation classes. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationContext.java tomcat

svn commit: r378241 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 05:22:51 2006 New Revision: 378241 URL: http://svn.apache.org/viewcvs?rev=378241view=rev Log: - Fix a dumb programming error which could cause a crash (rare, fortunately) after a poll error. i-- was used for the loop, so if sockets add were pending, the first

svn commit: r378248 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 05:53:29 2006 New Revision: 378248 URL: http://svn.apache.org/viewcvs?rev=378248view=rev Log: - Remove useless thread sync. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java/org

svn commit: r378251 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 06:19:13 2006 New Revision: 378251 URL: http://svn.apache.org/viewcvs?rev=378251view=rev Log: - Null instances loaded by WCL only. - Submitted by Matt Jensen. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader

svn commit: r378293 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util: LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_ja.properties

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 08:36:47 2006 New Revision: 378293 URL: http://svn.apache.org/viewcvs?rev=378293view=rev Log: - 38653: Fix property name. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util/LocalStrings.properties tomcat/container/tc5.5.x

svn commit: r378498 - in /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2006-02-17 Thread remm
Author: remm Date: Fri Feb 17 04:47:40 2006 New Revision: 378498 URL: http://svn.apache.org/viewcvs?rev=378498view=rev Log: - Update error reports, including the error codes (just in case we get a MS style Unknown error). Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util

svn commit: r378621 - in /tomcat/container/tc5.5.x/webapps: host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java manager/WEB-INF/classes/org/apache/catalina/manager/Constants.ja

2006-02-17 Thread remm
Author: remm Date: Fri Feb 17 12:36:01 2006 New Revision: 378621 URL: http://svn.apache.org/viewcvs?rev=378621view=rev Log: - Fix logos. Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java tomcat/container/tc5.5.x

svn commit: r379183 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextConfig.java

2006-02-20 Thread remm
Author: remm Date: Mon Feb 20 09:45:48 2006 New Revision: 379183 URL: http://svn.apache.org/viewcvs?rev=379183view=rev Log: - Slightly modify the timing of the manager start (unfortunately, setManager in ContextConfig.java causes and immediate start of the manager). Modified: tomcat

svn commit: r379417 [3/7] - in /tomcat/jasper/tc6.0.x/src/share/org/apache: el/lang/ el/parser/ el/util/ jasper/compiler/ jasper/el/ jasper/resources/ jasper/runtime/

2006-02-21 Thread remm
Modified: tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/compiler/PageInfo.java URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/compiler/PageInfo.java?rev=379417r1=379416r2=379417view=diff

svn commit: r379417 [1/7] - in /tomcat/jasper/tc6.0.x/src/share/org/apache: el/lang/ el/parser/ el/util/ jasper/compiler/ jasper/el/ jasper/resources/ jasper/runtime/

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 02:57:35 2006 New Revision: 379417 URL: http://svn.apache.org/viewcvs?rev=379417view=rev Log: - Wire the new EL inside Jasper. - Remove dependency on commons-el. - Temporary problem: this now requires a JSP 2.1 API binary to build. - Small fixes in the EL

svn commit: r379417 [6/7] - in /tomcat/jasper/tc6.0.x/src/share/org/apache: el/lang/ el/parser/ el/util/ jasper/compiler/ jasper/el/ jasper/resources/ jasper/runtime/

2006-02-21 Thread remm
Added: tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/el/ELContextImpl.java URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/el/ELContextImpl.java?rev=379417view=auto == ---

svn commit: r379427 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 03:28:12 2006 New Revision: 379427 URL: http://svn.apache.org/viewcvs?rev=379427view=rev Log: - Fix imports. - 38726: Remove duplicate request group field. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java Modified

svn commit: r379463 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 06:41:00 2006 New Revision: 379463 URL: http://svn.apache.org/viewcvs?rev=379463view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r379499 [5/5] - in /tomcat/jasper/tc6.0.x/src: etc/ etc/dtd/ share/javax/servlet/ share/javax/servlet/jsp/ share/javax/servlet/jsp/el/ share/javax/servlet/jsp/tagext/ share/javax/servlet/j

2006-02-21 Thread remm
Added: tomcat/jasper/tc6.0.x/src/share/javax/servlet/jsp/tagext/TagLibraryInfo.java URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc6.0.x/src/share/javax/servlet/jsp/tagext/TagLibraryInfo.java?rev=379499view=auto ==

svn commit: r379613 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 15:02:25 2006 New Revision: 379613 URL: http://svn.apache.org/viewcvs?rev=379613view=rev Log: - Woops, use getCluster. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java Modified: tomcat/container/tc5.5.x

svn commit: r380645 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/digester/Digester.java

2006-02-24 Thread remm
Author: remm Date: Fri Feb 24 03:37:46 2006 New Revision: 380645 URL: http://svn.apache.org/viewcvs?rev=380645view=rev Log: - Refresh loggers being used, to make sure the current webapp logger is used. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/digester/Digester.java

svn commit: r380673 - /tomcat/build/tc5.5.x/build.properties.default

2006-02-24 Thread remm
Author: remm Date: Fri Feb 24 06:11:27 2006 New Revision: 380673 URL: http://svn.apache.org/viewcvs?rev=380673view=rev Log: - Update to JDT 3.1.2. Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org

svn commit: r381341 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java

2006-02-27 Thread remm
Author: remm Date: Mon Feb 27 06:10:39 2006 New Revision: 381341 URL: http://svn.apache.org/viewcvs?rev=381341view=rev Log: - 38776: Fix source file attribute. - Submitted by Olivier Thomann. Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java Modified

svn commit: r381691 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-02-28 Thread remm
Author: remm Date: Tue Feb 28 08:25:07 2006 New Revision: 381691 URL: http://svn.apache.org/viewcvs?rev=381691view=rev Log: -Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r386120 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-15 Thread remm
Author: remm Date: Wed Mar 15 09:29:02 2006 New Revision: 386120 URL: http://svn.apache.org/viewcvs?rev=386120view=rev Log: - As suggested by Peter, move getWorkerThread inside the try (an OOM could occur). This isn't going to help the server much, though. Modified: tomcat/connectors

svn commit: r386331 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java

2006-03-16 Thread remm
Author: remm Date: Thu Mar 16 06:03:12 2006 New Revision: 386331 URL: http://svn.apache.org/viewcvs?rev=386331view=rev Log: - 38795: Associate more closely bind with a finally unbind. - Based on a patch submitted by Darryl Miles. Modified: tomcat/container/tc5.5.x/catalina/src/share/org

svn commit: r386336 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup: HostConfig.java LocalStrings.properties

2006-03-16 Thread remm
Author: remm Date: Thu Mar 16 06:13:00 2006 New Revision: 386336 URL: http://svn.apache.org/viewcvs?rev=386336view=rev Log: - Wrap remove inside a try/catch, to prevent recurrent undeploy failures. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup

svn commit: r386390 - /tomcat/build/tc5.5.x/build.properties.default

2006-03-16 Thread remm
Author: remm Date: Thu Mar 16 09:22:38 2006 New Revision: 386390 URL: http://svn.apache.org/viewcvs?rev=386390view=rev Log: - Update to Xerces 2.8. Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org

svn commit: r386404 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/SemaphoreValve.java

2006-03-16 Thread remm
Author: remm Date: Thu Mar 16 09:50:37 2006 New Revision: 386404 URL: http://svn.apache.org/viewcvs?rev=386404view=rev Log: - Expand a bit the semaphore valve. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/SemaphoreValve.java Modified: tomcat/container

svn commit: r387554 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-21 Thread remm
Author: remm Date: Tue Mar 21 07:49:50 2006 New Revision: 387554 URL: http://svn.apache.org/viewcvs?rev=387554view=rev Log: - Apparently some OSes can also use EINTR as a semi normal result. - Harmonize sendfile poller handling. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat

svn commit: r387572 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-03-21 Thread remm
Author: remm Date: Tue Mar 21 08:21:02 2006 New Revision: 387572 URL: http://svn.apache.org/viewcvs?rev=387572view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r387832 - in /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11: Http11AprProtocol.java Http11BaseProtocol.java

2006-03-22 Thread remm
Author: remm Date: Wed Mar 22 03:20:25 2006 New Revision: 387832 URL: http://svn.apache.org/viewcvs?rev=387832view=rev Log: - Modify the read default to 8KB (thanks IE). Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java tomcat/connectors

svn commit: r387833 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/Constants.java

2006-03-22 Thread remm
Author: remm Date: Wed Mar 22 03:21:43 2006 New Revision: 387833 URL: http://svn.apache.org/viewcvs?rev=387833view=rev Log: - Unless I missed something, I think it's better to use -1 here rather than 0. Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/Constants.java Modified

svn commit: r387838 - in /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2006-03-22 Thread remm
Author: remm Date: Wed Mar 22 03:30:42 2006 New Revision: 387838 URL: http://svn.apache.org/viewcvs?rev=387838view=rev Log: - New defaults, which should be more production friendly. - New (cleaner) way of allocating pollers (note: the 62 size is there because it was an older Win32 limitation

svn commit: r387887 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-22 Thread remm
Author: remm Date: Wed Mar 22 08:36:13 2006 New Revision: 387887 URL: http://svn.apache.org/viewcvs?rev=387887view=rev Log: - Woops, fix sizes being used. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java

svn commit: r388500 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-24 Thread remm
Author: remm Date: Fri Mar 24 04:37:27 2006 New Revision: 388500 URL: http://svn.apache.org/viewcvs?rev=388500view=rev Log: - As suggested by Peter, replace the (synced) Stack with a specialized unsynced stack. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net

svn commit: r388594 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-24 Thread remm
Author: remm Date: Fri Mar 24 10:15:16 2006 New Revision: 388594 URL: http://svn.apache.org/viewcvs?rev=388594view=rev Log: - Add many threading options, the most useful being multiple pollers for Win (after testing, it's really not possible to have large pollers and reasonable performance

svn commit: r388679 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-24 Thread remm
Author: remm Date: Fri Mar 24 15:59:49 2006 New Revision: 388679 URL: http://svn.apache.org/viewcvs?rev=388679view=rev Log: - Remove commented out code. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java/org

svn commit: r388948 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-26 Thread remm
Author: remm Date: Sun Mar 26 11:50:47 2006 New Revision: 388948 URL: http://svn.apache.org/viewcvs?rev=388948view=rev Log: - Add a guard to pollTime. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java/org

svn commit: r388949 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java

2006-03-26 Thread remm
Author: remm Date: Sun Mar 26 11:55:03 2006 New Revision: 388949 URL: http://svn.apache.org/viewcvs?rev=388949view=rev Log: - 39021: Add back support for authentication only. - Submitted by Scott Stark. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm

svn commit: r389140 - /tomcat/tc6.0.x/

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 05:34:09 2006 New Revision: 389140 URL: http://svn.apache.org/viewcvs?rev=389140view=rev Log: (empty) Added: tomcat/tc6.0.x/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

svn commit: r389146 - in /tomcat/tc6.0.x/trunk: ./ java/ java/javax/ java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/jsp/ java/javax/servlet/jsp/el/ java/javax/servlet/j

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 05:53:46 2006 New Revision: 389146 URL: http://svn.apache.org/viewcvs?rev=389146view=rev Log: - Attempt to create a new repository according to the earlier thread. - No modules right now. - Dependencies on c-logging, c-modeler (which I think I will merge/simplify

svn commit: r389238 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 11:51:18 2006 New Revision: 389238 URL: http://svn.apache.org/viewcvs?rev=389238view=rev Log: - Add missing patch. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime

svn commit: r389531 - /tomcat/tc6.0.x/trunk/build.xml

2006-03-28 Thread remm
Author: remm Date: Tue Mar 28 08:17:54 2006 New Revision: 389531 URL: http://svn.apache.org/viewcvs?rev=389531view=rev Log: - Add building some JARs. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk

svn commit: r389768 - /tomcat/container/tc5.5.x/webapps/docs/apr.xml

2006-03-29 Thread remm
Author: remm Date: Wed Mar 29 03:49:10 2006 New Revision: 389768 URL: http://svn.apache.org/viewcvs?rev=389768view=rev Log: - Document according to the current defaults. Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml URL

svn commit: r389796 - in /tomcat/tc6.0.x/trunk: BUILDING.txt README.txt

2006-03-29 Thread remm
Author: remm Date: Wed Mar 29 06:00:01 2006 New Revision: 389796 URL: http://svn.apache.org/viewcvs?rev=389796view=rev Log: - Clear obsolete content. Modified: tomcat/tc6.0.x/trunk/BUILDING.txt tomcat/tc6.0.x/trunk/README.txt Modified: tomcat/tc6.0.x/trunk/BUILDING.txt URL: http

svn commit: r389806 - in /tomcat/tc6.0.x/trunk: build.xml java/org/apache/catalina/startup/catalina.properties res/bootstrap.jar.manifest

2006-03-29 Thread remm
Author: remm Date: Wed Mar 29 06:39:52 2006 New Revision: 389806 URL: http://svn.apache.org/viewcvs?rev=389806view=rev Log: - Fixes according to the directory structure. Modified: tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties

svn commit: r390055 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 02:00:57 2006 New Revision: 390055 URL: http://svn.apache.org/viewcvs?rev=390055view=rev Log: - Add missing patch (I didn't update from sources before merging). Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/Registry.java Modified: tomcat

svn commit: r390120 - /tomcat/tc6.0.x/trunk/.classpath

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 05:27:59 2006 New Revision: 390120 URL: http://svn.apache.org/viewcvs?rev=390120view=rev Log: - Remove modeler. - Fix CRLF. Modified: tomcat/tc6.0.x/trunk/.classpath Modified: tomcat/tc6.0.x/trunk/.classpath URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x

svn commit: r390124 - /tomcat/tc6.0.x/trunk/.classpath

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 05:32:04 2006 New Revision: 390124 URL: http://svn.apache.org/viewcvs?rev=390124view=rev Log: - Move output so that Eclipse doesn't pollute the useful classes folder with his junk. Modified: tomcat/tc6.0.x/trunk/.classpath Modified: tomcat/tc6.0.x/trunk

svn commit: r390155 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 07:08:31 2006 New Revision: 390155 URL: http://svn.apache.org/viewcvs?rev=390155view=rev Log: - Clean up a bit. - For some reason, trying to recycle a static digester doesn't improve performance. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util

svn commit: r390157 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 07:10:13 2006 New Revision: 390157 URL: http://svn.apache.org/viewcvs?rev=390157view=rev Log: - Standardize on the digester (which is apparently a bit faster than using DOM). This way, digester now handles all XML parsing in Catalina. Modified: tomcat/tc6.0.x

svn commit: r390187 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Request.java

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 09:40:57 2006 New Revision: 390187 URL: http://svn.apache.org/viewcvs?rev=390187view=rev Log: - Revert fix for 38113, which doesn't seem to be a bug, and appears to be causing regressions. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache

svn commit: r390188 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 09:41:19 2006 New Revision: 390188 URL: http://svn.apache.org/viewcvs?rev=390188view=rev Log: - Revert fix for 38113, which doesn't seem to be a bug, and appears to be causing regressions. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector

svn commit: r390189 - /tomcat/tc6.0.x/trunk/build.xml

2006-03-30 Thread remm
Author: remm Date: Thu Mar 30 09:42:06 2006 New Revision: 390189 URL: http://svn.apache.org/viewcvs?rev=390189view=rev Log: - Copy the XML descriptors. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk

svn commit: r391182 - /tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java

2006-04-03 Thread remm
Author: remm Date: Mon Apr 3 17:00:33 2006 New Revision: 391182 URL: http://svn.apache.org/viewcvs?rev=391182view=rev Log: - Add getContextPath. Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java URL

svn commit: r391183 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector: Request.java Response.java

2006-04-03 Thread remm
Author: remm Date: Mon Apr 3 17:01:51 2006 New Revision: 391183 URL: http://svn.apache.org/viewcvs?rev=391183view=rev Log: - Slightly updated behavior for setCharEnc, and allow setting a session cookie from an included resource in some cases. Modified: tomcat/tc6.0.x/trunk/java/org

svn commit: r391184 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: core/ApplicationFilterFactory.java deploy/FilterMap.java

2006-04-03 Thread remm
Author: remm Date: Mon Apr 3 17:03:14 2006 New Revision: 391184 URL: http://svn.apache.org/viewcvs?rev=391184view=rev Log: - Add support for the new * special URL pattern for filters. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java tomcat

svn commit: r391185 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

2006-04-03 Thread remm
Author: remm Date: Mon Apr 3 17:03:50 2006 New Revision: 391185 URL: http://svn.apache.org/viewcvs?rev=391185view=rev Log: - Add new method (dummy). Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper

svn commit: r391370 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 10:19:42 2006 New Revision: 391370 URL: http://svn.apache.org/viewcvs?rev=391370view=rev Log: - Update poweredby. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina

svn commit: r391432 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/core/ catalina/deploy/ catalina/startup/ tomcat/util/digester/

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 15:34:09 2006 New Revision: 391432 URL: http://svn.apache.org/viewcvs?rev=391432view=rev Log: - Add support for multiple servlet and filter mappings. - Fix a bug I found by accident where application listeners are not reinitialized when reloading. - That's all folks

svn commit: r391433 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 15:46:41 2006 New Revision: 391433 URL: http://svn.apache.org/viewcvs?rev=391433view=rev Log: - Fix a bug I found by accident where application listeners are not reinitialized when reloading. - Port patch. Modified: tomcat/container/tc5.5.x/catalina/src/share

svn commit: r391990 - in /tomcat/tc6.0.x/trunk/java/javax/annotation: ./ security/

2006-04-06 Thread remm
Author: remm Date: Thu Apr 6 07:09:45 2006 New Revision: 391990 URL: http://svn.apache.org/viewcvs?rev=391990view=rev Log: - Add common annotations interfaces. - The latest docs seem to indicate that it's Declare*s*Roles. Added: tomcat/tc6.0.x/trunk/java/javax/annotation/ tomcat/tc6.0.x

svn commit: r391991 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: deploy/ContextService.java deploy/NamingResources.java startup/WebRuleSet.java

2006-04-06 Thread remm
Author: remm Date: Thu Apr 6 07:13:54 2006 New Revision: 391991 URL: http://svn.apache.org/viewcvs?rev=391991view=rev Log: - Add support (note: not in NamingContextListener yet) for service-ref (after all, there's support for all other elements, so ...). - Submitted by Fabien Carrion. Added

svn commit: r391995 - /tomcat/tc6.0.x/trunk/build.xml

2006-04-06 Thread remm
Author: remm Date: Thu Apr 6 07:29:14 2006 New Revision: 391995 URL: http://svn.apache.org/viewcvs?rev=391995view=rev Log: - Add annotations JAR. Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk

svn commit: r392122 - /tomcat/tc6.0.x/trunk/java/javax/annotation/Resource.java

2006-04-06 Thread remm
Author: remm Date: Thu Apr 6 16:44:36 2006 New Revision: 392122 URL: http://svn.apache.org/viewcvs?rev=392122view=rev Log: - I don't know if this field is legitimate or not, but it's used by the rest of the patch. I'll check it. Modified: tomcat/tc6.0.x/trunk/java/javax/annotation

svn commit: r393198 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

2006-04-11 Thread remm
Author: remm Date: Tue Apr 11 05:17:19 2006 New Revision: 393198 URL: http://svn.apache.org/viewcvs?rev=393198view=rev Log: - Update version number. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/container/tc5.5.x

svn commit: r393199 - in /tomcat/build/tc5.5.x: build.properties.default tomcat.nsi

2006-04-11 Thread remm
Author: remm Date: Tue Apr 11 05:17:55 2006 New Revision: 393199 URL: http://svn.apache.org/viewcvs?rev=393199view=rev Log: - New tcnative version numbers and locations. Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/build/tc5.5.x/tomcat.nsi Modified: tomcat/build/tc5.5

  1   2   3   4   5   6   7   8   9   10   >