svn commit: r1051106 - /tomcat/trunk/build.xml

2010-12-20 Thread markt
Author: markt Date: Mon Dec 20 13:58:07 2010 New Revision: 1051106 URL: http://svn.apache.org/viewvc?rev=1051106&view=rev Log: Version numbers are defined in the properties file Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

DO NOT REPLY [Bug 50501] New: Tomcat needs to much time to invalidate sessions

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50501 Summary: Tomcat needs to much time to invalidate sessions Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal P

DO NOT REPLY [Bug 50501] Tomcat needs to much time to invalidate sessions

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50501 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1051202 - in /tomcat/trunk: java/org/apache/tomcat/util/net/JIoEndpoint.java test/org/apache/catalina/connector/TestMaxConnections.java test/org/apache/catalina/startup/SimpleHttpClient.j

2010-12-20 Thread fhanik
Author: fhanik Date: Mon Dec 20 16:42:13 2010 New Revision: 1051202 URL: http://svn.apache.org/viewvc?rev=1051202&view=rev Log: Implement a maxConnection threshold for the JIoEndpoint, to be able to constraint how many connections the connector will accept Added: tomcat/trunk/test/org/apache

DO NOT REPLY [Bug 50501] Tomcat needs to much time to invalidate sessions

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50501 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> 2010-12-20 13:54:05 EST --- I sorry, bugzilla forgot to upload my attachment. Will do asap. I can't use #invalidate(), this is cause all JS & CSS files in my JSP to create a new sessio

DO NOT REPLY [Bug 50453] Multiple X-Forwarded-For headers not handled by RemoteIP valve

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 --- Comment #9 from Jim Riggs 2010-12-20 14:50:27 EST --- Created an attachment (id=26428) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26428) v1 Here is a first pass at this. I have done rudimentary testing of both the valv

Re: svn commit: r1051202 - in /tomcat/trunk: java/org/apache/tomcat/util/net/JIoEndpoint.java test/org/apache/catalina/connector/TestMaxConnections.java test/org/apache/catalina/startup/SimpleHttpClie

2010-12-20 Thread sebb
On 20 December 2010 16:42, wrote: > Author: fhanik > Date: Mon Dec 20 16:42:13 2010 > New Revision: 1051202 > > URL: http://svn.apache.org/viewvc?rev=1051202&view=rev > Log: > Implement a maxConnection threshold for the JIoEndpoint, to be able to > constraint how many connections the connector w

Re: svn commit: r1050161 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocolHandler.java java/org/apache/tomcat/util/threads/CounterLatch.java test/org/apache/tomcat/util/threads/ test/org/apa

2010-12-20 Thread sebb
On 16 December 2010 21:09, wrote: > Author: fhanik > Date: Thu Dec 16 21:09:49 2010 > New Revision: 1050161 > > URL: http://svn.apache.org/viewvc?rev=1050161&view=rev > Log: > Starting to work on maxConnections attribute for BIO/NIO connectors to allow > administrators to throttle how accepting

svn commit: r1051291 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java test/or

2010-12-20 Thread fhanik
Author: fhanik Date: Mon Dec 20 21:01:37 2010 New Revision: 1051291 URL: http://svn.apache.org/viewvc?rev=1051291&view=rev Log: Implement maxConnections for NIO connector Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/

DO NOT REPLY [Bug 50496] AccessLogValve not logging size correctly for %B with enabled compression

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50496 --- Comment #1 from Christopher Schultz 2010-12-20 16:11:20 EST --- Hmm... AccessLogValve is just asking the response how many bytes it wrote: the compression occurs at a level below that. I'm trying to track-down where the filter is actua

DO NOT REPLY [Bug 50453] Multiple X-Forwarded-For headers not handled by RemoteIP valve

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 --- Comment #10 from Christopher Schultz 2010-12-20 16:13:45 EST --- Don't forget RemoteIPFilter in trunk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 50501] Tomcat needs to much time to invalidate sessions

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50501 --- Comment #3 from Christopher Schultz 2010-12-20 16:16:51 EST --- Sounds like a question to ask on the user list. JS and CSS files cause sessions to be created? Not under a default configuration. -- Configure bugmail: https://issues.ap

DO NOT REPLY [Bug 50453] Multiple X-Forwarded-For headers not handled by RemoteIP valve

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 --- Comment #11 from Jim Riggs 2010-12-20 16:23:25 EST --- The attachment patches both the valve and the filter, and my comment says that I tested both. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 50453] Multiple X-Forwarded-For headers not handled by RemoteIP valve

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 --- Comment #12 from Christopher Schultz 2010-12-20 16:56:21 EST --- D'oh. This head cold is killing my ability to concentrate on even reading 5 or 6 sentences. Apologies for the noise. -- Configure bugmail: https://issues.apache.org/bug

Re: svn commit: r1044731 - in /tomcat/trunk: res/checkstyle/ res/maven/ test/org/apache/tomcat/util/threads/

2010-12-20 Thread Sylvain Laurent
On 11 déc. 2010, at 23:21, ma...@apache.org wrote: > Author: markt > Date: Sat Dec 11 22:21:02 2010 > New Revision: 1044731 > > URL: http://svn.apache.org/viewvc?rev=1044731&view=rev > Log: > TRy and sync up the deps in the POMs with what Checkstyle validates > > Removed: >tomcat/trunk/test

svn commit: r1051335 - /tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java

2010-12-20 Thread fhanik
Author: fhanik Date: Tue Dec 21 00:24:24 2010 New Revision: 1051335 URL: http://svn.apache.org/viewvc?rev=1051335&view=rev Log: Test can piggy back on the 'ant test' auto switch between connectors Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java Modified: t

svn commit: r1051342 - in /tomcat/trunk: java/org/apache/juli/logging/DirectJDKLog.java webapps/docs/config/systemprops.xml

2010-12-20 Thread fhanik
Author: fhanik Date: Tue Dec 21 00:32:25 2010 New Revision: 1051342 URL: http://svn.apache.org/viewvc?rev=1051342&view=rev Log: Add in a default that doesnt throw a ClassNotFoundException that is simply ignored, and allow a fast way to change the console formatter through a system property when

[Tomcat Wiki] Update of "FrontPage" by aymenbnr

2010-12-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by aymenbnr. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=8&rev2=9 -- * '''EventSta

[Tomcat Wiki] Update of "FrontPage" by aymenbnr

2010-12-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by aymenbnr. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=9&rev2=10 -- * '''EventSt

FrontPage reverted to revision 8 on Tomcat Wiki

2010-12-20 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Tomcat Wiki" for change notification. The page FrontPage has been reverted to revision 8 by markt. The comment on this change is: Spam removal. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=10&rev2=11

Re: svn commit: r1044731 - in /tomcat/trunk: res/checkstyle/ res/maven/ test/org/apache/tomcat/util/threads/

2010-12-20 Thread Mark Thomas
On 20/12/2010 22:34, Sylvain Laurent wrote: On 11 déc. 2010, at 23:21, ma...@apache.org wrote: Author: markt Date: Sat Dec 11 22:21:02 2010 New Revision: 1044731 URL: http://svn.apache.org/viewvc?rev=1044731&view=rev Log: TRy and sync up the deps in the POMs with what Checkstyle validates Re

svn commit: r1051356 - /tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java

2010-12-20 Thread markt
Author: markt Date: Tue Dec 21 01:53:34 2010 New Revision: 1051356 URL: http://svn.apache.org/viewvc?rev=1051356&view=rev Log: Fix Checkstyle / Eclipse nags Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java Modified: tomcat/trunk/test/org/apache/catalina/conn

svn commit: r1051357 - /tomcat/trunk/test/org/apache/tomcat/util/threads/DedicatedThreadExecutorTest.java

2010-12-20 Thread markt
Author: markt Date: Tue Dec 21 01:56:04 2010 New Revision: 1051357 URL: http://svn.apache.org/viewvc?rev=1051357&view=rev Log: Restore file accidently removed in r1044731 Added: tomcat/trunk/test/org/apache/tomcat/util/threads/DedicatedThreadExecutorTest.java - copied unchanged from r1

svn commit: r1051358 - in /tomcat/trunk/test/org/apache/tomcat/util/threads: DedicatedThreadExecutorTest.java TestCounterLatch.java

2010-12-20 Thread markt
Author: markt Date: Tue Dec 21 01:57:50 2010 New Revision: 1051358 URL: http://svn.apache.org/viewvc?rev=1051358&view=rev Log: Fix Checkstyle / Eclipse nags Modified: tomcat/trunk/test/org/apache/tomcat/util/threads/DedicatedThreadExecutorTest.java tomcat/trunk/test/org/apache/tomcat/uti

DO NOT REPLY [Bug 50500] EL evaluation of floating-point String value vs BigInteger loses precision

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50500 --- Comment #1 from brian.weisle...@gmail.com 2010-12-20 21:12:37 EST --- Created an attachment (id=26429) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26429) Patch to check for a BigInteger parameter before coercing to a doubl

DO NOT REPLY [Bug 50500] EL evaluation of floating-point String value vs BigInteger loses precision

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50500 --- Comment #2 from brian.weisle...@gmail.com 2010-12-20 21:13:55 EST --- Created an attachment (id=26430) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26430) ELArithmetic test case -- Configure bugmail: https://issues.apache

DO NOT REPLY [Bug 50503] New: Engine level Clustering does not work correctly if the web application has a version.

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50503 Summary: Engine level Clustering does not work correctly if the web application has a version. Product: Tomcat 7 Version: trunk Platform: All OS/Version: All

DO NOT REPLY [Bug 50503] Engine level Clustering does not work correctly if the web application has a version.

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50503 --- Comment #1 from Keiichi Fujino 2010-12-21 01:44:09 EST --- Created an attachment (id=26431) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26431) I made a patch. I changed "clusterName.indexOf("#") >= 0" into "clusterName.

svn commit: r1051392 - in /tomcat/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2010-12-20 Thread kfujino
Author: kfujino Date: Tue Dec 21 06:56:09 2010 New Revision: 1051392 URL: http://svn.apache.org/viewvc?rev=1051392&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50503. When web application has a version, Engine level Clustering works correctly. Modified: tomcat/trunk/ja

DO NOT REPLY [Bug 50503] Engine level Clustering does not work correctly if the web application has a version.

2010-12-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50503 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|