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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 14:55:30 2017 New Revision: 1802823 URL: http://svn.apache.org/viewvc?rev=1802823=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail

svn commit: r1802834 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:46:04 2017 New Revision: 1802834 URL: http://svn.apache.org/viewvc?rev=1802834=rev Log: Follow-up to r1802829 Ensure the docBase is absolute Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1802833 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:45:29 2017 New Revision: 1802833 URL: http://svn.apache.org/viewvc?rev=1802833=rev Log: Follow-up to r1802828 Ensure the docBase is absolute Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java Modified:

svn commit: r1802831 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:23:27 2017 New Revision: 1802831 URL: http://svn.apache.org/viewvc?rev=1802831=rev Log: Fix a possible conflict when running multiple instances of the Tomcat unit tests on the same server. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1802835 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:46:26 2017 New Revision: 1802835 URL: http://svn.apache.org/viewvc?rev=1802835=rev Log: Follow-up to r1802830 Ensure the docBase is absolute Modified: tomcat/tc8.0.x/trunk/ (props changed)

buildbot failure in on tomcat-7-trunk

2017-07-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/825 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 14:59:27 2017 New Revision: 1802825 URL: http://svn.apache.org/viewvc?rev=1802825=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail

svn commit: r1802839 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:50:45 2017 New Revision: 1802839 URL: http://svn.apache.org/viewvc?rev=1802839=rev Log: Follow-up to r1802831 Ensure the docBase is absolute Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot failure in on tomcat-8-trunk

2017-07-24 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/1081 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1802815 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11Processor.java java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 13:49:43 2017 New Revision: 1802815 URL: http://svn.apache.org/viewvc?rev=1802815=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61322 Correct two regressions caused by the fix for bug 60319 when using BIO with an external Executor. Firstly, use the

[Bug 61322] Http11Processor.disableKeepAlivePercentage not work after code change in 60319

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1802830 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:22:32 2017 New Revision: 1802830 URL: http://svn.apache.org/viewvc?rev=1802830=rev Log: Fix a possible conflict when running multiple instances of the Tomcat unit tests on the same server. Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 61164] Add %X option to access log for connection status

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 --- Comment #2 from Mark Thomas --- This is a lot simpler than I imagined. My expectation was that the various places where errors can occur in in Http11Processor.service() would make this tricky to implement. It looks like

svn commit: r1802814 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/Http11Processor.java java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.ja

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 13:48:45 2017 New Revision: 1802814 URL: http://svn.apache.org/viewvc?rev=1802814=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61322 Correct two regressions caused by the fix for bug 60319 when using BIO with an external Executor. Firstly, use the

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 14:50:52 2017 New Revision: 1802821 URL: http://svn.apache.org/viewvc?rev=1802821=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail

[Bug 61313] JNDIRealm LDAP server failover to alternateURL takes very long 15m32s

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1802829 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:22:07 2017 New Revision: 1802829 URL: http://svn.apache.org/viewvc?rev=1802829=rev Log: Fix a possible conflict when running multiple instances of the Tomcat unit tests on the same server. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1802828 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:21:40 2017 New Revision: 1802828 URL: http://svn.apache.org/viewvc?rev=1802828=rev Log: Fix a possible conflict when running multiple instances of the Tomcat unit tests on the same server. Modified:

buildbot failure in on tomcat-trunk

2017-07-24 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/2565 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1802836 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:48:02 2017 New Revision: 1802836 URL: http://svn.apache.org/viewvc?rev=1802836=rev Log: Better temporary docBase name (easier to delete) Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java Modified:

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 14:49:59 2017 New Revision: 1802820 URL: http://svn.apache.org/viewvc?rev=1802820=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail

svn commit: r1802838 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:49:06 2017 New Revision: 1802838 URL: http://svn.apache.org/viewvc?rev=1802838=rev Log: Better temporary docBase name (easier to delete) Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1802837 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 15:48:33 2017 New Revision: 1802837 URL: http://svn.apache.org/viewvc?rev=1802837=rev Log: Better temporary docBase name (easier to delete) Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1802859 - in /tomcat/tags/TOMCAT_9_0_0_M25: ./ build.properties.default webapps/docs/changelog.xml

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 20:02:37 2017 New Revision: 1802859 URL: http://svn.apache.org/viewvc?rev=1802859=rev Log: Tag 9.0.0.M25 Added: tomcat/tags/TOMCAT_9_0_0_M25/ (props changed) - copied from r1802858, tomcat/trunk/ Modified:

svn commit: r20610 - in /dev/tomcat: tomcat-8/v8.5.18/ tomcat-9/v9.0.0.M24/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 20:11:14 2017 New Revision: 20610 Log: Drop 8.5.18 and 9.0.0.M24 since the votes did not pass. Removed: dev/tomcat/tomcat-8/v8.5.18/ dev/tomcat/tomcat-9/v9.0.0.M24/ - To unsubscribe,

svn commit: r1802865 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_19: ./ build.properties.default webapps/docs/changelog.xml

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 20:15:35 2017 New Revision: 1802865 URL: http://svn.apache.org/viewvc?rev=1802865=rev Log: Tag 8.5.19 Added: tomcat/tc8.5.x/tags/TOMCAT_8_5_19/ (props changed) - copied from r1802863, tomcat/tc8.5.x/trunk/ Modified:

[Bug 61164] Add %X option to access log for connection status

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 --- Comment #3 from Zemian Deng --- Hi Mark, yes hence the PR wasn't that big. :) I saw the comment you made on GitHub, I will take a further look later and let you know. -- You are receiving this mail because: You are

svn commit: r1802873 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 23:03:45 2017 New Revision: 1802873 URL: http://svn.apache.org/viewvc?rev=1802873=rev Log: Increment version number for next development cycle Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default

svn commit: r20615 - in /dev/tomcat/tomcat-8/v8.5.19: ./ bin/ bin/embed/ bin/extras/ src/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 21:24:16 2017 New Revision: 20615 Log: Upload 8.5.19 for voting Added: dev/tomcat/tomcat-8/v8.5.19/ dev/tomcat/tomcat-8/v8.5.19/KEYS dev/tomcat/tomcat-8/v8.5.19/README.html dev/tomcat/tomcat-8/v8.5.19/RELEASE-NOTES

svn commit: r20613 - in /dev/tomcat/tomcat-9/v9.0.0.M25: ./ bin/ bin/embed/ bin/extras/ src/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 20:27:31 2017 New Revision: 20613 Log: Upload 9.0.0.M25 for a release vote Added: dev/tomcat/tomcat-9/v9.0.0.M25/ dev/tomcat/tomcat-9/v9.0.0.M25/KEYS dev/tomcat/tomcat-9/v9.0.0.M25/README.html dev/tomcat/tomcat-9/v9.0.0.M25/RELEASE-NOTES

[Bug 61313] JNDIRealm LDAP server failover to alternateURL takes very long 15m32s

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313 --- Comment #8 from Peter --- Thanks. I tested commit 30e89f9efb571a19d2d3239db7b5e0c17f86b812 (tomcat85 repo) which works like the second possibly hacky patch. -- You are receiving this mail because: You

buildbot success in on tomcat-7-trunk

2017-07-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/826 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[GitHub] tomcat pull request #70: Add new accesslog valve pattern %X for recording co...

2017-07-24 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/70#discussion_r129111529 --- Diff: java/org/apache/catalina/valves/AbstractAccessLogValve.java --- @@ -1506,6 +1508,38 @@ public void addElement(CharArrayWriter buf, Date date,

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 18:39:01 2017 New Revision: 1802850 URL: http://svn.apache.org/viewvc?rev=1802850=rev Log: 9.0.0.M24 release was cancelled Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 18:39:16 2017 New Revision: 1802851 URL: http://svn.apache.org/viewvc?rev=1802851=rev Log: 9.5.18 release was cancelled Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

buildbot success in on tomcat-8-trunk

2017-07-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1082 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot success in on tomcat-trunk

2017-07-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2566 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1802874 - in /tomcat/tc8.5.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 23:07:37 2017 New Revision: 1802874 URL: http://svn.apache.org/viewvc?rev=1802874=rev Log: Increment version number for next development cycle Modified: tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 9.0.0.M25

2017-07-24 Thread Mark Thomas
The proposed Apache Tomcat 9.0.0.M25 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0 Note that the

[VOTE] Release Apache Tomcat 8.5.19

2017-07-24 Thread Mark Thomas
The proposed Apache Tomcat 8.5.19 release is now available for voting. The major changes compared to the 8.5.16 release are: - Enable TLS connectors to use Java key stores that contain multiple keys where each key has a separate password. Based on a patch by Frank Taffelt. - Make

[Bug 61164] Add %X option to access log for connection status

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 --- Comment #5 from Zemian Deng --- Mark, I see org.apache.coyote.AbstractProcessor#dispatch() starting line 205 contains error handling code that says "occurred on 'non-container' thread". Is this where what you want to

[Bug 61164] Add %X option to access log for connection status

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 --- Comment #4 from Zemian Deng --- I have pushed a new commit to the PR. Please review. As far as adding "container initiated (rather than client initiated) aborts", I will need to study some more before I can determine

svn commit: r1802780 - in /tomcat/trunk: conf/ java/org/apache/catalina/servlets/ test/org/apache/catalina/servlets/ test/webapp/bug49nnn/ webapps/docs/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 10:00:23 2017 New Revision: 1802780 URL: http://svn.apache.org/viewvc?rev=1802780=rev Log: Correct a further regression in the fix for bug 49464 that could cause an byte order mark character to appear at the start of content included by the DefaultServlet. Added:

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 10:09:31 2017 New Revision: 1802781 URL: http://svn.apache.org/viewvc?rev=1802781=rev Log: Exclude newly added test file from CheckStyle header check Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

Re: svn commit: r1802639 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2017-07-24 Thread Mark Thomas
On 21/07/17 20:45, csuth...@apache.org wrote: > Author: csutherl > Date: Fri Jul 21 19:45:38 2017 > New Revision: 1802639 > > URL: http://svn.apache.org/viewvc?rev=1802639=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61253 > > Add warn message when Digester.updateAttributes

Re: [VOTE] Release Apache Tomcat 8.5.18

2017-07-24 Thread Mark Thomas
The following votes were cast: Binding: +1: kkolinko, fschumacher, remm, mgrigorov -1: markt (changed from +1 due to regression) And schultz voted a possible +1 but with a query regarding a unit test failure. Non-binding George Stanchev raised a possible regression issue While there are

svn commit: r1802782 - in /tomcat/tc8.5.x/trunk: ./ conf/ java/org/apache/catalina/servlets/ test/org/apache/catalina/servlets/ test/webapp/bug49nnn/ webapps/docs/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 10:13:59 2017 New Revision: 1802782 URL: http://svn.apache.org/viewvc?rev=1802782=rev Log: Correct a further regression in the fix for bug 49464 that could cause an byte order mark character to appear at the start of content included by the DefaultServlet. Added:

[VOTE][RESULT] Release Apache Tomcat 9.0.0.M24

2017-07-24 Thread Mark Thomas
The following votes were cast: Binding: +1: huxing, fschumacher, remm, mgrigorov -1: markt (changed from +1) While there are enough votes to release, I'm going to call this result as failed, fix the regression and roll a new release. Thanks to everyone who contributed to this release. Sorry

[Bug 61330] Tomcat 8.5.16/Ubuntu ClassNotFoundException in ForkJoinPool

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61330 --- Comment #1 from Konstantin Kolinko --- weiwei, see mail thread "ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17" on usera@ list, http://tomcat.markmail.org/thread/ifoxumbw3xswdxz5 and the threads

Re: svn commit: r1802639 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2017-07-24 Thread Rémy Maucherat
On Mon, Jul 24, 2017 at 10:38 AM, Mark Thomas wrote: > On 21/07/17 20:45, csuth...@apache.org wrote: > > Author: csutherl > > Date: Fri Jul 21 19:45:38 2017 > > New Revision: 1802639 > > > > URL: http://svn.apache.org/viewvc?rev=1802639=rev > > Log: > > Fix

[Bug 61330] Tomcat 8.5.16/Ubuntu ClassNotFoundException in ForkJoinPool

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61330 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

Re: svn commit: r1802639 - in /tomcat/trunk: java/org/apache/tomcat/util/digester/Digester.java webapps/docs/changelog.xml

2017-07-24 Thread Coty Sutherland
On Mon, Jul 24, 2017 at 4:56 AM, Rémy Maucherat wrote: > On Mon, Jul 24, 2017 at 10:38 AM, Mark Thomas wrote: > >> On 21/07/17 20:45, csuth...@apache.org wrote: >> > Author: csutherl >> > Date: Fri Jul 21 19:45:38 2017 >> > New Revision: 1802639 >> > >> > URL:

svn commit: r1802799 - in /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/digester: Digester.java LocalStrings.properties

2017-07-24 Thread csutherl
Author: csutherl Date: Mon Jul 24 12:20:30 2017 New Revision: 1802799 URL: http://svn.apache.org/viewvc?rev=1802799=rev Log: Followup to r1802640, Use StringManager in log message Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/digester/Digester.java

svn commit: r1802800 - in /tomcat/trunk: ./ java/org/apache/tomcat/util/digester/Digester.java java/org/apache/tomcat/util/digester/LocalStrings.properties

2017-07-24 Thread csutherl
Author: csutherl Date: Mon Jul 24 12:22:16 2017 New Revision: 1802800 URL: http://svn.apache.org/viewvc?rev=1802800=rev Log: Followup to r1802639, Use StringManager in log message Modified: tomcat/trunk/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

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

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 12:39:29 2017 New Revision: 1802803 URL: http://svn.apache.org/viewvc?rev=1802803=rev Log: Followup to BZ 61316 fix. Change comment to correct a typo. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1802805 - in /tomcat/tc8.5.x/trunk: ./ CONTRIBUTING.md README.md build.xml

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 12:41:29 2017 New Revision: 1802805 URL: http://svn.apache.org/viewvc?rev=1802805=rev Log: Markdown markup files are text. Set svn:eol-style=native on and add them to "text.files" in build.xml. Merged r1802796 from tomcat/trunk. Modified:

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

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 12:43:00 2017 New Revision: 1802806 URL: http://svn.apache.org/viewvc?rev=1802806=rev Log: Followup to BZ 61316 fix. Change comment to correct a typo. Merged r1802803 from tomcat/trunk. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1802808 - in /tomcat/tc8.0.x/trunk: ./ CONTRIBUTING.md README.md build.xml

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 12:46:40 2017 New Revision: 1802808 URL: http://svn.apache.org/viewvc?rev=1802808=rev Log: Markdown markup files are text. Set svn:eol-style=native on and add them to "text.files" in build.xml. Merged r1802805 from tomcat/tc8.5.x/trunk. Modified:

svn commit: r1802809 - in /tomcat/tc7.0.x/trunk: ./ CONTRIBUTING.md README.md build.xml

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 12:48:38 2017 New Revision: 1802809 URL: http://svn.apache.org/viewvc?rev=1802809=rev Log: Markdown markup files are text. Set svn:eol-style=native on and add them to "text.files" in build.xml. Merged r1802808 from tomcat/tc8.0.x/trunk. Modified:

svn commit: r1802786 - /tomcat/trunk/test/webapp/bug49nnn/bug49464-utf8-bom.txt

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:32:36 2017 New Revision: 1802786 URL: http://svn.apache.org/viewvc?rev=1802786=rev Log: UTF-8 file. Set properties accordingly. Should be OK, even with a BOM present Modified: tomcat/trunk/test/webapp/bug49nnn/bug49464-utf8-bom.txt (props changed)

svn commit: r1802789 - in /tomcat/tc8.5.x/trunk: ./ test/webapp/bug49nnn/bug49464-utf8-bom.txt

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:45:47 2017 New Revision: 1802789 URL: http://svn.apache.org/viewvc?rev=1802789=rev Log: UTF-8 file. Set properties accordingly. Should be OK, even with a BOM present Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1802788 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:44:38 2017 New Revision: 1802788 URL: http://svn.apache.org/viewvc?rev=1802788=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61316 Fix corruption of UTF-16 encoded source files in released source distributions. Modified: tomcat/trunk/build.xml

svn commit: r1802792 - in /tomcat/tc8.0.x/trunk: ./ test/webapp/bug49nnn/bug49464-utf8-bom.txt

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:47:18 2017 New Revision: 1802792 URL: http://svn.apache.org/viewvc?rev=1802792=rev Log: UTF-8 file. Set properties accordingly. Should be OK, even with a BOM present Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1802783 - in /tomcat/tc8.0.x/trunk: ./ conf/ java/org/apache/catalina/servlets/ test/org/apache/catalina/servlets/ test/webapp/bug49nnn/ webapps/docs/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 10:34:03 2017 New Revision: 1802783 URL: http://svn.apache.org/viewvc?rev=1802783=rev Log: Correct a further regression in the fix for bug 49464 that could cause an byte order mark character to appear at the start of content included by the DefaultServlet. Added:

svn commit: r1802785 - in /tomcat/tc7.0.x/trunk: ./ conf/ java/org/apache/catalina/servlets/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/servlets/ test/webapp-3.0/bug49nnn/ webapps/docs/

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:17:59 2017 New Revision: 1802785 URL: http://svn.apache.org/viewvc?rev=1802785=rev Log: Correct a further regression in the fix for bug 49464 that could cause an byte order mark character to appear at the start of content included by the DefaultServlet. Added:

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

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:46:15 2017 New Revision: 1802790 URL: http://svn.apache.org/viewvc?rev=1802790=rev Log: Fix corruption of UTF-16 encoded source files in released source distributions. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/build.xml

svn commit: r1802794 - in /tomcat/tc7.0.x/trunk: ./ test/webapp-3.0/bug49nnn/bug49464-utf8-bom.txt

2017-07-24 Thread markt
Author: markt Date: Mon Jul 24 11:54:36 2017 New Revision: 1802794 URL: http://svn.apache.org/viewvc?rev=1802794=rev Log: UTF-8 file. Set properties accordingly. Should be OK, even with a BOM present Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 61316] Test files used by TestEncodingDetector test are broken in src.zip, src.tar.gz [8.5.18]

2017-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61316 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1802796 - in /tomcat/trunk: CONTRIBUTING.md README.md build.xml

2017-07-24 Thread kkolinko
Author: kkolinko Date: Mon Jul 24 11:58:04 2017 New Revision: 1802796 URL: http://svn.apache.org/viewvc?rev=1802796=rev Log: Markdown markup files are text. Set svn:eol-style=native on and add them to "text.files" in build.xml. Modified: tomcat/trunk/CONTRIBUTING.md (props changed)

Re: svn commit: r1802803 - /tomcat/trunk/build.xml

2017-07-24 Thread Mark Thomas
On 24/07/17 13:39, kkoli...@apache.org wrote: > Author: kkolinko > Date: Mon Jul 24 12:39:29 2017 > New Revision: 1802803 > > URL: http://svn.apache.org/viewvc?rev=1802803=rev > Log: > Followup to BZ 61316 fix. Change comment to correct a typo. Tx. Mark > > Modified: >