svn commit: r1734799 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:39:50 2016 New Revision: 1734799 URL: http://svn.apache.org/viewvc?rev=1734799&view=rev Log: Use ConcurrentMap as interface instead of Map. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java

svn commit: r1734800 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:41:25 2016 New Revision: 1734800 URL: http://svn.apache.org/viewvc?rev=1734800&view=rev Log: Use ConcurrentMap as interface instead of Map. Merge r1734799 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/t

svn commit: r1734802 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 12:49:41 2016 New Revision: 1734802 URL: http://svn.apache.org/viewvc?rev=1734802&view=rev Log: Convert stream-api to for loop, so it can be used with java 7 Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modi

svn commit: r1734808 - in /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java LocalStrings.properties SSLHostConfig.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:04:10 2016 New Revision: 1734808 URL: http://svn.apache.org/viewvc?rev=1734808&view=rev Log: Use reflection to detect the presence of SSLParameters#setUseCipherSuitesOrder, which is a java 8 method Modified: tomcat/tc8.5.x/trunk/java/org/ap

svn commit: r1734811 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:39:47 2016 New Revision: 1734811 URL: http://svn.apache.org/viewvc?rev=1734811&view=rev Log: Convert java 8 usage of Predicates and forEach to a java 7 compatible implementation. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/fil

svn commit: r1734812 - /tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:40:58 2016 New Revision: 1734812 URL: http://svn.apache.org/viewvc?rev=1734812&view=rev Log: Use final to make actxt available to Runnable. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/t

svn commit: r1734813 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:43:04 2016 New Revision: 1734813 URL: http://svn.apache.org/viewvc?rev=1734813&view=rev Log: Help java 7 to see, that we are creating a List of Integers. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java Modi

svn commit: r1734814 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:45:33 2016 New Revision: 1734814 URL: http://svn.apache.org/viewvc?rev=1734814&view=rev Log: Use final to make resp and ac available to Runnable. Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java Modified: to

svn commit: r1734815 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/upgrade/TestUpgradeInternalHandler.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 14:48:21 2016 New Revision: 1734815 URL: http://svn.apache.org/viewvc?rev=1734815&view=rev Log: Use final on buffer to make it available in the CompletionHandler Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/upg

svn commit: r1734818 - in /tomcat/tc8.5.x/trunk/test: org/apache/catalina/startup/ webapp/WEB-INF/

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 15:31:14 2016 New Revision: 1734818 URL: http://svn.apache.org/viewvc?rev=1734818&view=rev Log: Change web.xml fragments in test to use web-app_3_1.xsd Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup/web-1lifecyclecallback.xml to

svn commit: r1734825 - in /tomcat/tc8.5.x/trunk/test: javax/servlet/resources/TestSchemaValidation.java org/apache/tomcat/util/descriptor/web/TestWebXml.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 16:34:30 2016 New Revision: 1734825 URL: http://svn.apache.org/viewvc?rev=1734825&view=rev Log: Remove tests for servlet api 4.0 Modified: tomcat/tc8.5.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java tomcat/tc8.5.x/trunk/test

svn commit: r1734826 - /tomcat/tc8.5.x/trunk/test/org/apache/jasper/servlet/TestJspCServletContext.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 17:17:32 2016 New Revision: 1734826 URL: http://svn.apache.org/viewvc?rev=1734826&view=rev Log: Remove tests for servlet api 4.0 Modified: tomcat/tc8.5.x/trunk/test/org/apache/jasper/servlet/TestJspCServletContext.java Modified: tomcat/tc8.5.x/t

svn commit: r1734827 - /tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 17:28:08 2016 New Revision: 1734827 URL: http://svn.apache.org/viewvc?rev=1734827&view=rev Log: Use java 7 to compile jdbc-pool Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.properties.default Modified: tomcat/tc8.5.x/trunk/modules/jdbc-

svn commit: r1734834 - in /tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup: web-fragment-1name.xml web-fragment-1ordering.xml web-fragment-2name.xml web-fragment-2ordering.xml

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 18:05:30 2016 New Revision: 1734834 URL: http://svn.apache.org/viewvc?rev=1734834&view=rev Log: More changes of 4.0 to 3.1 in web xml files. Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/startup/web-fragment-1name.xml tomcat/tc8.5.x/t

svn commit: r1734840 - in /tomcat/tc8.5.x/trunk/java/org/apache/jasper: JspC.java compiler/JDTCompiler.java resources/LocalStrings.properties resources/LocalStrings_es.properties resources/LocalString

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 18:41:22 2016 New Revision: 1734840 URL: http://svn.apache.org/viewvc?rev=1734840&view=rev Log: Use java 7 as default for jsp comilation Modified: tomcat/tc8.5.x/trunk/java/org/apache/jasper/JspC.java tomcat/tc8.5.x/trunk/java/org/apache/ja

svn commit: r1734844 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 19:36:51 2016 New Revision: 1734844 URL: http://svn.apache.org/viewvc?rev=1734844&view=rev Log: honorCipherOrder has to default to false, as it is not available with java 7. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.

svn commit: r1734854 - /tomcat/tc8.5.x/trunk/test/webapp/WEB-INF/classes/org/apache/tomcat/Bug58096.class

2016-03-13 Thread fschumacher
Author: fschumacher Date: Sun Mar 13 20:33:58 2016 New Revision: 1734854 URL: http://svn.apache.org/viewvc?rev=1734854&view=rev Log: Compiled test class with java 7. Modified: tomcat/tc8.5.x/trunk/test/webapp/WEB-INF/classes/org/apache/tomcat/Bug58096.class Modified: tomcat/tc8.5.x/t

svn commit: r1734984 - /tomcat/tc8.5.x/trunk/RELEASE-NOTES

2016-03-14 Thread fschumacher
Author: fschumacher Date: Mon Mar 14 18:53:48 2016 New Revision: 1734984 URL: http://svn.apache.org/viewvc?rev=1734984&view=rev Log: Replace java 8 with java 7 and servlet api 4.0 with 3.1 Modified: tomcat/tc8.5.x/trunk/RELEASE-NOTES Modified: tomcat/tc8.5.x/trunk/RELEASE-NOTES URL:

svn commit: r1747924 - /tomcat/trunk/webapps/docs/config/realm.xml

2016-06-11 Thread fschumacher
Author: fschumacher Date: Sat Jun 11 18:29:00 2016 New Revision: 1747924 URL: http://svn.apache.org/viewvc?rev=1747924&view=rev Log: Spelling changes. Modified: tomcat/trunk/webapps/docs/config/realm.xml Modified: tomcat/trunk/webapps/docs/config/realm.xml URL: http://svn.apache.org/vi

svn commit: r1747925 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/realm.xml

2016-06-11 Thread fschumacher
Author: fschumacher Date: Sat Jun 11 18:36:06 2016 New Revision: 1747925 URL: http://svn.apache.org/viewvc?rev=1747925&view=rev Log: Spelling changes. Merged r1747924 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/realm

svn commit: r1747926 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/realm.xml

2016-06-11 Thread fschumacher
Author: fschumacher Date: Sat Jun 11 18:39:43 2016 New Revision: 1747926 URL: http://svn.apache.org/viewvc?rev=1747926&view=rev Log: Spelling changes. Merged r1747925 from /tomcat/tc8.5.x/trunk (was merge r1747924 from /tomcat/trunk) Modified: tomcat/tc8.0.x/trunk/ (props cha

svn commit: r1747980 - /tomcat/trunk/webapps/docs/realm-howto.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 11:30:48 2016 New Revision: 1747980 URL: http://svn.apache.org/viewvc?rev=1747980&view=rev Log: Mention the usage of CredentialHandlers instead of deprecated digest attribute in howto. Modified: tomcat/trunk/webapps/docs/realm-howto.xml Modified: to

svn commit: r1747981 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/realm-howto.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 11:32:47 2016 New Revision: 1747981 URL: http://svn.apache.org/viewvc?rev=1747981&view=rev Log: Mention the usage of CredentialHandlers instead of deprecated digest attribute in howto. Merged r1747980 from /tomcat/trunk Modified: tomcat/tc8.5.x/t

svn commit: r1747993 - /tomcat/trunk/webapps/docs/config/realm.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 12:57:14 2016 New Revision: 1747993 URL: http://svn.apache.org/viewvc?rev=1747993&view=rev Log: Remove 'digest' attribute in realm-docs and mention CredentialHandler where needed. Modified: tomcat/trunk/webapps/docs/config/realm.xml Mo

svn commit: r1747994 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/realm.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 12:58:34 2016 New Revision: 1747994 URL: http://svn.apache.org/viewvc?rev=1747994&view=rev Log: Remove 'digest' attribute in realm-docs and mention CredentialHandler where needed. Merged r1747993 from /tomcat/trunk Modified: tomcat

svn commit: r1748001 - /tomcat/trunk/webapps/docs/funcspecs/fs-admin-objects.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 13:25:36 2016 New Revision: 1748001 URL: http://svn.apache.org/viewvc?rev=1748001&view=rev Log: Realms have no digest and debug attribute anymore. Modified: tomcat/trunk/webapps/docs/funcspecs/fs-admin-objects.xml Modified: tomcat/trunk/webapps/

svn commit: r1748002 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/funcspecs/fs-admin-objects.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 13:27:08 2016 New Revision: 1748002 URL: http://svn.apache.org/viewvc?rev=1748002&view=rev Log: Realms have no digest and debug attribute anymore. Merged r1748001 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8

svn commit: r1748003 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/funcspecs/fs-admin-objects.xml

2016-06-12 Thread fschumacher
Author: fschumacher Date: Sun Jun 12 13:32:47 2016 New Revision: 1748003 URL: http://svn.apache.org/viewvc?rev=1748003&view=rev Log: Realms have no debug attribute anymore. Merged r1748002 from /tomcat/tc8.5.x/trunk (was merged from r1748001 from /tomcat/trunk) Modified: tomcat/tc8

svn commit: r1749763 - /tomcat/trunk/webapps/docs/config/http.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:32:40 2016 New Revision: 1749763 URL: http://svn.apache.org/viewvc?rev=1749763&view=rev Log: Use the correct attribute name 'defaultSSLHostConfigName' in the documentation for http connector Modified: tomcat/trunk/webapps/docs/c

svn commit: r1749765 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:36:47 2016 New Revision: 1749765 URL: http://svn.apache.org/viewvc?rev=1749765&view=rev Log: Use the correct attribute name 'defaultSSLHostConfigName' in the documentation for http connector Merged r1749763 from /tomcat/trunk Modified:

svn commit: r1749771 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:55:21 2016 New Revision: 1749771 URL: http://svn.apache.org/viewvc?rev=1749771&view=rev Log: Use attribute name 'defaultSSLHostConfigName' to specify default ssl host Modified: tomcat/site/trunk/docs/migration-85.html tomcat/s

svn commit: r1749772 - in /tomcat/site/trunk: docs/migration-85.html xdocs/migration-85.xml

2016-06-22 Thread fschumacher
Author: fschumacher Date: Wed Jun 22 19:57:02 2016 New Revision: 1749772 URL: http://svn.apache.org/viewvc?rev=1749772&view=rev Log: Tomcat 8.5 supports multiple TLS virtual hosts, too Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/xdocs/migration-85.xml Modi

svn commit: r1754467 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2016-07-28 Thread fschumacher
Author: fschumacher Date: Thu Jul 28 20:19:40 2016 New Revision: 1754467 URL: http://svn.apache.org/viewvc?rev=1754467&view=rev Log: Fix Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 Apply roleSearchAsUser to all nested searches in JNDIRealm. Modified: tomcat/trunk/java/org/ap

svn commit: r1754613 - in /tomcat/trunk: java/org/apache/catalina/servlets/LocalStrings.properties java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2016-07-30 Thread fschumacher
Author: fschumacher Date: Sat Jul 30 10:17:17 2016 New Revision: 1754613 URL: http://svn.apache.org/viewvc?rev=1754613&view=rev Log: Fix resource leak in WebDAV servlet. Based on patch by Coty Sutherland. Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 Modified: tomcat/trunk/

svn commit: r1754614 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2016-07-30 Thread fschumacher
Author: fschumacher Date: Sat Jul 30 10:21:41 2016 New Revision: 1754614 URL: http://svn.apache.org/viewvc?rev=1754614&view=rev Log: Fix Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 Apply roleSearchAsUser to all nested searches in JNDIRealm. Merge r1754467 from /tomcat/t

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

2016-07-30 Thread fschumacher
Author: fschumacher Date: Sat Jul 30 10:31:10 2016 New Revision: 1754615 URL: http://svn.apache.org/viewvc?rev=1754615&view=rev Log: Fix Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 Apply roleSearchAsUser to all nested searches in JNDIRealm. Merge r1754614 from /tomcat/tc8.5.x/t

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

2016-07-31 Thread fschumacher
Author: fschumacher Date: Sun Jul 31 09:39:27 2016 New Revision: 1754642 URL: http://svn.apache.org/viewvc?rev=1754642&view=rev Log: Fix Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59839 Apply roleSearchAsUser to all nested searches in JNDIRealm. Merge r1754615 from /tomcat/tc8.0.x/t

svn commit: r1754643 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/LocalStrings.properties java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2016-07-31 Thread fschumacher
Author: fschumacher Date: Sun Jul 31 09:41:57 2016 New Revision: 1754643 URL: http://svn.apache.org/viewvc?rev=1754643&view=rev Log: Fix resource leak in WebDAV servlet. Based on patch by Coty Sutherland. Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 Merge r1754613 from /to

svn commit: r1754646 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/LocalStrings.properties java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2016-07-31 Thread fschumacher
Author: fschumacher Date: Sun Jul 31 09:54:53 2016 New Revision: 1754646 URL: http://svn.apache.org/viewvc?rev=1754646&view=rev Log: Fix resource leak in WebDAV servlet. Based on patch by Coty Sutherland. Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=59859 Merge r1754643 from /to

svn commit: r1762123 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-09-24 Thread fschumacher
Author: fschumacher Date: Sat Sep 24 15:13:30 2016 New Revision: 1762123 URL: http://svn.apache.org/viewvc?rev=1762123&view=rev Log: Correct typo Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java tomcat/trunk/test/org/apache/catalina/

svn commit: r1762124 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11Processor.java test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-09-24 Thread fschumacher
Author: fschumacher Date: Sat Sep 24 15:16:14 2016 New Revision: 1762124 URL: http://svn.apache.org/viewvc?rev=1762124&view=rev Log: Correct typo. Merge r1762123 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/ht

svn commit: r1762173 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 10:09:00 2016 New Revision: 1762173 URL: http://svn.apache.org/viewvc?rev=1762173&view=rev Log: Correct typo. Merge r1762124 from /tomcat/tc8.5.x/trunk (merged r1762123 from /tomcat/trunk) Modified: tomcat/tc8.0.x/trunk/ (props changed) to

svn commit: r1762174 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 10:12:19 2016 New Revision: 1762174 URL: http://svn.apache.org/viewvc?rev=1762174&view=rev Log: Correct typo. Merge r1762173 from /tomcat/tc8.0.x/trunk (merged r1762124 from /tomcat/tc8.5.x/trunk (merged r1762123 from /tomcat/trunk)) Modified: to

svn commit: r1762182 - in /tomcat/trunk/webapps/docs: changelog.xml config/systemprops.xml

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 10:29:39 2016 New Revision: 1762182 URL: http://svn.apache.org/viewvc?rev=1762182&view=rev Log: Remove doubled words (plus simple markup additions) Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/systemprops

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

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 10:35:11 2016 New Revision: 1762183 URL: http://svn.apache.org/viewvc?rev=1762183&view=rev Log: Remove doubled words (plus simple markup additions) Merge r1762182 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8

svn commit: r1762184 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 10:40:39 2016 New Revision: 1762184 URL: http://svn.apache.org/viewvc?rev=1762184&view=rev Log: Remove doubled words (plus simple markup additions) Merge r1762183 from /tomcat/tc8.5.x/trunk (merged r1762182 from /tomcat/trunk) Modified: tomcat/tc8

svn commit: r1762202 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 14:13:30 2016 New Revision: 1762202 URL: http://svn.apache.org/viewvc?rev=1762202&view=rev Log: Remove more duplicated words. Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/trunk/webapps/docs/changelog.xml to

svn commit: r1762203 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 14:15:16 2016 New Revision: 1762203 URL: http://svn.apache.org/viewvc?rev=1762203&view=rev Log: Remove more duplicated words. Merge r1762202 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/ap

svn commit: r1762205 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 14:22:11 2016 New Revision: 1762205 URL: http://svn.apache.org/viewvc?rev=1762205&view=rev Log: Remove more duplicated words. Merge r1762203 from /tomcat/tc8.5.x/trunk (merged r1762202 from /tomcat/trunk) Modified: tomcat/tc8.0.x/trunk/ (props cha

svn commit: r1762206 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 14:24:16 2016 New Revision: 1762206 URL: http://svn.apache.org/viewvc?rev=1762206&view=rev Log: Even more duplicated words. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

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

2016-09-25 Thread fschumacher
Author: fschumacher Date: Sun Sep 25 14:26:50 2016 New Revision: 1762207 URL: http://svn.apache.org/viewvc?rev=1762207&view=rev Log: Even more duplicated words. Merge r1762206 from /tomcat/tc8.0.x/trunk Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/

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

2016-10-06 Thread fschumacher
Author: fschumacher Date: Thu Oct 6 17:12:40 2016 New Revision: 1763634 URL: http://svn.apache.org/viewvc?rev=1763634&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/t

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

2016-10-07 Thread fschumacher
Author: fschumacher Date: Fri Oct 7 15:49:07 2016 New Revision: 1763792 URL: http://svn.apache.org/viewvc?rev=1763792&view=rev Log: Fix typo. Merge r1763634 from /tomcat/trunk Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propch

svn commit: r1763793 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2016-10-07 Thread fschumacher
Author: fschumacher Date: Fri Oct 7 15:51:15 2016 New Revision: 1763793 URL: http://svn.apache.org/viewvc?rev=1763793&view=rev Log: Fix typo. Merge r1763792 from /tomcat/tc8.5.x/trunk (merged r1763634 from /tomcat/trunk) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8

svn commit: r1796693 - in /tomcat/trunk/webapps/docs: config/globalresources.xml config/jar-scanner.xml config/listeners.xml windows-auth-howto.xml

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:44:15 2017 New Revision: 1796693 URL: http://svn.apache.org/viewvc?rev=1796693&view=rev Log: Spellcheck Modified: tomcat/trunk/webapps/docs/config/globalresources.xml tomcat/trunk/webapps/docs/config/jar-scanner.xml tomcat/trunk/webapps/

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

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:44:44 2017 New Revision: 1796694 URL: http://svn.apache.org/viewvc?rev=1796694&view=rev Log: Spellcheck Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1796694&r1

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

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:49:36 2017 New Revision: 1796696 URL: http://svn.apache.org/viewvc?rev=1796696&view=rev Log: Spellcheck (merge r1796695 from /tomcat/trunk) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog

svn commit: r1796697 - in /tomcat/tc8.5.x/trunk: ./ build.xml

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:50:43 2017 New Revision: 1796697 URL: http://svn.apache.org/viewvc?rev=1796697&view=rev Log: Spellcheck (merge r1796694 from /tomcat/trunk) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml Propchange: tomcat/tc8

svn commit: r1796698 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/globalresources.xml webapps/docs/config/jar-scanner.xml webapps/docs/config/listeners.xml webapps/docs/windows-auth-howto.xml

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:51:59 2017 New Revision: 1796698 URL: http://svn.apache.org/viewvc?rev=1796698&view=rev Log: Spellcheck (merge r1796693 from ^/tomcat/trunk) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/co

svn commit: r1796699 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:55:07 2017 New Revision: 1796699 URL: http://svn.apache.org/viewvc?rev=1796699&view=rev Log: Spellcheck (merge r1796697 from /tomcat/tc8.5.x/trunk) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.xml Propchange: to

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

2017-05-29 Thread fschumacher
Author: fschumacher Date: Mon May 29 20:45:17 2017 New Revision: 1796695 URL: http://svn.apache.org/viewvc?rev=1796695&view=rev Log: Spellcheck Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r1767935 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http2.xml

2016-11-03 Thread fschumacher
Author: fschumacher Date: Thu Nov 3 17:26:53 2016 New Revision: 1767935 URL: http://svn.apache.org/viewvc?rev=1767935&view=rev Log: ws police Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/http2.xml Propchange: tomcat/tc8.5.x/t

svn commit: r1767946 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-11-03 Thread fschumacher
Author: fschumacher Date: Thu Nov 3 18:22:56 2016 New Revision: 1767946 URL: http://svn.apache.org/viewvc?rev=1767946&view=rev Log: Check that threadPriority values used in AbstractProtocol are valid. Followup to r1767328 Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.

svn commit: r1767948 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-11-03 Thread fschumacher
Author: fschumacher Date: Thu Nov 3 18:37:37 2016 New Revision: 1767948 URL: http://svn.apache.org/viewvc?rev=1767948&view=rev Log: heck that threadPriority values used in AbstractProtocol are valid. Followup to r1767357 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8

svn commit: r1772947 - /tomcat/trunk/webapps/docs/monitoring.xml

2016-12-06 Thread fschumacher
Author: fschumacher Date: Tue Dec 6 19:53:09 2016 New Revision: 1772947 URL: http://svn.apache.org/viewvc?rev=1772947&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/monitoring.xml Modified: tomcat/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r1772948 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/monitoring.xml

2016-12-06 Thread fschumacher
Author: fschumacher Date: Tue Dec 6 19:54:19 2016 New Revision: 1772948 URL: http://svn.apache.org/viewvc?rev=1772948&view=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/monitoring.xml Propchange: tomcat/tc8.5.x/t

svn commit: r1772949 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/monitoring.xml

2016-12-06 Thread fschumacher
Author: fschumacher Date: Tue Dec 6 19:55:40 2016 New Revision: 1772949 URL: http://svn.apache.org/viewvc?rev=1772949&view=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/monitoring.xml Propchange: tomcat/tc8.0.x/t

svn commit: r1772950 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/monitoring.xml

2016-12-06 Thread fschumacher
Author: fschumacher Date: Tue Dec 6 19:57:08 2016 New Revision: 1772950 URL: http://svn.apache.org/viewvc?rev=1772950&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/monitoring.xml Propchange: tomcat/tc7.0.x/t

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

2016-02-10 Thread fschumacher
Author: fschumacher Date: Wed Feb 10 20:56:55 2016 New Revision: 1729730 URL: http://svn.apache.org/viewvc?rev=1729730&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Add quotation of special characters in substitutions of the RewriteValve. Modified: tomcat/trunk/

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

2016-02-11 Thread fschumacher
Author: fschumacher Date: Thu Feb 11 16:32:15 2016 New Revision: 1729854 URL: http://svn.apache.org/viewvc?rev=1729854&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58988 Add quotation of special characters in substitutions of the RewriteValve. Merged r1729730 from /to

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

2016-02-15 Thread fschumacher
Author: fschumacher Date: Mon Feb 15 21:08:26 2016 New Revision: 1730612 URL: http://svn.apache.org/viewvc?rev=1730612&view=rev Log: Make checking for var and map replacement in RewriteValve a bit stricter and correct detection of colon in var replacement. Modified: tomcat/trunk/java

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

2016-02-16 Thread fschumacher
Author: fschumacher Date: Tue Feb 16 18:23:32 2016 New Revision: 1730728 URL: http://svn.apache.org/viewvc?rev=1730728&view=rev Log: Make checking for var and map replacement in RewriteValve a bit stricter and correct detection of colon in var replacement. Merge r1730612 from /tomcat/t

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

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 18:15:27 2016 New Revision: 1733749 URL: http://svn.apache.org/viewvc?rev=1733749&view=rev Log: Correct typo Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

svn commit: r1733760 [2/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/mbeans/ java/org/apache/catalina/realm/ java/org/apache/catalina/security/

2016-03-05 Thread fschumacher
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java?rev=1733760&r1=1733759&r2=1733760&view=diff

svn commit: r1733760 [1/2] - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/mbeans/ java/org/apache/catalina/realm/ java/org/apache/catalina/security/

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 20:43:54 2016 New Revision: 1733760 URL: http://svn.apache.org/viewvc?rev=1733760&view=rev Log: Javadoc fixes. Merge r1724232 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/mb

svn commit: r1733762 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 20:46:07 2016 New Revision: 1733762 URL: http://svn.apache.org/viewvc?rev=1733762&view=rev Log: Correct typo Merge r1733749 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/r

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

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 20:50:52 2016 New Revision: 1733763 URL: http://svn.apache.org/viewvc?rev=1733763&view=rev Log: Remove parentheses, since return is not a function. Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java

svn commit: r1733764 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 20:52:15 2016 New Revision: 1733764 URL: http://svn.apache.org/viewvc?rev=1733764&view=rev Log: Remove parentheses, since return is not a function. Merge r1733763 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8

svn commit: r1733765 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java

2016-03-05 Thread fschumacher
Author: fschumacher Date: Sat Mar 5 20:55:35 2016 New Revision: 1733765 URL: http://svn.apache.org/viewvc?rev=1733765&view=rev Log: Remove parentheses, since return is not a function. Merge r1733764 from /tomcat/tc8.0.x/trunk (merged r1733763 from /tomcat/trunk) Modified: tomcat/tc7

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

2016-03-09 Thread fschumacher
Author: fschumacher Date: Wed Mar 9 19:48:17 2016 New Revision: 1734301 URL: http://svn.apache.org/viewvc?rev=1734301&view=rev Log: Use multicatch to reduce code duplication. Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/ap

svn commit: r1734304 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JNDIRealm.java

2016-03-09 Thread fschumacher
Author: fschumacher Date: Wed Mar 9 19:54:43 2016 New Revision: 1734304 URL: http://svn.apache.org/viewvc?rev=1734304&view=rev Log: Use multicatch to reduce code duplication. Merge r1734301 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/

svn commit: r1843474 - in /tomcat/trunk/webapps/docs: ./ config/

2018-10-10 Thread fschumacher
Author: fschumacher Date: Wed Oct 10 17:12:37 2018 New Revision: 1843474 URL: http://svn.apache.org/viewvc?rev=1843474&view=rev Log: Mostly spacepolice Correct usage of whitespace after closing tags. All those places were found by using grep -rP ']+>(?!s([\s.]|$))\w' weba

svn commit: r1843475 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/ webapps/docs/config/

2018-10-10 Thread fschumacher
Author: fschumacher Date: Wed Oct 10 17:15:35 2018 New Revision: 1843475 URL: http://svn.apache.org/viewvc?rev=1843475&view=rev Log: Spacepolice Correct usage of whitespace after closing tags. All those places were found by using grep -rP ']+>(?!s([\s.]|$))\w' webapps/ Mod

svn commit: r1843477 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/docs/config/

2018-10-10 Thread fschumacher
Author: fschumacher Date: Wed Oct 10 17:19:30 2018 New Revision: 1843477 URL: http://svn.apache.org/viewvc?rev=1843477&view=rev Log: Mostly spacepolice Correct usage of whitespace after closing tags. All those places were found by using grep -rP ']+>(?!s([\s.]|$))\w' weba

svn commit: r1853984 - in /tomcat/site/trunk: docs/download-90.html xdocs/download-90.xml

2019-02-20 Thread fschumacher
Author: fschumacher Date: Wed Feb 20 19:43:42 2019 New Revision: 1853984 URL: http://svn.apache.org/viewvc?rev=1853984&view=rev Log: Extras have been merged into the main artefacts, so remove the dangling links. Modified: tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/x

[tomcat] branch master updated: Don't exclude the ide support sample files for idea when packaging the src for a release

2019-03-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 9d839a5 Don't exclude the ide su

[tomcat] branch 8.5.x updated: Don't exclude the ide support sample files for idea when packaging the src for a release

2019-03-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 fb01e55 Don't exclude the ide su

[tomcat] branch 7.0.x updated: Don't exclude the ide support sample files for idea when packaging the src for a release

2019-03-16 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 a3d815c Don't exclude the ide su

[tomcat] branch master updated: Correct doubled words

2019-03-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 1c69b25 Correct doubled words 1c69b25 is

[tomcat] branch 8.5.x updated: Correct doubled words

2019-03-22 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 f897666 Correct doubled words f897666 is

[tomcat] branch 7.0.x updated: Correct doubled words

2019-03-22 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 d923443 Correct doubled words d923443 is

svn commit: r1694788 - /tomcat/trunk/webapps/docs/config/http.xml

2015-08-08 Thread fschumacher
Author: fschumacher Date: Sat Aug 8 11:04:42 2015 New Revision: 1694788 URL: http://svn.apache.org/r1694788 Log: Spellchecking initiated by bug 58222 (kesystore -> keystore). Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: h

svn commit: r1694789 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/http.xml

2015-08-08 Thread fschumacher
Author: fschumacher Date: Sat Aug 8 11:22:48 2015 New Revision: 1694789 URL: http://svn.apache.org/r1694789 Log: Spellchecking initiated by bug 58222 (kesystore -> keystore). (Merged from /tomcat/trunk:r1694788) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/tr

svn commit: r1694790 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2015-08-08 Thread fschumacher
Author: fschumacher Date: Sat Aug 8 11:26:31 2015 New Revision: 1694790 URL: http://svn.apache.org/r1694790 Log: Spellchecking initiated by bug 58222 (kesystore -> keystore). (Merged /tomcat/trunk:r1694788 which was merged from /tomcat/tc8.0.x/trunk:r1694789) Modified: tomcat/tc7.

svn commit: r1694872 - in /tomcat/trunk/webapps/docs: ./ config/ funcspecs/ tribes/

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 11:57:49 2015 New Revision: 1694872 URL: http://svn.apache.org/r1694872 Log: Correct double "the"s in the documentation. Modified: tomcat/trunk/webapps/docs/config/context.xml tomcat/trunk/webapps/docs/config/listeners.xml tomcat/tru

svn commit: r1694873 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/ webapps/docs/config/ webapps/docs/funcspecs/ webapps/docs/tribes/

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 12:01:11 2015 New Revision: 1694873 URL: http://svn.apache.org/r1694873 Log: Correct double "the"s in the documentation. Merged r1694872 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/d

svn commit: r1694875 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/docs/config/ webapps/docs/funcspecs/ webapps/docs/tribes/

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 12:05:47 2015 New Revision: 1694875 URL: http://svn.apache.org/r1694875 Log: Correct double "the"s in the documentation. Merged r1694873 from /tomcat/tc8.0.x/trunk (merged r1694872 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (pro

svn commit: r1694878 - /tomcat/trunk/webapps/docs/config/valve.xml

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 12:12:49 2015 New Revision: 1694878 URL: http://svn.apache.org/r1694878 Log: Spelcheck "availble" Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/to

svn commit: r1694881 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/valve.xml

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 12:15:00 2015 New Revision: 1694881 URL: http://svn.apache.org/r1694881 Log: Spelcheck "availble" Merge r1694878 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/config/valve.xml

svn commit: r1694882 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/valve.xml

2015-08-09 Thread fschumacher
Author: fschumacher Date: Sun Aug 9 12:17:03 2015 New Revision: 1694882 URL: http://svn.apache.org/r1694882 Log: Spelcheck "availble" Merged r1694881 from /tomcat/tc8.0.x/trunk (merged r169487 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7

<    1   2   3   4   5   >