svn commit: r1758335 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:25:23 2016 New Revision: 1758335 URL: http://svn.apache.org/viewvc?rev=1758335&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disabled. Modifie

svn commit: r1758337 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:26:40 2016 New Revision: 1758337 URL: http://svn.apache.org/viewvc?rev=1758337&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disabled. Modifie

svn commit: r1758338 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:27:57 2016 New Revision: 1758338 URL: http://svn.apache.org/viewvc?rev=1758338&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disabled. Modifie

svn commit: r1758339 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2016-08-30 Thread kfujino
Author: kfujino Date: Tue Aug 30 07:28:58 2016 New Revision: 1758339 URL: http://svn.apache.org/viewvc?rev=1758339&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Ensure that the suspectTimeout works without removing connection when the removeAbandoned is disabled. Modifie

[Bug 60043] suspectTimeout does not work as expected without removeAbandoned="true" which does not match its documentation

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60064] New: error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 Bug ID: 60064 Summary: error in version.sh Product: Tomcat 7 Version: 7.0.0 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P2

[Bug 60064] error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 Jayani sumudini changed: What|Removed |Added CC||msjs.sumud...@gmail.com -- You are

[Bug 60064] error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 --- Comment #1 from Jayani sumudini --- error occur at the java/org/apache/catalina/util/ServerInfo.java When compile that code 3 errors happened. Errors are :- 1)package org.apache.tomcat.util does not exist import org.apache.tomcat.util.Ex

[Bug 60064] error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 Jayani sumudini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60064] error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 --- Comment #2 from Jayani sumudini --- Created attachment 34185 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34185&action=edit I change the java/org/apache/catalina/util/ServerInfo.java change the import java package in java/org/apa

svn commit: r1758369 - in /tomcat/trunk/java/org/apache/tomcat/util/digester: Digester.java DocumentProperties.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 11:48:45 2016 New Revision: 1758369 URL: http://svn.apache.org/viewvc?rev=1758369&view=rev Log: Add a feature to the Digester that enables it to pass the encoding of the source XML document to the object being populated. Added: tomcat/trunk/java/org/apache/tomc

svn commit: r1758378 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteOutputStream.java

2016-08-30 Thread violetagg
Author: violetagg Date: Tue Aug 30 12:32:20 2016 New Revision: 1758378 URL: http://svn.apache.org/viewvc?rev=1758378&view=rev Log: Format the code. No functional changes. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteOutputStream.java Modified: tomcat/trunk/java/org/apache

Re: Introduce methods read/write with ByteBuffer in CoyoteInputStream/CoyoteOutputStream

2016-08-30 Thread Violeta Georgieva
Hi, 2016-08-24 16:44 GMT+03:00 Violeta Georgieva : > > Hi, > > Currently it is not possible to use ServletInputStream.read/ServletOutputStream.write methods with ByteBuffer. To enable such scenarios in Tomcat I would like to extend the Tomcat’s internal implementation (CoyoteInputStream/CoyoteOutp

svn commit: r1758383 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java tomcat/util/buf/C2BConverter.java

2016-08-30 Thread violetagg
Author: violetagg Date: Tue Aug 30 12:56:53 2016 New Revision: 1758383 URL: http://svn.apache.org/viewvc?rev=1758383&view=rev Log: Format the code. No functional changes. Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/trunk/java/org/apache/tomcat/util/b

svn commit: r1758384 - in /tomcat/trunk: java/org/apache/catalina/Context.java java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/startup/FailedContext.java test/org/apache/to

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 13:10:48 2016 New Revision: 1758384 URL: http://svn.apache.org/viewvc?rev=1758384&view=rev Log: Use a default method to simplify implementations Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/StandardC

[Bug 60067] New: Tomcat building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067 Bug ID: 60067 Summary: Tomcat building bug with ant Product: Tomcat 8 Version: 8.0.3 Hardware: PC OS: Linux Status: NEW Severity: normal Prior

[Bug 60068] Tomcat 8 building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 60067] Tomcat building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067 --- Comment #1 from Mark Thomas --- *** Bug 60068 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 60068] Tomcat 8 building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068 --- Comment #2 from Mark Thomas --- The users list is the place to seek help with your network issues. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60068] New: Tomcat 8 building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60068 Bug ID: 60068 Summary: Tomcat 8 building bug with ant Product: Tomcat 8 Version: 8.0.3 Hardware: PC OS: Linux Status: NEW Severity: normal Pri

[Bug 60067] Tomcat building bug with ant

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60067 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

ApacheCon Seville CFP closes September 9th

2016-08-30 Thread Rich Bowen
It's traditional. We wait for the last minute to get our talk proposals in for conferences. Well, the last minute has arrived. The CFP for ApacheCon Seville closes on September 9th, which is less than 2 weeks away. It's time to get your talks in, so that we can make this the best ApacheCon yet. I

svn commit: r1758421 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java tomcat/util/buf/C2BConverter.java

2016-08-30 Thread violetagg
Author: violetagg Date: Tue Aug 30 16:29:55 2016 New Revision: 1758421 URL: http://svn.apache.org/viewvc?rev=1758421&view=rev Log: o.a.catalina.connector.OutputBuffer is now using ByteBuffer/CharBuffer instead of ByteChunk/CharChunk. Modified: tomcat/trunk/java/org/apache/catalina/connector/

svn commit: r1758423 [2/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/servlet

2016-08-30 Thread markt
Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1758423&r1=1758422&r2=1758423&view=diff

svn commit: r1758423 [3/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/servlet

2016-08-30 Thread markt
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1758423&r1=1758422&r2=1758423&view=diff =

svn commit: r1758423 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/servlet

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:41:12 2016 New Revision: 1758423 URL: http://svn.apache.org/viewvc?rev=1758423&view=rev Log: (empty) Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterRegistration.java tomcat/tr

svn commit: r1758425 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRewriteValve.java webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:43:33 2016 New Revision: 1758425 URL: http://svn.apache.org/viewvc?rev=1758425&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Fix encoding issues when using the RewriteValve with UTF-8 query strings or UTF-8 redirect URLs. Modified: t

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #13 from Mark Thomas --- Progress is being made. The test cases uncovered some inconsistencies in handling of encoded urlPatterns obtained from web.xml. These have been fixed in trunk (r1758423). I have added the test cases (some

svn commit: r1758426 - /tomcat/trunk/webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:49:23 2016 New Revision: 1758426 URL: http://svn.apache.org/viewvc?rev=1758426&view=rev Log: Update change log (file wasn't saved for previous commit) Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: h

svn commit: r1758427 - /tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:52:04 2016 New Revision: 1758427 URL: http://svn.apache.org/viewvc?rev=1758427&view=rev Log: Add another test case for bug 60013 Modified: tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java Modified: tomcat/trunk/test/org/apache/cata

svn commit: r1758428 - /tomcat/trunk/java/org/apache/catalina/Context.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:54:23 2016 New Revision: 1758428 URL: http://svn.apache.org/viewvc?rev=1758428&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL: http://svn.apa

svn commit: r1758430 - in /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web: FilterMap.java JspPropertyGroup.java SecurityConstraint.java WebXml.java XmlEncodingBase.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 16:59:06 2016 New Revision: 1758430 URL: http://svn.apache.org/viewvc?rev=1758430&view=rev Log: Reduce code duplication Added: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/XmlEncodingBase.java (with props) Modified: tomcat/trunk/java/org/apach

Re: svn commit: r1758423 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/ser

2016-08-30 Thread Rainer Jung
Am 30.08.2016 um 18:41 schrieb ma...@apache.org: Author: markt Date: Tue Aug 30 16:41:12 2016 New Revision: 1758423 URL: http://svn.apache.org/viewvc?rev=1758423&view=rev Log: (empty) Intentionally empty log message? Rainer ---

Re: svn commit: r1758423 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/ser

2016-08-30 Thread Mark Thomas
On 30/08/2016 19:14, Rainer Jung wrote: > Am 30.08.2016 um 18:41 schrieb ma...@apache.org: >> Author: markt >> Date: Tue Aug 30 16:41:12 2016 >> New Revision: 1758423 >> >> URL: http://svn.apache.org/viewvc?rev=1758423&view=rev >> Log: (empty) > > Intentionally empty log message? No. I'll fix thi

svn propchange: r1758423 - svn:log

2016-08-30 Thread markt
Author: markt Revision: 1758423 Modified property: svn:log Modified: svn:log at Tue Aug 30 18:40:35 2016 -- --- svn:log (original) +++ svn:log Tue Aug 30 18:40:35 2016 @@ -0,0 +1 @@ +Consistently decode URL patterns provid

[Bug 60064] error in version.sh

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064 Christopher Schultz changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #3 from Chri

svn commit: r1758443 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2016-08-30 Thread violetagg
Author: violetagg Date: Tue Aug 30 19:07:20 2016 New Revision: 1758443 URL: http://svn.apache.org/viewvc?rev=1758443&view=rev Log: Websocket write implementation now uses SocketWrapperBase.write(boolean, ByteBuffer) Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndp

svn commit: r1758448 - /tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 19:36:55 2016 New Revision: 1758448 URL: http://svn.apache.org/viewvc?rev=1758448&view=rev Log: Fix IDE nag Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java URL: h

svn commit: r1758449 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/digester/DocumentProperties.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 19:40:04 2016 New Revision: 1758449 URL: http://svn.apache.org/viewvc?rev=1758449&view=rev Log: Add a feature to the Digester that enables it to pass the encoding of the source XML document to the object being populated. Added: tomcat/tc8.5.x/trunk/java/org/ap

svn commit: r1758450 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/digester/DocumentProperties.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 19:40:31 2016 New Revision: 1758450 URL: http://svn.apache.org/viewvc?rev=1758450&view=rev Log: Add a feature to the Digester that enables it to pass the encoding of the source XML document to the object being populated. Added: tomcat/tc8.0.x/trunk/java/org/ap

svn commit: r1758452 [3/3] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestConnectionLimit.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestConnectionLimit.java?rev=1758452&r1=1758451&r2=1758452&view=diff ===

svn commit: r1758452 [1/3] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 19:52:28 2016 New Revision: 1758452 URL: http://svn.apache.org/viewvc?rev=1758452&view=rev Log: Consistently decode URL patterns provided via web.xml using the encoding of the web.xml file where specifified or UTF-8 where no explicit encoding is specified. Added:

svn commit: r1758452 [2/3] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1758452&r1=1758451&r2=1758452&view=diff ===

svn commit: r1758453 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRewriteValve.java webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 19:53:51 2016 New Revision: 1758453 URL: http://svn.apache.org/viewvc?rev=1758453&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Fix encoding issues when using the RewriteValve with UTF-8 query strings or UTF-8 redirect URLs. Modified: t

svn commit: r1758456 [3/3] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1758456&r1=1758455&r2=1758456&view=diff =

svn commit: r1758456 [1/3] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 20:08:50 2016 New Revision: 1758456 URL: http://svn.apache.org/viewvc?rev=1758456&view=rev Log: Consistently decode URL patterns provided via web.xml using the encoding of the web.xml file where specified or UTF-8 where no explicit encoding is specified. Added:

svn commit: r1758456 [2/3] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/ja

2016-08-30 Thread markt
Modified: tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java?rev=1758456&r1=1758455&r2=1758456&view=diff ===

svn commit: r1758457 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRewriteValve.java webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 20:09:50 2016 New Revision: 1758457 URL: http://svn.apache.org/viewvc?rev=1758457&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Fix encoding issues when using the RewriteValve with UTF-8 query strings or UTF-8 redirect URLs. Modified: t

svn commit: r1758459 - /tomcat/trunk/webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 20:11:51 2016 New Revision: 1758459 URL: http://svn.apache.org/viewvc?rev=1758459&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1758460 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 20:12:25 2016 New Revision: 1758460 URL: http://svn.apache.org/viewvc?rev=1758460&view=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

[Bug 55770] Allow the crlFile to be reloaded

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55770 --- Comment #3 from Mark Thomas --- The solution is to replace the SSLContext. That should be fairly simple for JSSE. It is a little more 'interesting' for OpenSSL since you need to destroy the SSLContext and you can't do that while it is in us

svn commit: r1758483 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:21:38 2016 New Revision: 1758483 URL: http://svn.apache.org/viewvc?rev=1758483&view=rev Log: Log a warning at start up if a JSSE TLS connector is configured with a trusted certificate that is either not yet valid or has expired. Modified: tomcat/trunk/java/o

svn commit: r1758484 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:26:11 2016 New Revision: 1758484 URL: http://svn.apache.org/viewvc?rev=1758484&view=rev Log: Refactor the JSSE client certificate validation so that the effectiveness of the certificateVerificationDepth configuration attribute does not depend on the presence of

svn commit: r1758485 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSEUtil.java java/org/apache/tomcat/util/net/jsse/LocalStrings.properties webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:28:01 2016 New Revision: 1758485 URL: http://svn.apache.org/viewvc?rev=1758485&view=rev Log: Log a warning at start up if a JSSE TLS connector is configured with a trusted certificate that is either not yet valid or has expired. Modified: tomcat/tc8.5.x/trun

svn commit: r1758486 - /tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:35:33 2016 New Revision: 1758486 URL: http://svn.apache.org/viewvc?rev=1758486&view=rev Log: Clean-up. Use longer lines. Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.ja

svn commit: r1758487 - in /tomcat/trunk: conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:35:38 2016 New Revision: 1758487 URL: http://svn.apache.org/viewvc?rev=1758487&view=rev Log: Ignore some JSP options when running under a SecurityManager Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java

svn commit: r1758488 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/servlet/JspServlet.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:37:30 2016 New Revision: 1758488 URL: http://svn.apache.org/viewvc?rev=1758488&view=rev Log: Clean-up. Use longer lines. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/jasper/servlet/JspServlet.java Propchange: tom

svn commit: r1758489 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/servlet/JspServlet.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:37:51 2016 New Revision: 1758489 URL: http://svn.apache.org/viewvc?rev=1758489&view=rev Log: Clean-up. Use longer lines. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java Propchange: tom

svn commit: r1758490 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/servlet/JspServlet.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:39:13 2016 New Revision: 1758490 URL: http://svn.apache.org/viewvc?rev=1758490&view=rev Log: Clean-up. Use longer lines. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java Propchange: tom

svn commit: r1758492 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:42:34 2016 New Revision: 1758492 URL: http://svn.apache.org/viewvc?rev=1758492&view=rev Log: Clean-up. Use longer lines. Fix a handful of IDE warnings. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java Modified: tomcat/tc6.0.x/tru

svn commit: r1758493 - in /tomcat/tc8.5.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:43:25 2016 New Revision: 1758493 URL: http://svn.apache.org/viewvc?rev=1758493&view=rev Log: Ignore some JSP options when running under a SecurityManager Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/conf/web.xml tomcat/tc8.5.

svn commit: r1758494 - in /tomcat/tc8.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:43:56 2016 New Revision: 1758494 URL: http://svn.apache.org/viewvc?rev=1758494&view=rev Log: Ignore some JSP options when running under a SecurityManager Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/conf/web.xml tomcat/tc8.0.

svn commit: r1758495 - in /tomcat/tc7.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:45:07 2016 New Revision: 1758495 URL: http://svn.apache.org/viewvc?rev=1758495&view=rev Log: Ignore some JSP options when running under a SecurityManager Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/conf/web.xml tomcat/tc7.0.

svn commit: r1758496 - in /tomcat/tc6.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:48:16 2016 New Revision: 1758496 URL: http://svn.apache.org/viewvc?rev=1758496&view=rev Log: Ignore some JSP options when running under a SecurityManager Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/conf/web.xml tomcat/tc6.0.

buildbot failure in on tomcat-trunk

2016-08-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1645 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1758499 - in /tomcat/trunk: java/org/apache/catalina/realm/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:55:29 2016 New Revision: 1758499 URL: http://svn.apache.org/viewvc?rev=1758499&view=rev Log: Make timing attacks against the Realm implementations harder. (schultz) Modified: tomcat/trunk/java/org/apache/catalina/realm/DataSourceRealm.java tomcat/trunk/j

svn commit: r1758500 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/realm/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:56:03 2016 New Revision: 1758500 URL: http://svn.apache.org/viewvc?rev=1758500&view=rev Log: Make timing attacks against the Realm implementations harder. (schultz) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/ca

svn commit: r1758501 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 22:56:26 2016 New Revision: 1758501 URL: http://svn.apache.org/viewvc?rev=1758501&view=rev Log: Make timing attacks against the Realm implementations harder. (schultz) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/ca

svn commit: r1758502 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/ webapps/docs/

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 23:00:35 2016 New Revision: 1758502 URL: http://svn.apache.org/viewvc?rev=1758502&view=rev Log: Make timing attacks against the Realm implementations harder. (schultz) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/cat

buildbot failure in on tomcat-8-trunk

2016-08-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/745 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1758506 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/realm/MemoryRealm.java java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 23:33:05 2016 New Revision: 1758506 URL: http://svn.apache.org/viewvc?rev=1758506&view=rev Log: Make timing attacks against the Realm implementations harder. (schultz/markt) Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java tomca

svn commit: r1758507 - /tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java

2016-08-30 Thread markt
Author: markt Date: Tue Aug 30 23:36:32 2016 New Revision: 1758507 URL: http://svn.apache.org/viewvc?rev=1758507&view=rev Log: Fix broken test Modified: tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/TestMemoryRealm.java Modified: tomcat/tc8.0.x/trunk/test/org/apache/catalina/realm/Tes

[Bug 55770] Allow the crlFile to be reloaded

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55770 --- Comment #4 from Christopher Schultz --- SSLServerSocketFactory doesn't have any methods that allow us to replace the SSLContext, and neither does JSSESocketFactory. I think we have to re-bind to the port in order to actually change anything

[Bug 59654] Jsp spec violation in tld identifying?

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654 --- Comment #4 from Evan Greensmith --- I think this should just be a warning in older releases of Tomcat. Our application does place taglibs here. The application was built against servlet spec 2.5 (as declared in the web.xml) and the accompan

[Bug 59654] Jsp spec violation in tld identifying?

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654 --- Comment #5 from Evan Greensmith --- (In reply to Mark Thomas from comment #3) > Patch applied to 7.0.x for 7.0.70 onwards and 6.0p.x for 6.0.46 onwards. I think applying this to 6.0.x is a bug. The "which version?" page http://tomcat.apach

[Bug 59654] Jsp spec violation in tld identifying?

2016-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59654 Evan Greensmith changed: What|Removed |Added CC||evan.greensm...@exari.com -- You ar