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 mentioned in bug 60620.
--
Yo
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&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61253
>
> Add warn message when Digester.updateAttribute
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&view=rev
> > Log:
> > Fix https://bz.apache.org/bugzilla/sho
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 agai
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 enoug
Author: markt
Date: Mon Jul 24 10:00:23 2017
New Revision: 1802780
URL: http://svn.apache.org/viewvc?rev=1802780&view=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.
Ad
Author: markt
Date: Mon Jul 24 10:09:31 2017
New Revision: 1802781
URL: http://svn.apache.org/viewvc?rev=1802781&view=rev
Log:
Exclude newly added test file from CheckStyle header check
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomca
Author: markt
Date: Mon Jul 24 10:13:59 2017
New Revision: 1802782
URL: http://svn.apache.org/viewvc?rev=1802782&view=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.
Ad
Author: markt
Date: Mon Jul 24 10:34:03 2017
New Revision: 1802783
URL: http://svn.apache.org/viewvc?rev=1802783&view=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.
Ad
Author: markt
Date: Mon Jul 24 11:17:59 2017
New Revision: 1802785
URL: http://svn.apache.org/viewvc?rev=1802785&view=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.
Ad
Author: markt
Date: Mon Jul 24 11:32:36 2017
New Revision: 1802786
URL: http://svn.apache.org/viewvc?rev=1802786&view=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)
Pro
Author: markt
Date: Mon Jul 24 11:44:38 2017
New Revision: 1802788
URL: http://svn.apache.org/viewvc?rev=1802788&view=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.
Author: markt
Date: Mon Jul 24 11:45:47 2017
New Revision: 1802789
URL: http://svn.apache.org/viewvc?rev=1802789&view=rev
Log:
UTF-8 file. Set properties accordingly.
Should be OK, even with a BOM present
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/webapp/b
Author: markt
Date: Mon Jul 24 11:46:15 2017
New Revision: 1802790
URL: http://svn.apache.org/viewvc?rev=1802790&view=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
Author: markt
Date: Mon Jul 24 11:47:18 2017
New Revision: 1802792
URL: http://svn.apache.org/viewvc?rev=1802792&view=rev
Log:
UTF-8 file. Set properties accordingly.
Should be OK, even with a BOM present
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/webapp/b
Author: markt
Date: Mon Jul 24 11:54:36 2017
New Revision: 1802794
URL: http://svn.apache.org/viewvc?rev=1802794&view=rev
Log:
UTF-8 file. Set properties accordingly.
Should be OK, even with a BOM present
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/webapp-3
https://bz.apache.org/bugzilla/show_bug.cgi?id=61316
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kkolinko
Date: Mon Jul 24 11:58:04 2017
New Revision: 1802796
URL: http://svn.apache.org/viewvc?rev=1802796&view=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)
https://bz.apache.org/bugzilla/show_bug.cgi?id=61330
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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: http://svn.apache.org/viewvc?rev=180
Author: csutherl
Date: Mon Jul 24 12:20:30 2017
New Revision: 1802799
URL: http://svn.apache.org/viewvc?rev=1802799&view=rev
Log:
Followup to r1802640, Use StringManager in log message
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/digester/Digester.java
tomcat/tc8.5.x/trunk/
Author: csutherl
Date: Mon Jul 24 12:22:16 2017
New Revision: 1802800
URL: http://svn.apache.org/viewvc?rev=1802800&view=rev
Log:
Followup to r1802639, Use StringManager in log message
Modified:
tomcat/trunk/ (props changed)
tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.jav
Author: kkolinko
Date: Mon Jul 24 12:39:29 2017
New Revision: 1802803
URL: http://svn.apache.org/viewvc?rev=1802803&view=rev
Log:
Followup to BZ 61316 fix. Change comment to correct a typo.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/t
Author: kkolinko
Date: Mon Jul 24 12:41:29 2017
New Revision: 1802805
URL: http://svn.apache.org/viewvc?rev=1802805&view=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:
tomcat/tc8.5.
Author: kkolinko
Date: Mon Jul 24 12:43:00 2017
New Revision: 1802806
URL: http://svn.apache.org/viewvc?rev=1802806&view=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)
tomcat/tc8.5.
Author: kkolinko
Date: Mon Jul 24 12:46:40 2017
New Revision: 1802808
URL: http://svn.apache.org/viewvc?rev=1802808&view=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:
tomca
Author: kkolinko
Date: Mon Jul 24 12:48:38 2017
New Revision: 1802809
URL: http://svn.apache.org/viewvc?rev=1802809&view=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:
tomca
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&view=rev
> Log:
> Followup to BZ 61316 fix. Change comment to correct a typo.
Tx.
Mark
>
> Modified:
> tomcat/trunk/b
Author: markt
Date: Mon Jul 24 13:48:45 2017
New Revision: 1802814
URL: http://svn.apache.org/viewvc?rev=1802814&view=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 th
Author: markt
Date: Mon Jul 24 13:49:43 2017
New Revision: 1802815
URL: http://svn.apache.org/viewvc?rev=1802815&view=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 th
https://bz.apache.org/bugzilla/show_bug.cgi?id=61322
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Mon Jul 24 14:49:59 2017
New Revision: 1802820
URL: http://svn.apache.org/viewvc?rev=1802820&view=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 f
Author: markt
Date: Mon Jul 24 14:50:52 2017
New Revision: 1802821
URL: http://svn.apache.org/viewvc?rev=1802821&view=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 f
Author: markt
Date: Mon Jul 24 14:55:30 2017
New Revision: 1802823
URL: http://svn.apache.org/viewvc?rev=1802823&view=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 f
Author: markt
Date: Mon Jul 24 14:59:27 2017
New Revision: 1802825
URL: http://svn.apache.org/viewvc?rev=1802825&view=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 f
https://bz.apache.org/bugzilla/show_bug.cgi?id=61313
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jul 24 15:21:40 2017
New Revision: 1802828
URL: http://svn.apache.org/viewvc?rev=1802828&view=rev
Log:
Fix a possible conflict when running multiple instances of the Tomcat unit
tests on the same server.
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestWeba
Author: markt
Date: Mon Jul 24 15:22:07 2017
New Revision: 1802829
URL: http://svn.apache.org/viewvc?rev=1802829&view=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)
tomcat/tc
Author: markt
Date: Mon Jul 24 15:22:32 2017
New Revision: 1802830
URL: http://svn.apache.org/viewvc?rev=1802830&view=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)
tomcat/tc
Author: markt
Date: Mon Jul 24 15:23:27 2017
New Revision: 1802831
URL: http://svn.apache.org/viewvc?rev=1802831&view=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)
tomcat/tc
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 schedu
Author: markt
Date: Mon Jul 24 15:45:29 2017
New Revision: 1802833
URL: http://svn.apache.org/viewvc?rev=1802833&view=rev
Log:
Follow-up to r1802828
Ensure the docBase is absolute
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java
Modified:
tomcat/trun
Author: markt
Date: Mon Jul 24 15:46:04 2017
New Revision: 1802834
URL: http://svn.apache.org/viewvc?rev=1802834&view=rev
Log:
Follow-up to r1802829
Ensure the docBase is absolute
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/catalina/loader/TestW
Author: markt
Date: Mon Jul 24 15:46:26 2017
New Revision: 1802835
URL: http://svn.apache.org/viewvc?rev=1802835&view=rev
Log:
Follow-up to r1802830
Ensure the docBase is absolute
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/loader/TestW
Author: markt
Date: Mon Jul 24 15:48:02 2017
New Revision: 1802836
URL: http://svn.apache.org/viewvc?rev=1802836&view=rev
Log:
Better temporary docBase name (easier to delete)
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java
Modified:
tomcat/trunk/te
Author: markt
Date: Mon Jul 24 15:48:33 2017
New Revision: 1802837
URL: http://svn.apache.org/viewvc?rev=1802837&view=rev
Log:
Better temporary docBase name (easier to delete)
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/catalina/loader/TestWebap
Author: markt
Date: Mon Jul 24 15:49:06 2017
New Revision: 1802838
URL: http://svn.apache.org/viewvc?rev=1802838&view=rev
Log:
Better temporary docBase name (easier to delete)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/loader/TestWebap
Author: markt
Date: Mon Jul 24 15:50:45 2017
New Revision: 1802839
URL: http://svn.apache.org/viewvc?rev=1802839&view=rev
Log:
Follow-up to r1802831
Ensure the docBase is absolute
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/loader/TestW
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 sc
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 I was wrong. Becaus
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 sch
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 sch
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 are the assignee for the bug.
---
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 AnyBranchScheduler
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 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, Requ
Author: markt
Date: Mon Jul 24 18:39:01 2017
New Revision: 1802850
URL: http://svn.apache.org/viewvc?rev=1802850&view=rev
Log:
9.0.0.M24 release was cancelled
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewv
Author: markt
Date: Mon Jul 24 18:39:16 2017
New Revision: 1802851
URL: http://svn.apache.org/viewvc?rev=1802851&view=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:
http://svn.apa
Author: markt
Date: Mon Jul 24 20:02:37 2017
New Revision: 1802859
URL: http://svn.apache.org/viewvc?rev=1802859&view=rev
Log:
Tag 9.0.0.M25
Added:
tomcat/tags/TOMCAT_9_0_0_M25/ (props changed)
- copied from r1802858, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_9_0_0_M25/build.prop
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, e-mai
Author: markt
Date: Mon Jul 24 20:15:35 2017
New Revision: 1802865
URL: http://svn.apache.org/viewvc?rev=1802865&view=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:
tomcat/tc8.5.x/tags/TOMCAT_8_
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
dev/tomc
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 the assignee for the b
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
dev/tomcat/tomcat-8/v8.5.19/bin
Author: markt
Date: Mon Jul 24 23:03:45 2017
New Revision: 1802873
URL: http://svn.apache.org/viewvc?rev=1802873&view=rev
Log:
Increment version number for next development cycle
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/res/maven/mvn.properties.default
tomcat/trunk
Author: markt
Date: Mon Jul 24 23:07:37 2017
New Revision: 1802874
URL: http://svn.apache.org/viewvc?rev=1802874&view=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
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 9.0.0.M
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 asynchronou
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 where to add the new r
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 start tracking with a n
70 matches
Mail list logo