svn commit: r1651844 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-01-14 Thread fschumacher
Author: fschumacher Date: Wed Jan 14 21:49:44 2015 New Revision: 1651844 URL: http://svn.apache.org/r1651844 Log: Fix IDE warning merged 1651470 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/ha/context

svn commit: r1651845 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/ha/context/TestReplicatedContext.java

2015-01-14 Thread fschumacher
Author: fschumacher Date: Wed Jan 14 21:52:44 2015 New Revision: 1651845 URL: http://svn.apache.org/r1651845 Log: Fix IDE warning Merged 1651844 from /tomcat/tc8.0.x/trunk (merged r1651470 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test

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

2015-01-20 Thread fschumacher
Author: fschumacher Date: Tue Jan 20 20:52:18 2015 New Revision: 1653367 URL: http://svn.apache.org/r1653367 Log: Fix formatting: - ':' after - max width 80 chars Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml

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

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 17:55:09 2015 New Revision: 1653974 URL: http://svn.apache.org/r1653974 Log: Don't add bugfixes until after the first release Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apach

svn commit: r1654013 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 19:16:33 2015 New Revision: 1654013 URL: http://svn.apache.org/r1654013 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared

svn commit: r1654042 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java web

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:28:51 2015 New Revision: 1654042 URL: http://svn.apache.org/r1654042 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared

svn commit: r1654044 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java web

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:40:39 2015 New Revision: 1654044 URL: http://svn.apache.org/r1654044 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared

svn commit: r1654064 - in /tomcat/tc7.0.x/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:54:47 2015 New Revision: 1654064 URL: http://svn.apache.org/r1654064 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 Make UEncoder a local variable in DirContextURLConnection to make it threadsafe. Based on ideas from kkolinko and

svn commit: r1654123 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java

2015-01-22 Thread fschumacher
Author: fschumacher Date: Fri Jan 23 05:53:27 2015 New Revision: 1654123 URL: http://svn.apache.org/r1654123 Log: Try to make checkstyle happy by removing spaces and ordering import statements Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UEncoder.java tomcat/trunk/test/org

svn commit: r1654124 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java webapps/docs/changelog.xml

2015-01-22 Thread fschumacher
Author: fschumacher Date: Fri Jan 23 06:03:11 2015 New Revision: 1654124 URL: http://svn.apache.org/r1654124 Log: Try to make checkstyle happy by removing spaces and ordering import statements Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat

svn commit: r1654280 - /tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/DirContextURLConnection.java

2015-01-23 Thread fschumacher
Author: fschumacher Date: Fri Jan 23 17:33:20 2015 New Revision: 1654280 URL: http://svn.apache.org/r1654280 Log: Make checkstyle happy and remove forbidden import. Modified: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/DirContextURLConnection.java Modified: tomcat/tc7.0.x/trunk

svn commit: r1654513 - /tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:31:37 2015 New Revision: 1654513 URL: http://svn.apache.org/r1654513 Log: Assign newly created stream to field instead of leaking it uselessly. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/tomcat/util/scan

svn commit: r1654515 - /tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:45:30 2015 New Revision: 1654515 URL: http://svn.apache.org/r1654515 Log: Close input stream for including jsp. Issue reported by Coverity Scan. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java Modified: tomcat/trunk

svn commit: r1654517 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:59:29 2015 New Revision: 1654517 URL: http://svn.apache.org/r1654517 Log: Close the socket that was used to determine the ssl capabilities. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse

svn commit: r1654522 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 14:21:38 2015 New Revision: 1654522 URL: http://svn.apache.org/r1654522 Log: Close the inputstream that was used to get the content of the readme file. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/catalina/servlets

svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 14:42:27 2015 New Revision: 1654524 URL: http://svn.apache.org/r1654524 Log: Close input and output streams in expandCGIScript to avoid resource leaks. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/catalina/servlets

svn commit: r1654851 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2015-01-26 Thread fschumacher
Author: fschumacher Date: Mon Jan 26 18:02:11 2015 New Revision: 1654851 URL: http://svn.apache.org/r1654851 Log: Remove volatile from variables, as it is misleading. All variables, that are mutable and read/written from different threads are only modified/read within a synchronized block. All

svn commit: r1654852 - in /tomcat/trunk/java/org/apache: catalina/servlets/CGIServlet.java catalina/servlets/DefaultServlet.java tomcat/util/net/jsse/JSSESocketFactory.java tomcat/util/net/jsse/res/Lo

2015-01-26 Thread fschumacher
Author: fschumacher Date: Mon Jan 26 18:05:06 2015 New Revision: 1654852 URL: http://svn.apache.org/r1654852 Log: Log failure to close a resource instead of ignoring it silently. Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/trunk/java/org/apache

svn commit: r1654978 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2015-01-26 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 05:54:24 2015 New Revision: 1654978 URL: http://svn.apache.org/r1654978 Log: Remove variable name substitution from log format string as it is hard to localize. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java tomcat

svn commit: r1655108 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java webapps/docs/changelog.xml

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:11:43 2015 New Revision: 1655108 URL: http://svn.apache.org/r1655108 Log: Assign newly created stream to field instead of leaking it uselessly. Issue reported by Coverity Scan. Merged r1654513 from /tomcat/trunk. Modified: tomcat/tc8.0.x/trunk

svn commit: r1655109 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/examples/ShowSource.java

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:17:02 2015 New Revision: 1655109 URL: http://svn.apache.org/r1655109 Log: Close input stream for including jsp. Issue reported by Coverity Scan. Merged r1654515 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x

svn commit: r1655112 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:19:57 2015 New Revision: 1655112 URL: http://svn.apache.org/r1655112 Log: Close the socket that was used to determine the ssl capabilities. Issue reported by Coverity Scan. Merged r1654517 from /tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1655114 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:21:25 2015 New Revision: 1655114 URL: http://svn.apache.org/r1655114 Log: Close the inputstream that was used to get the content of the readme file. Issue reported by Coverity Scan. Merged r1654522 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk

svn commit: r1655115 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:22:38 2015 New Revision: 1655115 URL: http://svn.apache.org/r1655115 Log: Close input and output streams in expandCGIScript to avoid resource leaks. Issue reported by Coverity Scan. Merged r1654524 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk

svn commit: r1655117 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/res/

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:25:40 2015 New Revision: 1655117 URL: http://svn.apache.org/r1655117 Log: Log failure to close a resource instead of ignoring it silently. Merged r1654852,1654978 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x

svn commit: r1655120 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/DigestAuthenticator.java webapps/docs/changelog.xml

2015-01-27 Thread fschumacher
Author: fschumacher Date: Tue Jan 27 19:30:52 2015 New Revision: 1655120 URL: http://svn.apache.org/r1655120 Log: Remove volatile from variables, as it is misleading. All variables, that are mutable and read/written from different threads are only modified/read within a synchronized block. All

svn commit: r1656087 - /tomcat/trunk/java/org/apache/catalina/webresources/DirResourceSet.java

2015-01-30 Thread fschumacher
Author: fschumacher Date: Fri Jan 30 18:42:27 2015 New Revision: 1656087 URL: http://svn.apache.org/r1656087 Log: Remove useless double assignment. Modified: tomcat/trunk/java/org/apache/catalina/webresources/DirResourceSet.java Modified: tomcat/trunk/java/org/apache/catalina/webresources

svn commit: r1656089 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/DirResourceSet.java

2015-01-30 Thread fschumacher
Author: fschumacher Date: Fri Jan 30 18:44:07 2015 New Revision: 1656089 URL: http://svn.apache.org/r1656089 Log: Remove useless double assignment. Merged r1656087 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina

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

2015-01-31 Thread fschumacher
Author: fschumacher Date: Sat Jan 31 18:19:12 2015 New Revision: 1656229 URL: http://svn.apache.org/r1656229 Log: Remove volatile from variables, as it is misleading. All variables, that are mutable and read/written from different threads are only modified/read within a synchronized block. All

svn commit: r1656239 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/examples/ShowSource.java

2015-01-31 Thread fschumacher
Author: fschumacher Date: Sat Jan 31 19:25:28 2015 New Revision: 1656239 URL: http://svn.apache.org/r1656239 Log: Close input stream for including jsp. Issue reported by Coverity Scan. Merged r1655109 from /tomcat/tc8.0.x/trunk (merged r1654515 from /tomcat/trunk) Modified: tomcat/tc7.0.x

svn commit: r1656241 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties

2015-01-31 Thread fschumacher
Author: fschumacher Date: Sat Jan 31 19:39:58 2015 New Revision: 1656241 URL: http://svn.apache.org/r1656241 Log: Close the socket that was used to determine the ssl capabilities. Issue reported by Coverity Scan. Merged r1655112 from /tomcat/tc8.0.x/trunk (merged r1654517 from /tomcat/trunk

svn commit: r1656244 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java

2015-01-31 Thread fschumacher
Author: fschumacher Date: Sat Jan 31 19:51:40 2015 New Revision: 1656244 URL: http://svn.apache.org/r1656244 Log: Close the inputstream that was used to get the content of the readme file. Issue reported by Coverity Scan. Merged r1655114 from /tomcat/tc8.0.x/trunk (merged r1654522 from /tomcat

svn commit: r1656246 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2015-01-31 Thread fschumacher
Author: fschumacher Date: Sat Jan 31 19:56:32 2015 New Revision: 1656246 URL: http://svn.apache.org/r1656246 Log: Close input and output streams in expandCGIScript to avoid resource leaks. Issue reported by Coverity Scan. Merged r1655115,1655117 from /tomcat/tc8.0.x/trunk (merged

svn commit: r1656319 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 15:38:42 2015 New Revision: 1656319 URL: http://svn.apache.org/r1656319 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Remove the now

svn commit: r1656331 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 17:04:39 2015 New Revision: 1656331 URL: http://svn.apache.org/r1656331 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Modified: tomcat/trunk/java/org/apache/catalina/core

svn commit: r1656345 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardHost.java

2015-02-01 Thread fschumacher
Author: fschumacher Date: Sun Feb 1 18:36:33 2015 New Revision: 1656345 URL: http://svn.apache.org/r1656345 Log: Warn about a problematic appBase setting on StandardHost. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties tomcat/trunk/java/org/apache/catalina

svn commit: r1657356 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHost.java webapps/docs/changelog.xml

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:10:48 2015 New Revision: 1657356 URL: http://svn.apache.org/r1657356 Log: Warn about a problematic appBase setting on StandardHost. Merged r1656345 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org

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

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:14:57 2015 New Revision: 1657360 URL: http://svn.apache.org/r1657360 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Merged r1656331 from /tomcat/trunk Modified: tomcat/tc8.0.x

svn commit: r1657370 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java webapps/docs/changelog.xml

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:49:18 2015 New Revision: 1657370 URL: http://svn.apache.org/r1657370 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Remove the now

svn commit: r1657659 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHost.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 18:33:09 2015 New Revision: 1657659 URL: http://svn.apache.org/r1657659 Log: Warn about a problematic appBase setting on StandardHost. Merged r1657356 from /tomcat/tc8.0.x/trunk (merged r1656345 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk

svn commit: r1657660 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 18:36:15 2015 New Revision: 1657660 URL: http://svn.apache.org/r1657660 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Merge r1657360 from /tomcat/tc8.0.x/trunk (merged r1656331 from

svn commit: r1657664 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 19:03:19 2015 New Revision: 1657664 URL: http://svn.apache.org/r1657664 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Issue reported

svn commit: r1657682 - /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 20:26:19 2015 New Revision: 1657682 URL: http://svn.apache.org/r1657682 Log: Don't use instance scoped variables in try-with block, since it will get closed, but not nulled. Modified: tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java Mod

svn commit: r1657683 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JDBCRealm.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 20:29:57 2015 New Revision: 1657683 URL: http://svn.apache.org/r1657683 Log: Don't use instance scoped variables in try-with block, since it will get closed, but not nulled. Merge r1657682 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (

svn commit: r1659905 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java java/org/apache/catalina/realm/LocalStrings.properties webapps/docs/config/realm.xml

2015-02-15 Thread fschumacher
Author: fschumacher Date: Sun Feb 15 09:41:52 2015 New Revision: 1659905 URL: http://svn.apache.org/r1659905 Log: Enable StartTLS connections for JNDIRealm. Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785. Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

svn commit: r1659948 - /tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

2015-02-15 Thread fschumacher
Author: fschumacher Date: Sun Feb 15 16:47:28 2015 New Revision: 1659948 URL: http://svn.apache.org/r1659948 Log: Remove unused import Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java URL: http

svn commit: r1660970 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java java/org/apache/catalina/realm/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/

2015-02-19 Thread fschumacher
Author: fschumacher Date: Thu Feb 19 18:47:39 2015 New Revision: 1660970 URL: http://svn.apache.org/r1660970 Log: Enable StartTLS connections for JNDIRealm. Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785. Merged r1659905,1659948 from /tomcat/trunk Modified: tomcat/tc8.0.x

svn commit: r1660996 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java java/org/apache/catalina/realm/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/

2015-02-19 Thread fschumacher
Author: fschumacher Date: Thu Feb 19 20:21:15 2015 New Revision: 1660996 URL: http://svn.apache.org/r1660996 Log: Enable StartTLS connections for JNDIRealm. Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785. Merged r1660970 from /tomcat/tc8.0.x/trunk (merged r1659905,1659948 from

svn commit: r1662308 - in /tomcat/trunk: java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java

2015-02-25 Thread fschumacher
Author: fschumacher Date: Wed Feb 25 21:14:49 2015 New Revision: 1662308 URL: http://svn.apache.org/r1662308 Log: Don't create a session, if none is needed when using PersistentValve. Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Modified: tomcat/trunk/java/org/apache/cat

[tomcat] branch master updated: Guard new escape routines for null values

2021-05-16 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 939efed Guard new escape routines for

[tomcat] branch 9.0.x updated: Guard new escape routines for null values

2021-05-16 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 937b156 Guard new escape routines for null

[tomcat] branch 8.5.x updated: Guard new escape routines for null values

2021-05-16 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new edd46e4 Guard new escape routines for null

[tomcat] branch 7.0.x updated: Guard new escape routines for null values

2021-05-18 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 7d709b5 Guard new escape routines for null

[tomcat] branch 10.1.x updated: Catch NamingException instead of specialized sub-classes

2023-07-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 2a80e8e117 Catch NamingException instead

[tomcat] branch 9.0.x updated: Catch NamingException instead of specialized sub-classes

2023-07-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7e2cd05cee Catch NamingException instead of

[tomcat] branch 8.5.x updated: Catch NamingException instead of specialized sub-classes

2023-07-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 4b140ee40f Catch NamingException instead of

[tomcat] branch master updated: Use spotbugs instead of findbugs

2019-05-04 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 51241d8 Use spotbugs instead of findbugs

[tomcat] branch 8.5.x updated: Use spotbugs instead of findbugs

2019-05-04 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 96df339 Use spotbugs instead of findbugs

[tomcat] branch master updated: Fix charset name for UTF-32LE in bom detection.

2019-06-22 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d328560 Fix charset name for UTF-32LE in

[tomcat] branch master updated: Allow more quoted tokens for RewriteValve config

2020-01-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new b978b2c Allow more quoted tokens for

[tomcat-jakartaee-migration] branch master updated: Correct typo in interface

2020-01-30 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new f447383 Correct typo

[tomcat-jakartaee-migration] branch master updated: Drop cryptographic signatures from converted JAR files

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new b379249 Drop

[tomcat-jakartaee-migration] branch master updated: Use char instead of single char string

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new d5e2d09 Use char

[tomcat-jakartaee-migration] branch master updated: Don't return null on empty extensions

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 86b8370 Don't r

[tomcat-jakartaee-migration] branch master updated: Simplify code

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/master by this push: new 8207a5d Simplify code

[tomcat-jakartaee-migration] 01/02: Markup changes

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 85d6dec49a8b00fa39c552fbd6ab325cdc5de31d Author: Felix Schumacher AuthorDate: Sun Feb 9 15:19

[tomcat-jakartaee-migration] branch master updated (8207a5d -> 1418dfd)

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from 8207a5d Simplify code new 85d6dec Markup changes new 1418dfd Add warnings in

[tomcat-jakartaee-migration] 02/02: Add warnings in the log for each removed signature

2020-02-09 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 1418dfd906bb4bbe405a1ce835617231e8ac1177 Author: Felix Schumacher AuthorDate: Sun Feb 9 15:19

[tomcat] branch master updated: Ensure new line for build properties in travis

2020-02-21 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 7d62157 Ensure new line for build

[tomcat] branch 9.0.x updated: Ensure new line for build properties in travis

2020-02-21 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new ae78caf Ensure new line for build

[tomcat] branch 8.5.x updated: Ensure new line for build properties in travis

2020-02-21 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new bd95665 Ensure new line for build

svn commit: r1874502 - in /tomcat/site/trunk: docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-7.xml xdocs/security-8.xml xdocs/security-9.xml xdocs/stylesheets/tomcat-sit

2020-02-25 Thread fschumacher
Author: fschumacher Date: Tue Feb 25 15:46:38 2020 New Revision: 1874502 URL: http://svn.apache.org/viewvc?rev=1874502&view=rev Log: Use full hash for git links and shorten the text of the link on the fly while generating the docs with xslt. The reconstruction of the long hashes were done

svn commit: r1874523 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2020-02-25 Thread fschumacher
Author: fschumacher Date: Tue Feb 25 19:27:27 2020 New Revision: 1874523 URL: http://svn.apache.org/viewvc?rev=1874523&view=rev Log: Substring starts on index 1 Take Konstantins note into account and let the xpath function substring start with the correct index of "1". Now we can

[tomcat-connectors] branch master updated: Markup changes

2021-01-06 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/master by this push: new 282784c Markup changes 282784c

svn commit: r1888736 - in /tomcat/site/trunk: docs/presentations.html docs/sitemap-main.xml xdocs/presentations.xml xdocs/sitemap-main.xml

2021-04-13 Thread fschumacher
Author: fschumacher Date: Tue Apr 13 15:43:22 2021 New Revision: 1888736 URL: http://svn.apache.org/viewvc?rev=1888736&view=rev Log: Add presentations for ApacheCon @Home 2020 Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/docs/sitemap-main.xml tomcat/

svn commit: r1888737 - in /tomcat/site/trunk: docs/legal.html xdocs/legal.xml

2021-04-13 Thread fschumacher
Author: fschumacher Date: Tue Apr 13 15:51:05 2021 New Revision: 1888737 URL: http://svn.apache.org/viewvc?rev=1888737&view=rev Log: a late Happy New Year :) Modified: tomcat/site/trunk/docs/legal.html tomcat/site/trunk/xdocs/legal.xml Modified: tomcat/site/trunk/docs/legal.html

svn commit: r1888869 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2021-04-17 Thread fschumacher
Author: fschumacher Date: Sat Apr 17 19:20:18 2021 New Revision: 169 URL: http://svn.apache.org/viewvc?rev=169&view=rev Log: Add link to slides Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/

[tomcat] branch master updated: Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-05-30 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d64df9a Re-use roles and groups defined

[tomcat] branch 9.0.x updated: Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-05-30 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 25260cd Re-use roles and groups defined on

[tomcat] branch 8.5.x updated: Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-06-02 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 61e533f Re-use roles and groups defined on

[tomcat] branch master updated: Use current ant for download from travis build and change URL to https

2020-06-14 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 9eb3ac3 Use current ant for download from

[tomcat] branch master updated: Set ANT_HOME in travis to the updated version

2020-06-14 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 35791fc Set ANT_HOME in travis to the

[tomcat] branch 9.0.x updated: Use current ant for download from travis build and change URL to https

2020-06-17 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 0b6eb11 Use current ant for download from

[tomcat] branch 8.5.x updated: Use current ant for download from travis build and change URL to https

2020-06-17 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3b7e685 Use current ant for download from

[tomcat] branch master updated: Use current versions of OpenJDK for travis builds

2020-06-17 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d53dbca Use current versions of OpenJDK

[tomcat] branch master updated: Use current versions of OpenJDK for travis builds

2020-06-18 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 81beb93 Use current versions of OpenJDK

[tomcat] branch master updated: Try to print out more information forx failed tests in travis

2020-06-18 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 14053be Try to print out more information

[tomcat] branch master updated: Use the correct file to grep for failures in travis

2020-06-18 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 22b4f77 Use the correct file to grep for

[tomcat] 03/03: Use method local counter for recurstion

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch pr309-recursion in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7f1b56e587693bb8f7755c972fbac493101c53c8 Author: Felix Schumacher AuthorDate: Fri Jun 26 16:58:25 2020

[tomcat] 01/03: Allow recursive substitution of properties.

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch pr309-recursion in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4f1ae64882486eeb0b60f9daf13daeca5df6b7c9 Author: Jean-Frederic Clere AuthorDate: Fri Jun 26 09:50:09 2020

[tomcat] branch pr309-recursion created (now 7f1b56e)

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch pr309-recursion in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 7f1b56e Use method local counter for recurstion This branch includes the following new commits

[tomcat] 02/03: Add a iterationCount limited to 20 to prevent StackOverflowError.

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch pr309-recursion in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 57e83d7c9eaa784d3af54fa57de100c99515f1bc Author: Jean-Frederic Clere AuthorDate: Fri Jun 26 15:18:30 2020

[tomcat] reference refs/remotes/origin/pr/309 created (now 4fc54d5)

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to reference refs/remotes/origin/pr/309 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 4fc54d5 Add a iterationCount limited to 20 to prevent StackOverflowError. No new

[tomcat] branch pr309-recursion deleted (was 7f1b56e)

2020-06-26 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch pr309-recursion in repository https://gitbox.apache.org/repos/asf/tomcat.git. was 7f1b56e Use method local counter for recurstion This change permanently discards the following

[tomcat] 02/02: Fix JSSE_OPTS quoting in catalina.bat

2019-08-27 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 07a2804b43eb1ed5c5e09e3fbf54b28aaa11ff58 Author: Felix Schumacher AuthorDate: Tue Aug 27 11:55:14 2019 +0200

[tomcat] branch master updated (8f86f92 -> 07a2804)

2019-08-27 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8f86f92 Update to 9.0.24 new 162dd79 fix JSSE_OPTS quoting new 07a2804 Fix JSSE_OPTS quoting in

[tomcat] 01/02: fix JSSE_OPTS quoting

2019-08-27 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 162dd79f16daaafd49ea68231525cbb650216169 Author: Peter Uhnak AuthorDate: Mon Aug 26 11:31:43 2019 +0200 fix

[tomcat] branch master updated: Fix typo (missing a on via)

2019-08-27 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 6b125eb Fix typo (missing a on via

[tomcat] branch 8.5.x updated (8b7e6f0 -> 88ae81a)

2019-08-28 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8b7e6f0 BZ 63684: Wrapper never passed to RealmBase#hasRole() for given security constraints new 2f33f55

[tomcat] 01/02: fix JSSE_OPTS quoting

2019-08-28 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2f33f550689ce17333a492477f7f35fb728258bf Author: Peter Uhnak AuthorDate: Mon Aug 26 11:31:43 2019 +0200 fix

<    1   2   3   4   5   >