svn commit: r325874 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Request.java catalina/src/share/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2005-10-17 Thread remm
Author: remm Date: Mon Oct 17 03:39:15 2005 New Revision: 325874 URL: http://svn.apache.org/viewcvs?rev=325874&view=rev Log: - 37044: RealmBase.hasResourcePermission needs access to the GenericPrincipal as the JAAS realm no longer overrides hasRole. Modified: tomcat/container/tc5

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=326292&view=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 st

svn commit: r328876 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2005-10-27 Thread remm
Author: remm Date: Thu Oct 27 07:02:41 2005 New Revision: 328876 URL: http://svn.apache.org/viewcvs?rev=328876&view=rev Log: - 37264: JNDI resources were no longer available when stopping listeners. - Not tested well. - Submitted by Bogdan Calmac. Modified: tomcat/container/tc5.5.x/cata

svn commit: r330798 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2005-11-04 Thread remm
Author: remm Date: Fri Nov 4 03:51:02 2005 New Revision: 330798 URL: http://svn.apache.org/viewcvs?rev=330798&view=rev Log: - Use the new methods from Mladen in the AJP connector. Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java Modified: to

svn commit: r331249 - in /tomcat: connectors/trunk/coyote/src/java/org/apache/coyote/ connectors/trunk/http11/src/java/org/apache/coyote/http11/ connectors/trunk/jk/java/org/apache/coyote/ajp/ connect

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 01:57:55 2005 New Revision: 331249 URL: http://svn.apache.org/viewcvs?rev=331249&view=rev Log: - Fix swallowed NPE problem with APR connectors when there's no host header. The mapper will simply use the default host name in that case. - Some small clea

svn commit: r331250 - /tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 02:01:09 2005 New Revision: 331250 URL: http://svn.apache.org/viewcvs?rev=331250&view=rev Log: - Remove asserts for better JDK compatibility. Modified: tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java Modified: to

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=331252&view=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:

svn commit: r332296 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/LocalStrings.properties

2005-11-10 Thread remm
Author: remm Date: Thu Nov 10 06:06:21 2005 New Revision: 332296 URL: http://svn.apache.org/viewcvs?rev=332296&view=rev Log: - Improve the message, according to Mladen. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/LocalStrings.properties Modified: to

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=332801&view=rev Log: - Add additional experimental measures against apparent garbage collection bugs by setting to null static final fields. Also unregister any JDBC driver. This cod

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=344145&view=rev Log: - Try to delete. Removed: tomcat/current/tc5.5.x/connectors/ tomcat/current/tc5.5.x/container/ tomcat/current/tc5.5.x/ja

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=345233&view=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.

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=345264&view=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 classloa

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

2005-11-17 Thread remm
Author: remm Date: Thu Nov 17 09:00:24 2005 New Revision: 345286 URL: http://svn.apache.org/viewcvs?rev=345286&view=rev Log: - Allow configuring the amount of time the container will wait when unloading servlets. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/cata

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=345288&view=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: to

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=345898&view=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.

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

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 06:20:32 2005 New Revision: 348448 URL: http://svn.apache.org/viewcvs?rev=348448&view=rev Log: - Modify the way a stopped classloader behaves if accessed, as part of my previous CL work. - Log the illegal access attempt. - findClass will of return a CNFE. Modi

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

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 08:06:10 2005 New Revision: 348470 URL: http://svn.apache.org/viewcvs?rev=348470&view=rev Log: - Fix crash when a socket is used outside of the process method (for example through JMX). I would assume a crash would occur with a socket which had its associ

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=348476&view=rev Log: - Do the same with SSL. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/connectors/trunk/ht

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=348506&view=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:

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=348735&view=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 algor

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=349715&view=rev Log: - 37673: Fix getLocalName and getLocalPort. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: to

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=349717&view=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:

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

2005-11-29 Thread remm
Author: remm Date: Tue Nov 29 09:03:43 2005 New Revision: 349764 URL: http://svn.apache.org/viewcvs?rev=349764&view=rev Log: - localName was never reset. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/connectors/trunk/ht

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

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 03:10:55 2005 New Revision: 349922 URL: http://svn.apache.org/viewcvs?rev=349922&view=rev Log: - Make some classes non final, as has been done for others. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ContextConfig.

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=350078&view=rev Log: - Remove useless commented out code. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/connec

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=350083&view=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

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

2005-12-05 Thread remm
Author: remm Date: Mon Dec 5 08:43:36 2005 New Revision: 354096 URL: http://svn.apache.org/viewcvs?rev=354096&view=rev Log: - Require 1.1.1 now. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/container/tc5

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=355530&view=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.

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=355539&view=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/

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=358036&view=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 me

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

2005-12-21 Thread remm
Author: remm Date: Wed Dec 21 05:05:15 2005 New Revision: 358283 URL: http://svn.apache.org/viewcvs?rev=358283&view=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:

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=358285&view=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

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=359864&view=rev Log: - Port patch. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/connectors/trunk/http11/src/

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=365970&view=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/

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=367660&view=rev Log: - Add JMX configuration capabilities for the ContextConfig classname. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/

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

2006-01-11 Thread remm
Author: remm Date: Wed Jan 11 08:16:17 2006 New Revision: 368054 URL: http://svn.apache.org/viewcvs?rev=368054&view=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:

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=371765&view=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

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=371866&view=rev Log: - Restore useless and inefficient code. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified: tomcat/conta

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=372228&view=auto == --- tomcat/jas

svn commit: r372228 [3/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/parser/AstFunction.java URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc6.0.x/src/share/org/apache/el/parser/AstFunction.java?rev=372228&view=auto == --- tomcat/jaspe

svn commit: r372275 - /tomcat/jasper/tc6.0.x/src/share/javax/el/BeanELResolver.java

2006-01-25 Thread remm
Author: remm Date: Wed Jan 25 09:04:15 2006 New Revision: 372275 URL: http://svn.apache.org/viewcvs?rev=372275&view=rev Log: - Get the read method rather than the write method here. - Oh no, I've noticed there are tabs everywhere. - Submitted by Jason Hookom. Modified: tomcat/jaspe

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=372854&view=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/r

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=374092&view=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: to

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=374204&view=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:

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=374205&view=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 t

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=374877&view=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:

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=374878&view=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

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=374893&view=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=374898&view=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 to

svn commit: r375376 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

2006-02-06 Thread remm
Author: remm Date: Mon Feb 6 13:22:14 2006 New Revision: 375376 URL: http://svn.apache.org/viewcvs?rev=375376&view=rev Log: - Remove getId throwing an ISE. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java Modified: tomcat/conta

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=375582&view=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 is t

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

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 06:04:47 2006 New Revision: 375601 URL: http://svn.apache.org/viewcvs?rev=375601&view=rev Log: - Modify logging for APR sendfile errors affecting only a single transfer when adding to the poller. Modified: tomcat/connectors/trunk/util/java/org/apache/to

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

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 06:28:27 2006 New Revision: 375606 URL: http://svn.apache.org/viewcvs?rev=375606&view=rev Log: - Switch back to warn, as the error could be recurring. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: to

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=375613&view=rev Log: - sendbb uses a length, so "- i" is missing. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprOutputBuffer.j

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=375625&view=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/h

svn commit: r375650 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/naming/factory: EjbFactory.java ResourceEnvFactory.java ResourceFactory.java TransactionFactory.java

2006-02-07 Thread remm
Author: remm Date: Tue Feb 7 09:55:11 2006 New Revision: 375650 URL: http://svn.apache.org/viewcvs?rev=375650&view=rev Log: - More detailed error report using exception nesting. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/naming/factory/EjbFactory.java to

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=376345&view=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/co

svn commit: r376730 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java

2006-02-10 Thread remm
Author: remm Date: Fri Feb 10 07:20:44 2006 New Revision: 376730 URL: http://svn.apache.org/viewcvs?rev=376730&view=rev Log: - Have CharCHunk implement CharSequence, so that a CharChunk can be given to a Java 5 regexp matcher without having to do a useless toString on it first. Typically

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=377994&view=rev Log: - Add getContextPath to the implementation classes. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationContext.java to

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=378241&view=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 f

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=378248&view=rev Log: - Remove useless thread sync. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/

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=378251&view=rev Log: - Null instances loaded by WCL only. - Submitted by Matt Jensen. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/lo

svn commit: r378289 - /tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 08:25:07 2006 New Revision: 378289 URL: http://svn.apache.org/viewcvs?rev=378289&view=rev Log: - No pattern exclusion anymore. Modified: tomcat/container/tc5.5.x/webapps/docs/class-loader-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/class-lo

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

2006-02-16 Thread remm
Author: remm Date: Thu Feb 16 08:34:08 2006 New Revision: 378292 URL: http://svn.apache.org/viewcvs?rev=378292&view=rev Log: - Return an error (other than a NPE) if a context file doesn't contain any Context element. - Deploy folders which don't have a WEB-INF. - No info message

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=378293&view=rev Log: - 38653: Fix property name. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util/LocalStrings.properties tomcat/container/tc5

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=378498&view=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

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=378621&view=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

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=379183&view=rev Log: - Slightly modify the timing of the manager start (unfortunately, setManager in ContextConfig.java causes and immediate start of the manager). Modified: to

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=379417&r1=379416&r2=379417&view=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=379417&view=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 th

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=379417&view=auto == --- tomcat/j

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=379427&view=rev Log: - Fix imports. - 38726: Remove duplicate request group field. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java Modi

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=379463&view=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:

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=379499&view=auto == -

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

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 07:50:10 2006 New Revision: 379500 URL: http://svn.apache.org/viewcvs?rev=379500&view=rev Log: - Fix build script according to recent changes. Modified: tomcat/jasper/tc6.0.x/build.properties.sample tomcat/jasper/tc6.0.x/build.xml Modified: tomcat/ja

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=379613&view=rev Log: - Woops, use getCluster. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java Modified: tomcat/container/tc5

svn commit: r379614 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ContextConfig.java

2006-02-21 Thread remm
Author: remm Date: Tue Feb 21 15:02:57 2006 New Revision: 379614 URL: http://svn.apache.org/viewcvs?rev=379614&view=rev Log: - Imports. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/container/tc5.5.x/catalina

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=380645&view=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/dige

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=380673&view=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

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=381341&view=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 Modi

svn commit: r381342 - /tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/compiler/JDTCompiler.java

2006-02-27 Thread remm
Author: remm Date: Mon Feb 27 06:15:09 2006 New Revision: 381342 URL: http://svn.apache.org/viewcvs?rev=381342&view=rev Log: - 38776: Fix source file attribute. - Submitted by Olivier Thomann. Modified: tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/compiler/JDTCompiler.java Modi

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

2006-02-27 Thread remm
Author: remm Date: Mon Feb 27 09:50:22 2006 New Revision: 381396 URL: http://svn.apache.org/viewcvs?rev=381396&view=rev Log: - Use the right error field. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/connectors/trunk/util/java

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=381691&view=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:

svn commit: r383163 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

2006-03-04 Thread remm
Author: remm Date: Sat Mar 4 10:13:32 2006 New Revision: 383163 URL: http://svn.apache.org/viewcvs?rev=383163&view=rev Log: - With the pending tag, revert patch right away. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java Modi

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=386120&view=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/c

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=386331&view=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

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=386336&view=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/sta

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=386390&view=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

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=386404&view=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/conta

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=387554&view=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/to

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=387572&view=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:

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=387832&view=rev Log: - Modify the read default to 8KB (thanks IE). Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java tomcat/connec

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=387833&view=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

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=387838&view=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 limita

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=387887&view=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/

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

2006-03-23 Thread remm
Author: remm Date: Thu Mar 23 02:54:30 2006 New Revision: 388137 URL: http://svn.apache.org/viewcvs?rev=388137&view=rev Log: - Add some new fisrtReadTimeout modes (mostly for Mladen's testing): - 0: poller will be used for all keepalives (this one was the behavior if fisrtReadTim

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=388500&view=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

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=388594&view=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 pe

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=388679&view=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

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=388948&view=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

  1   2   3   4   5   6   7   8   9   10   >