svn commit: r348967 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2005-11-25 Thread pero
Author: pero Date: Fri Nov 25 07:38:28 2005 New Revision: 348967 URL: http://svn.apache.org/viewcvs?rev=348967&view=rev Log: Fix that log info only construct when level is enabled. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.j

svn commit: r348970 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/LocalStrings.properties

2005-11-25 Thread pero
Author: pero Date: Fri Nov 25 07:43:37 2005 New Revision: 348970 URL: http://svn.apache.org/viewcvs?rev=348970&view=rev Log: Fix some typos Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/LocalStrings.properties Modified: tomcat/container/tc5.5.

svn commit: r348972 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java webapps/docs/changelog.xml

2005-11-25 Thread pero
Author: pero Date: Fri Nov 25 07:56:09 2005 New Revision: 348972 URL: http://svn.apache.org/viewcvs?rev=348972&view=rev Log: Fix that not usefull log message are generated! Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

DO NOT REPLY [Bug 32781] - attribute scheme not being recognized

2005-11-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32781] - attribute scheme not being recognized

2005-11-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33743] - WebappClassLoader race condition

2005-11-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: getContext() - spec interpretation

2005-11-25 Thread Bill Barker
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: Sent: Thursday, November 24, 2005 11:34 AM Subject: getContext() - spec interpretation All, I have been looking at bug 13040 and reviewing the current getContext() implementation. I saw Remy's comment from some time

svn commit: r349082 - in /tomcat/sandbox/java/org/apache/tomcat/util/threads: ./ res/

2005-11-25 Thread costin
Author: costin Date: Fri Nov 25 21:39:20 2005 New Revision: 349082 URL: http://svn.apache.org/viewcvs?rev=349082&view=rev Log: Add threads ( without Reaper and Expirer, not used or needed ) Added: tomcat/sandbox/java/org/apache/tomcat/util/threads/ tomcat/sandbox/java/org/apache/tomcat/ut

svn commit: r349084 - in /tomcat/sandbox/java/org/apache/tomcat/util/threads: ThreadPool.java ThreadPoolRunnable.java ThreadWithAttributes.java

2005-11-25 Thread costin
Author: costin Date: Fri Nov 25 21:41:43 2005 New Revision: 349084 URL: http://svn.apache.org/viewcvs?rev=349084&view=rev Log: A small change to allow access to the 'param' field in ThreadWithAttributes. This allows passing a param to the thread - like a socket for example Modified: tomcat/sa

svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java

2005-11-25 Thread costin
Author: costin Date: Fri Nov 25 21:43:33 2005 New Revision: 349085 URL: http://svn.apache.org/viewcvs?rev=349085&view=rev Log: The nio endpoint. Uses the thread pool. Only accept is implemented - the polling of keep alive needs merging some code in the http11protocol. Added: tomcat/sandbox/ja

Re: svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java

2005-11-25 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, November 25, 2005 9:43 PM Subject: svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java Author: costin Date: Fri Nov 25 21:43:33 2005 New Revision: 349085 URL: http://svn.apache.org

Re: svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java

2005-11-25 Thread Costin Manolache
On 11/25/05, Bill Barker <[EMAIL PROTECTED]> wrote: > > The nio endpoint. Uses the thread pool. Only accept is implemented - the > > polling of keep alive needs merging some code in the http11protocol. > > > > Yup, it's still too incomplete to evaluate. However from my work with > NIO/AJP, using

Re: svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java

2005-11-25 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Friday, November 25, 2005 11:25 PM Subject: Re: svn commit: r349085 - /tomcat/sandbox/java/org/apache/tomcat/util/net/NioEndpoint.java On 11/25/05, Bill Barker <[EMAIL PROTECTED]> w