[Bug 57344] [PATCH] Provide sha1 checksum files for Tomcat downloads

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344 --- Comment #3 from Mark Thomas --- +0 to the patch. No objections but what is the benefit? Re sha2: 1. As above. What is the benefit. 2. I'm less concerned about what other ASF projects are doing and more concerned about what the benefit

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2014-12-12 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20141212-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141212-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1644884 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 14:07:58 2014 New Revision: 1644884 URL: http://svn.apache.org/r1644884 Log: Remove FIXME comment. These configuration options are documented for AJP and do have valid use cases. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modi

svn commit: r1644886 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 14:25:45 2014 New Revision: 1644886 URL: http://svn.apache.org/r1644886 Log: Remove unnecessary code. Request can not be async at this point. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/cat

svn commit: r1644890 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 14:29:24 2014 New Revision: 1644890 URL: http://svn.apache.org/r1644890 Log: Fix a couple of Javadoc warnings since I am working with this class already. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/or

svn commit: r1644892 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 14:30:54 2014 New Revision: 1644892 URL: http://svn.apache.org/r1644892 Log: Remove some TODOs. I can't see a better way to map SSL session ID to HTTP session ID. No-one has complained about the performance. Modified: tomcat/trunk/java/org/apache/catalina/connec

svn commit: r1644910 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 14:52:05 2014 New Revision: 1644910 URL: http://svn.apache.org/r1644910 Log: Re-write comment to remove XXX marker Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapt

svn commit: r1644924 - /tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 15:08:36 2014 New Revision: 1644924 URL: http://svn.apache.org/r1644924 Log: Declare a more specific exception and document when it is thrown. Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java Modified: tomcat/trunk/java/org/apache/catalina/map

svn commit: r1644929 - in /tomcat/trunk/java/org/apache/catalina: Wrapper.java core/StandardWrapper.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 15:23:08 2014 New Revision: 1644929 URL: http://svn.apache.org/r1644929 Log: Javadoc improvements Modified: tomcat/trunk/java/org/apache/catalina/Wrapper.java tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/ap

svn commit: r1644930 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 15:23:42 2014 New Revision: 1644930 URL: http://svn.apache.org/r1644930 Log: Javadoc improvements Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java URL: htt

svn commit: r1644935 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java catalina/valves/rewrite/RewriteValve.java coyote/Adapter.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 15:49:26 2014 New Revision: 1644935 URL: http://svn.apache.org/r1644935 Log: Provide a better mechanism for the RewriteValve to inject a re-written request that avoids: - NPEs appearing in the log every time the Valve re-writes a request. - unnecessary duplication o

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #10 from Mark Thomas --- I've added some unit tests to trunk for 5 and made the necessary fixes so that they pass. I believe these fixes are now ready for back-port. -- You are receiving this mail because: You are the assignee

svn commit: r1644954 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/connector/ webapps/docs/

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 16:10:15 2014 New Revision: 1644954 URL: http://svn.apache.org/r1644954 Log: Ensure that the result of calling HttpServletRequest.getContextPath() is neither decoded nor normalized as required by the Servlet specification. Modified: tomcat/tc8.0.x/trunk/ (pro

svn commit: r1644962 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ java/org/apache/catali

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 16:22:05 2014 New Revision: 1644962 URL: http://svn.apache.org/r1644962 Log: Fix a collection of RewriteVlave issues along with some refactoring and clean-up to support those fixes. Added: tomcat/tc8.0.x/trunk/test/org/apache/catalina/valves/rewrite/ - co

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 c...@open.ch changed: What|Removed |Added Severity|normal |major --- Comment #1 from c...@open.

svn commit: r1644975 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/connector/ webapps/docs/

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 16:42:00 2014 New Revision: 1644975 URL: http://svn.apache.org/r1644975 Log: Ensure that the result of calling HttpServletRequest.getContextPath() is neither decoded nor normalized as required by the Servlet specification. Modified: tomcat/tc7.0.x/trunk/ (pro

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 --- Comment #2 from Christopher Schultz --- Please make sure this is reproducible on Tomcat 7.0.57, the most recent release of the 7.0.x branch. What you describe probably hasn't changed since 7.0.47, but please double-check. -- You are r

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 --- Comment #3 from Nikita Zyulyaev --- (In reply to Christopher Schultz from comment #2) > Please make sure this is reproducible on Tomcat 7.0.57, the most recent > release of the 7.0.x branch. What you describe probably hasn't changed sin

svn commit: r1644982 - /tomcat/trunk/test/org/apache/coyote/http11/filters/TesterOutputBuffer.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 17:32:49 2014 New Revision: 1644982 URL: http://svn.apache.org/r1644982 Log: Clean-up. Fix a couple of warnings. Modified: tomcat/trunk/test/org/apache/coyote/http11/filters/TesterOutputBuffer.java Modified: tomcat/trunk/test/org/apache/coyote/http11/filters/T

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 --- Comment #4 from Nikita Zyulyaev --- (In reply to cl from comment #1) > We can confirm this and were able to reproduce it as well. > A fix would be highly appreciated because we also run into cases where > actual responses were mixed up.

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 --- Comment #7 from Mark Thomas --- It needs to be a currently running context in all cases. I have a patch for this. I'll apply it shortly. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1644989 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 17:40:48 2014 New Revision: 1644989 URL: http://svn.apache.org/r1644989 Log: Follow on to r1642697. Only currently running contexts should be returned. Handle the case where the mapper returns an unwanted non-exact match. Modified: tomcat/trunk/java/org/apache/

svn commit: r1644992 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 17:44:55 2014 New Revision: 1644992 URL: http://svn.apache.org/r1644992 Log: Follow on to r1642698. Only currently running contexts should be returned. Handle the case where the mapper returns an unwanted non-exact match. Modified: tomcat/tc8.0.x/trunk/ (prop

svn commit: r1645011 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 18:12:39 2014 New Revision: 1645011 URL: http://svn.apache.org/r1645011 Log: Whoops. Null check. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java URL: http

svn commit: r1645014 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 18:14:28 2014 New Revision: 1645014 URL: http://svn.apache.org/r1645014 Log: Whoops. Null check. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Propchange: tomcat/tc8.0.x/trunk/ -

svn commit: r1645015 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java

2014-12-12 Thread markt
Author: markt Date: Fri Dec 12 18:18:30 2014 New Revision: 1645015 URL: http://svn.apache.org/r1645015 Log: Follow on to r1642702 Only currently running contexts should be returned. Handle the case where the mapper returns an unwanted non-exact match. Modified: tomcat/tc7.0.x/trunk/ (props

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57209] JNDIRealm userSearch does not work against active directory with roles

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57209 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 57209] JNDIRealm userSearch does not work against active directory with roles

2014-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57209 --- Comment #2 from Mark Thomas --- On reflection a new attribute userSearchAsUser seems more appropriate. -- You are receiving this mail because: You are the assignee for the bug.

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2014-12-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-validate has an issue affecting its community integration.