svn commit: r1185998 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:15:30 2011 New Revision: 1185998 URL: http://svn.apache.org/viewvc?rev=1185998view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Ensure access log always logs the correct remote IP. Ensure requests with multiple errors do not result in

svn commit: r1185999 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:17:27 2011 New Revision: 1185999 URL: http://svn.apache.org/viewvc?rev=1185999view=rev Log: Add issue number and correct a typo. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 --- Comment #12 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-19 07:18:24 UTC --- Fixed in 6.0 with r1185998 and will be in 6.0.34 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r1186001 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:23:55 2011 New Revision: 1186001 URL: http://svn.apache.org/viewvc?rev=1186001view=rev Log: Merged revision 1176799 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Fix infinite loop in AprEndpoint shutdown if acceptor unlock

svn commit: r1186005 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/http/MimeHeaders.java webapps/docs/changelog.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:28:35 2011 New Revision: 1186005 URL: http://svn.apache.org/viewvc?rev=1186005view=rev Log: Merged revisions r1177125, r1177245 from tomcat/trunk: Improve MimeHeaders.toString() to deal with multiple headers having the same name. This method is used only for

svn commit: r1186011 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:45:54 2011 New Revision: 1186011 URL: http://svn.apache.org/viewvc?rev=1186011view=rev Log: Link to java.sql.DriverManager page, instead of the top frameset. Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified:

svn commit: r1186014 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml webapps/d

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 07:47:53 2011 New Revision: 1186014 URL: http://svn.apache.org/viewvc?rev=1186014view=rev Log: Merged revisions r1156171, r1184917, r1184919, r1185200, r1186011 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51640 Improve memory leak

DO NOT REPLY [Bug 51640] clearReferencesJdbc seems to be causing leaks with com.oracle.ojdbc5 driver

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51640 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-19 08:18:25 UTC --- (In reply to comment #1) This has been fixed in trunk and 7.0.x and will be included in 7.0.21 onwards. Backported to 6.0 in r1186014 and will be

svn commit: r1186042 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:16:26 2011 New Revision: 1186042 URL: http://svn.apache.org/viewvc?rev=1186042view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Correct threading issue in annotation caching that could lead to an NPE if multiple threads were processing

svn commit: r1186043 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:17:05 2011 New Revision: 1186043 URL: http://svn.apache.org/viewvc?rev=1186043view=rev Log: Fix threading issue when setting accessibility Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified:

svn commit: r1186044 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:17:41 2011 New Revision: 1186044 URL: http://svn.apache.org/viewvc?rev=1186044view=rev Log: Prevent possible loss of cache entries due to GC by using strong rather than weak references for the cache entries. This means removing the use of Field and Method from

svn commit: r1186045 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:18:18 2011 New Revision: 1186045 URL: http://svn.apache.org/viewvc?rev=1186045view=rev Log: Use correct attribute for method/field name Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified:

svn commit: r1186046 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:20:50 2011 New Revision: 1186046 URL: http://svn.apache.org/viewvc?rev=1186046view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Correct threading issue in annotation caching that could lead to an NPE if multiple threads were processing

svn commit: r1186050 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:31:30 2011 New Revision: 1186050 URL: http://svn.apache.org/viewvc?rev=1186050view=rev Log: Correct additional threading and premature clearance issues with the annotation cache. Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52042] Possible NullPointerException in DefaultInstanceManager#processAnnotations

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52042 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1186054 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/util/FastRemovalDequeue.java test/org/apache/jasper/util/ test/org/apache/jasper/util/TestFastRemovalDequeue.java webapps/doc

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:43:22 2011 New Revision: 1186054 URL: http://svn.apache.org/viewvc?rev=1186054view=rev Log: Correct possible (but very small) memory leak when using maxLoadedJsps to limit the number of JSPs loaded at any one time. Added:

svn commit: r1186055 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:43:36 2011 New Revision: 1186055 URL: http://svn.apache.org/viewvc?rev=1186055view=rev Log: Code clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified:

svn commit: r1186058 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestResponsePerformance.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:47:40 2011 New Revision: 1186058 URL: http://svn.apache.org/viewvc?rev=1186058view=rev Log: Sync with trunk. Add performance unit test. Added: tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java - copied unchanged from

svn commit: r1186063 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: core/StandardHost.java filters/RemoteAddrFilter.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 09:51:42 2011 New Revision: 1186063 URL: http://svn.apache.org/viewvc?rev=1186063view=rev Log: Sync with trunk. Whitespace only. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardHost.java

DO NOT REPLY [Bug 52056] New: Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 Bug #: 52056 Summary: Wrong HTTP status 200 in log instead of 500/503 Product: Tomcat Connectors Version: 1.2.32 Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 --- Comment #1 from Dmitry Zamaruev aven...@dmz.org.ua 2011-10-19 10:07:32 UTC --- With patch applied I have more correct values in logs: access.log: [19/Oct/2011:12:32:45 +0300] GET / HTTP/1.1 503 323 - [19/Oct/2011:12:33:45 +0300] GET

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-19 10:15:39 UTC --- 1. Versions of everything = ? There are various fixes in various Tomcat versions and the behaviour may be different. 2. What exactly are those

svn commit: r1186071 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/SerializablePrincipal.java java/org/apache/catalina/realm/GenericPrincipal.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:21:28 2011 New Revision: 1186071 URL: http://svn.apache.org/viewvc?rev=1186071view=rev Log: Do not sort lists that have only one element (kkolinko) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186074 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:31:41 2011 New Revision: 1186074 URL: http://svn.apache.org/viewvc?rev=1186074view=rev Log: Fix possible NPE Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java Modified:

svn commit: r1186076 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:34:26 2011 New Revision: 1186076 URL: http://svn.apache.org/viewvc?rev=1186076view=rev Log: Resolve Redundant null check: the variable cannot be null at this location warning. The JspC constructor cannot throw a JasperException. (kkolinko) Modified:

svn commit: r1186078 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/DefaultServerSocketFactory.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:37:01 2011 New Revision: 1186078 URL: http://svn.apache.org/viewvc?rev=1186078view=rev Log: Remove unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/DefaultServerSocketFactory.java

svn commit: r1186079 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/IntrospectionUtils.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:37:58 2011 New Revision: 1186079 URL: http://svn.apache.org/viewvc?rev=1186079view=rev Log: Resolve a warning about unboxing operation. Perform unboxing explicitly. (kkolinko) Modified: tomcat/tc7.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 --- Comment #3 from Dmitry Zamaruev aven...@dmz.org.ua 2011-10-19 10:38:00 UTC --- Created attachment 27819 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27819 mod_jk configuration -- Configure bugmail:

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 --- Comment #4 from Dmitry Zamaruev aven...@dmz.org.ua 2011-10-19 10:38:33 UTC --- Created attachment 27820 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27820 mod_jk workers properties Sorry, forget about versions: mod_jk -

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 Dmitry Zamaruev aven...@dmz.org.ua changed: What|Removed |Added Attachment #27820|application/octet-stream|text/plain

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 Dmitry Zamaruev aven...@dmz.org.ua changed: What|Removed |Added Attachment #27819|application/octet-stream|text/plain

svn commit: r1186080 - /tomcat/tc7.0.x/trunk/modules/

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:40:06 2011 New Revision: 1186080 URL: http://svn.apache.org/viewvc?rev=1186080view=rev Log: Update jdbc-pool to latest Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/

DO NOT REPLY [Bug 52056] Wrong HTTP status 200 in log instead of 500/503

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52056 Dmitry Zamaruev aven...@dmz.org.ua changed: What|Removed |Added Severity|normal |minor --

svn commit: r1186082 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 10:44:14 2011 New Revision: 1186082 URL: http://svn.apache.org/viewvc?rev=1186082view=rev Log: Focus DIGEST auth performance test on authentication process. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186104 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 11:20:08 2011 New Revision: 1186104 URL: http://svn.apache.org/viewvc?rev=1186104view=rev Log: Rewrote the DriverManager section in jndi-datasource-examples-howto.xml. The point of view is that driverManagerProtection feature in leak prevention listener is

svn commit: r1186114 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 11:40:40 2011 New Revision: 1186114 URL: http://svn.apache.org/viewvc?rev=1186114view=rev Log: Merged revisions r1186011, r1186104 from tomcat/trunk: Rewrote the DriverManager section in jndi-datasource-examples-howto.xml. The point of view is that

svn commit: r1186115 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 11:42:03 2011 New Revision: 1186115 URL: http://svn.apache.org/viewvc?rev=1186115view=rev Log: CTR: docs Merged revision r1186104 from tomcat/trunk: Rewrote the DriverManager section in jndi-datasource-examples-howto.xml. Modified: tomcat/tc6.0.x/trunk/

svn commit: r1186123 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 11:50:19 2011 New Revision: 1186123 URL: http://svn.apache.org/viewvc?rev=1186123view=rev Log: Correct the markup. s/db/database/ Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified:

svn commit: r1186137 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 12:10:21 2011 New Revision: 1186137 URL: http://svn.apache.org/viewvc?rev=1186137view=rev Log: Rearranged the introductory section for DBCP pool. Removed mention of JVM 1.4. Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified:

svn commit: r1186143 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 12:13:52 2011 New Revision: 1186143 URL: http://svn.apache.org/viewvc?rev=1186143view=rev Log: Merged revisions r1186123, r1186137 from tomcat/trunk: Correct the markup. s/db/database/ Rearranged the introductory section for DBCP pool. Removed mention of JVM 1.4.

svn commit: r1186153 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 12:19:25 2011 New Revision: 1186153 URL: http://svn.apache.org/viewvc?rev=1186153view=rev Log: Several additional occurrences of s/dB/database/ Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified:

svn commit: r1186160 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 12:26:46 2011 New Revision: 1186160 URL: http://svn.apache.org/viewvc?rev=1186160view=rev Log: CTR: docs Merged revisions r1186123, r1186137, r1186153 from tomcat/trunk: Correct the markup. s/db/database/ Rearranged the introductory section for DBCP pool. Removed

svn commit: r1186164 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 12:28:20 2011 New Revision: 1186164 URL: http://svn.apache.org/viewvc?rev=1186164view=rev Log: Merged revision 1186153 from tomcat/trunk: Several additional occurrences of s/dB/database/ Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186200 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 13:25:52 2011 New Revision: 1186200 URL: http://svn.apache.org/viewvc?rev=1186200view=rev Log: vote and proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1186222 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-10-19 Thread kkolinko
Author: kkolinko Date: Wed Oct 19 13:57:11 2011 New Revision: 1186222 URL: http://svn.apache.org/viewvc?rev=1186222view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

AW: AW: Bug 51334 - Federation support for Tomcat

2011-10-19 Thread Oliver Wulff
Hi Mark The lack of demand argument applies equally to WS-Federation considered in isolation. I'd like to see that there was at least some traction behind this in the Tomcat community before going with option 2. I understand where you're coming from. IMHO, the federation functionality gives a

Re: AW: AW: Bug 51334 - Federation support for Tomcat

2011-10-19 Thread Mark Thomas
On 19/10/2011 15:16, Oliver Wulff wrote: Hi Mark The lack of demand argument applies equally to WS-Federation considered in isolation. I'd like to see that there was at least some traction behind this in the Tomcat community before going with option 2. I understand where you're coming

AW: AW: AW: Bug 51334 - Federation support for Tomcat

2011-10-19 Thread Oliver Wulff
I get the impression, rightly or wrongly, that this is an attempt to to get a jump start for a little used SSO solution by getting it included in the Tomcat build. That isn't the way the ASF works. This is not the case. It's the other way around. The federation plugin should help Tomcat to

svn commit: r1186254 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/JspUtil.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 15:06:17 2011 New Revision: 1186254 URL: http://svn.apache.org/viewvc?rev=1186254view=rev Log: Code clean-up, no functional change. Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

svn commit: r1186257 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java compiler/JspUtil.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 15:09:07 2011 New Revision: 1186257 URL: http://svn.apache.org/viewvc?rev=1186257view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52051 Return a 404 if an attempt is made to process a resource that does not exist Modified:

svn commit: r1186260 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/compiler/JspUtil.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 15:11:15 2011 New Revision: 1186260 URL: http://svn.apache.org/viewvc?rev=1186260view=rev Log: Code clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java

svn commit: r1186262 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/compiler/JspUtil.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 15:14:49 2011 New Revision: 1186262 URL: http://svn.apache.org/viewvc?rev=1186262view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52051 Return a 404 if an attempt is made to process a resource that does not exist Modified:

DO NOT REPLY [Bug 52051] NullPointerException when Jasper tries to compile a directory

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52051 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52059] New: Windows Registry are not removed after uninstall

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Bug #: 52059 Summary: Windows Registry are not removed after uninstall Product: Tomcat 7 Version: 7.0.22 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52059] Windows Registry are not removed after uninstall

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51883] NullPointerException in StandardContextValve.invoke

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51883 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 50860] In case of invalid or empty slqQuery connection are always invalidated without usefull information

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50860 --- Comment #1 from Alexander Pogrebnyak alex-pub.apache-...@reflexion.net 2011-10-19 16:57:10 UTC --- Although it seems similar to Bug 50660, the case of a `null` query is really a misconfiguration error. I think it should be treated

DO NOT REPLY [Bug 50860] In case of invalid or empty slqQuery connection are always invalidated without usefull information

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50860 Alexander Pogrebnyak alex-pub.apache-...@reflexion.net changed: What|Removed |Added CC|

DO NOT REPLY [Bug 51905] Infinite loop when shutting down AprEndpoint

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51940] Form Authentication Valve should restore request body on PUT method

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 --- Comment #10 from Mark Thomas ma...@apache.org 2011-10-19 18:02:15 UTC --- (In reply to comment #9) 1. I tried to test this in trunk, and replaying a POST request fails for me. That is a side-effect of r987955 which is not directly

svn commit: r1186377 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:15:51 2011 New Revision: 1186377 URL: http://svn.apache.org/viewvc?rev=1186377view=rev Log: Code clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Modified:

svn commit: r1186378 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:16:32 2011 New Revision: 1186378 URL: http://svn.apache.org/viewvc?rev=1186378view=rev Log: Minor refactoring. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Modified:

svn commit: r1186379 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:17:09 2011 New Revision: 1186379 URL: http://svn.apache.org/viewvc?rev=1186379view=rev Log: Fix the regression caused by r987955 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Modified:

svn commit: r1186380 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:17:27 2011 New Revision: 1186380 URL: http://svn.apache.org/viewvc?rev=1186380view=rev Log: Code clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186381 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:18:11 2011 New Revision: 1186381 URL: http://svn.apache.org/viewvc?rev=1186381view=rev Log: Minor refactoring. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186383 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 18:21:07 2011 New Revision: 1186383 URL: http://svn.apache.org/viewvc?rev=1186383view=rev Log: Fix the regression caused by r987955 Correct a regression in the fix for bug49779 that prevented parameters POSTed by an unauthenticated user to a page that required

[Tomcat Wiki] Update of PoweredBy by prolanguage

2011-10-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by prolanguage: http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=375rev2=376 #pragma section-numbers 2 = Sites, Applications, and Systems

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #2 from Raymond Feng rf...@apache.org 2011-10-19 19:05:06 UTC --- Created attachment 27821 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27821 Test case This the war file that contains a simple servlet filter that

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Raymond Feng rf...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Tomcat Wiki] Update of LocalBadContent by ChuckCaldarale

2011-10-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The LocalBadContent page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diffrev1=34rev2=35 u-tokyo\.ac\.jp uebersetzer\.blogieren\.de

Re: ApacheMeetupsNa11 tomcat one?

2011-10-19 Thread Rainer Jung
On 18.10.2011 10:15, Keiichi Fujino wrote: 2011/10/11 jean-frederic clere jfcl...@gmail.com: Hi, Do we want to organize a Tomcat meetup during the ApacheCon? +1 I'll be there. I am going to stay in Vancouver from Monday to Friday. I'll be there too, including the weekends before and

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #4 from Raymond Feng rf...@apache.org 2011-10-19 20:29:45 UTC --- To reproduce the problem, deploy the WAR and run the test.TestHttpClient to send chunked post. BTW, the same application works well under Jetty 8.x. I also

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #5 from Mark Thomas ma...@apache.org 2011-10-19 20:33:09 UTC --- Yep, I can reproduce this now with the additional information. Previously, it looked like the standard getParameter() confusion. -- Configure bugmail:

svn commit: r1186479 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 20:50:29 2011 New Revision: 1186479 URL: http://svn.apache.org/viewvc?rev=1186479view=rev Log: Code clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified:

svn commit: r1186480 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 20:51:08 2011 New Revision: 1186480 URL: http://svn.apache.org/viewvc?rev=1186480view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Buffers not correctly reset between keep-alive requests when using async Modified:

svn commit: r1186484 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 20:53:26 2011 New Revision: 1186484 URL: http://svn.apache.org/viewvc?rev=1186484view=rev Log: Code clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186485 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 20:55:39 2011 New Revision: 1186485 URL: http://svn.apache.org/viewvc?rev=1186485view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Buffers not correctly reset between keep-alive requests when using async Modified: tomcat/tc7.0.x/trunk/

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2011-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2011-10-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2388 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1186502 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESupport.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 21:29:20 2011 New Revision: 1186502 URL: http://svn.apache.org/viewvc?rev=1186502view=rev Log: i18n for log messages Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

svn commit: r1186506 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/net/jsse/JSSESupport.java webapps/docs/changelog.xml

2011-10-19 Thread markt
Author: markt Date: Wed Oct 19 21:33:56 2011 New Revision: 1186506 URL: http://svn.apache.org/viewvc?rev=1186506view=rev Log: Fix BIO + SSL + Java7 Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt