Re: javax.tools based JSP compiler

2019-05-13 Thread Emmanuel Bourg
Le 13/05/2019 à 12:17, Mark Thomas a écrit : > If I am understanding this all correctly, the proposed way forward is to > (eventually) replace the Ant compiler with the JSR199 based Javac > compiler? If so, then +1 from me. I mostly aim at providing an easy way to use the new language features in

[tomcat] branch master updated: Add async IO API to APR

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 fdaa8c1 Add async IO API to APR fdaa8c1 is descri

small extension for Tomcat in ApacheConNA2019

2019-05-13 Thread jean-frederic clere
Hi, We have a small extension for The Tomcat track in ApacheConNA2019 CfP until Tuesday 23h59 GMT! Go and submit now ;-) -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comman

[Bug 63403] TestHttp2InitialConnection test is failing on a non-English PC (i18n)

2019-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63403 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63403

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c7095ae Fix https://bz.apache.org/bugzilla/show_bu

[tomcat] branch master updated (0ec8370 -> a6cda98)

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 0ec8370 Silence an IDE warning add a6cda98 Improve clean-up after an OOME during request processing No new rev

[GitHub] [tomcat] farnulfo commented on issue #165: Implementation of SameSite cookie attribute

2019-05-13 Thread GitBox
farnulfo commented on issue #165: Implementation of SameSite cookie attribute URL: https://github.com/apache/tomcat/pull/165#issuecomment-491922297 I'm really sorry I didn't see the PR https://github.com/apache/tomcat/pull/162 . I closed mine. --

[GitHub] [tomcat] farnulfo closed pull request #165: Implementation of SameSite cookie attribute

2019-05-13 Thread GitBox
farnulfo closed pull request #165: Implementation of SameSite cookie attribute URL: https://github.com/apache/tomcat/pull/165 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tomcat] farnulfo opened a new pull request #165: Implementation of SameSite cookie attribute

2019-05-13 Thread GitBox
farnulfo opened a new pull request #165: Implementation of SameSite cookie attribute URL: https://github.com/apache/tomcat/pull/165 # Introduction Hi folks, this pull request is an attemp to implement the SameSite cookie attribute according to https://tools.ietf.org/html/draft-ietf-ht

[Bug 60174] HeadersTooLargeException should be logged

2019-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60174 Mark Thomas changed: What|Removed |Added CC||ch...@cerskine.com --- Comment #2 from M

[Bug 63397] Exception should be logged rather than having to increase log level.

2019-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63397 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[GitHub] [tomcat] markt-asf commented on issue #162: Add support for same-site cookie attribute

2019-05-13 Thread GitBox
markt-asf commented on issue #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162#issuecomment-491890888 We have no latitude to change any part of a spec API. Being able to set a default for this is better than not being able to set anything at all

[GitHub] [tomcat] ChristopherSchultz commented on issue #162: Add support for same-site cookie attribute

2019-05-13 Thread GitBox
ChristopherSchultz commented on issue #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162#issuecomment-491889201 Thank you for the proposed patch. Understanding that changing the definition of a class in the `javax.servlet` namespace (name

[Bug 63407] EL Compiler can not compile when the EL contains a java reserved word

2019-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63407 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED OS|

Re: JDK 13 - Early Access build 20 is available

2019-05-13 Thread Rory O'Donnell
Thanks for the update Mark! On 13/05/2019 12:53, Mark Thomas wrote: On 10/05/2019 09:18, Rory O'Donnell wrote: Hi Mark, *OpenJDK builds *- JDK 13 - Early Access build 20 is available at http://jdk.java.net/13/ Builds Tomcat 9.0.x HEAD without error and passes a simple smoke test.

[tomcat] branch master updated: Silence an IDE warning

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 0ec8370 Silence an IDE warning 0ec8370 is descri

[GitHub] [tomcat] markt-asf commented on issue #162: Add support for same-site cookie attribute

2019-05-13 Thread GitBox
markt-asf commented on issue #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162#issuecomment-491875787 Sorry, any new configuration option needs to be added to the docs as well. Thi

[tomcat] branch master updated: Add missing connection id to log message

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 2a56e14 Add missing connection id to log message

[GitHub] [tomcat] markt-asf commented on issue #162: Add support for same-site cookie attribute

2019-05-13 Thread GitBox
markt-asf commented on issue #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162#issuecomment-491869493 The configuration should be on the CookieProcessor, not the Context. We also need to look at https://scotthelme.co.uk/tough-cookies/ but that i

[tomcat] branch master updated: Ensure context default request encoding applies to getReader()

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 b0a743e Ensure context default request encoding

[GitHub] [tomcat] rmaucher closed pull request #163: Remove multiple pollers from NIO

2019-05-13 Thread GitBox
rmaucher closed pull request #163: Remove multiple pollers from NIO URL: https://github.com/apache/tomcat/pull/163 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [tomcat] rmaucher commented on issue #163: Remove multiple pollers from NIO

2019-05-13 Thread GitBox
rmaucher commented on issue #163: Remove multiple pollers from NIO URL: https://github.com/apache/tomcat/pull/163#issuecomment-491806081 Commited as e813ae0d9329ebf4b95c02043c39c676edb47d3c since nobody complained about it. T

[tomcat] branch master updated: Remove poller thread count from NIO connector

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 e813ae0 Remove poller thread count from NIO conne

[tomcat] branch master updated: Forgot to stage the main resource file ...

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6c3da66 Forgot to stage the main resource file ..

[tomcat] branch master updated: Fix message (no param used)

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 263f9f9 Fix message (no param used) 263f9f9 is de

Re: JDK 13 - Early Access build 20 is available

2019-05-13 Thread Mark Thomas
On 10/05/2019 09:18, Rory O'Donnell wrote: > > Hi Mark, > > > *OpenJDK builds *- JDK 13 - Early Access build 20 is available at > http://jdk.java.net/13/ Builds Tomcat 9.0.x HEAD without error and passes a simple smoke test. Unit tests pass for 9.0.x HEAD on Linux for NIO, NIO2 and A

[tomcat] 02/02: Fix javadoc warning

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 528058511246d702698feb0fc542f28412adfab3 Author: Mark Thomas AuthorDate: Mon May 13 12:51:44 2019 +0100 Fix javadoc w

[tomcat] branch 8.5.x updated (50ea37e -> 5280585)

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 50ea37e Fix concurrency issue that caused intermittent h2 test failures new 6c7d587 Fix unused import warnings

[tomcat] 01/02: Fix unused import warnings

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6c7d587975ed47ca123a0f4513d75c887b6af464 Author: Mark Thomas AuthorDate: Mon May 13 12:51:38 2019 +0100 Fix unused im

Re: javax.tools based JSP compiler

2019-05-13 Thread Mark Thomas
On 11/05/2019 21:23, Emmanuel Bourg wrote: > Le 11/05/2019 à 00:46, Emmanuel Bourg a écrit : > >> - I'm not sure about the performance, ECJ was known to be faster than >> javac in the past but I don't know if it's still true today. > > I ran a quick test on an old Core 2 Duo with a SSD, compiling

[tomcat] branch 8.5.x updated: Fix concurrency issue that caused intermittent h2 test failures

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 50ea37e Fix concurrency issue that caused intermit

[tomcat] branch master updated: Remove now dead code

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 cf8a91a Remove now dead code cf8a91a is described

[tomcat] 01/02: Update comments

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 95b65e0603f4bbcc413cdf621fdbffbd6ba2def2 Author: Mark Thomas AuthorDate: Mon May 13 09:38:35 2019 +0100 Update comme

[tomcat] branch master updated (44fbe2c -> 61bb221)

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 44fbe2c More Graal tweaks and docs new 95b65e0 Update comments new 61bb221 Fix typo The 2 revisions list

[tomcat] 02/02: Fix typo

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 61bb22183b51cc631e9c26c55cf04ac74a7e0823 Author: Mark Thomas AuthorDate: Mon May 13 09:38:42 2019 +0100 Fix typo ---

[tomcat] branch master updated: More Graal tweaks and docs

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 44fbe2c More Graal tweaks and docs 44fbe2c is des

[tomcat] branch 8.5.x updated: Add 8.5.41 release date

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 7cc6e5d Add 8.5.41 release date 7cc6e5d is describ

[tomcat] branch master updated: Add 9.0.20 release date

2019-05-13 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 73f55ef Add 9.0.20 release date 73f55ef is descr

svn commit: r34004 - /dev/tomcat/tomcat-8/v8.5.41/ /release/tomcat/tomcat-8/v8.5.41/

2019-05-13 Thread markt
Author: markt Date: Mon May 13 08:01:23 2019 New Revision: 34004 Log: Release Apache Tomcat 8.5.41 Added: release/tomcat/tomcat-8/v8.5.41/ - copied from r34003, dev/tomcat/tomcat-8/v8.5.41/ Removed: dev/tomcat/tomcat-8/v8.5.41/ -

svn commit: r34003 - /release/tomcat/tomcat-9/v9.0.17/

2019-05-13 Thread markt
Author: markt Date: Mon May 13 08:00:43 2019 New Revision: 34003 Log: Drop Tomcat 9.0.17 from mirrors Removed: release/tomcat/tomcat-9/v9.0.17/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comm

svn commit: r34002 - /dev/tomcat/tomcat-9/v9.0.20/ /release/tomcat/tomcat-9/v9.0.20/

2019-05-13 Thread markt
Author: markt Date: Mon May 13 08:00:18 2019 New Revision: 34002 Log: Release Apache Tomcat 9.0.20 Added: release/tomcat/tomcat-9/v9.0.20/ - copied from r34001, dev/tomcat/tomcat-9/v9.0.20/ Removed: dev/tomcat/tomcat-9/v9.0.20/ -

Re: [VOTE][RESULT] Release Apache Tomcat 8.5.41

2019-05-13 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, schultz, isapir, markt No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...

Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-13 Thread Mark Thomas
On 04/05/2019 10:56, Mark Thomas wrote: > The proposed 8.5.41 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.41 Unit tests pass for NIO, NIO2 and APR/native with Tomcat Native 1.2.21 on Linux, OSX and Windows. Mark --

[VOTE][RESULT] Release Apache Tomcat 9.0.20

2019-05-13 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, remm, isapir No other votes were cast. The vote therefore passes. I'll note the WebSocket + SecurityManager regression and the HTTP/2 timeout issues in the release announcement. Thank you to everyone who voted for this release. -

[tomcat] branch master updated: Avoid other cases of NPEs on stop

2019-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 f562edd Avoid other cases of NPEs on stop f562edd