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

2020-09-15 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, kfujino, mgrigorov, markt, fhanik, csutherl Non-binding: +1: Raymond Auge The vote therefore passes. Thank you to everyone who has contributed to this release. Mark - To

svn commit: r1881734 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:42:30 2020 New Revision: 1881734 URL: http://svn.apache.org/viewvc?rev=1881734=rev Log: Fix copy/paste error Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

[tomcat] branch master updated: Replace "".equals(a) with a.isEmpty()

2020-09-15 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 f550254 Replace "".equals(a) with

[tomcat] branch 9.0.x updated: Replace "".equals(a) with a.isEmpty()

2020-09-15 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new a666c70 Replace "".equals(a) with a.isEmpty()

svn commit: r1881733 - in /tomcat/site/trunk: ./ docs/ xdocs/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:40:37 2020 New Revision: 1881733 URL: http://svn.apache.org/viewvc?rev=1881733=rev Log: Update site for 10.0.0-M8 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-10.html tomcat/site/trunk/docs/index.html

svn commit: r1881732 - in /tomcat/site/trunk/docs/tomcat-10.0-doc: ./ annotationapi/ annotationapi/jakarta/annotation/ annotationapi/jakarta/annotation/security/ annotationapi/jakarta/annotation/sql/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:39:02 2020 New Revision: 1881732 URL: http://svn.apache.org/viewvc?rev=1881732=rev Log: Update Javadoc for Apache Tomcat 10.0.0-M8 release [This commit notification would consist of 80 parts, which exceeds the limit of 50 ones, so it was shortened to the

[GitHub] [tomcat] martin-g merged pull request #356: Micro optimization: replace "".equals(a) with a.isEmpty()

2020-09-15 Thread GitBox
martin-g merged pull request #356: URL: https://github.com/apache/tomcat/pull/356 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

svn commit: r41462 - /release/tomcat/tomcat-10/v10.0.0-M7/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:56:13 2020 New Revision: 41462 Log: Drop old release from mirrors Removed: release/tomcat/tomcat-10/v10.0.0-M7/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r41461 - /dev/tomcat/tomcat-9/v9.0.38/ /release/tomcat/tomcat-9/v9.0.38/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:55:46 2020 New Revision: 41461 Log: Release Apache Tomcat 9.0.38 Added: release/tomcat/tomcat-9/v9.0.38/ - copied from r41460, dev/tomcat/tomcat-9/v9.0.38/ Removed: dev/tomcat/tomcat-9/v9.0.38/

svn commit: r41460 - in /release/tomcat: tomcat-10/v10.0.0-M6/ tomcat-8/v8.5.56/ tomcat-9/v9.0.36/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 08:20:14 2020 New Revision: 41460 Log: Drop old releases from mirrors Removed: release/tomcat/tomcat-10/v10.0.0-M6/ release/tomcat/tomcat-8/v8.5.56/ release/tomcat/tomcat-9/v9.0.36/ -

[ANN] Apache Tomcat 10.0.0-M8 available

2020-09-15 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.0.0-M8. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

Re: Deprecated JDBCRealm

2020-09-15 Thread Martin Grigorov
On Mon, Sep 14, 2020 at 9:53 PM Mark Thomas wrote: > All, > > I'd like to proposed the following: > - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x > - Remove the JDBCRealm in 10.0.x > > The reasons for this are: > - The JDBCRealm is single threaded > - The DataSourceRealm is a better

[tomcat] branch 8.5.x updated: Replace "".equals(a) with a.isEmpty()

2020-09-15 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 4d5d395 Replace "".equals(a) with a.isEmpty()

Re: Deprecated JDBCRealm

2020-09-15 Thread Mark Thomas
On 15/09/2020 14:12, Konstantin Kolinko wrote: > пн, 14 сент. 2020 г. в 21:53, Mark Thomas : >> >> All, >> >> I'd like to proposed the following: >> - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x >> - Remove the JDBCRealm in 10.0.x >> >> The reasons for this are: >> - The JDBCRealm is single

[tomcat] branch master updated: Add SameSite=strict to Manager and Host Manager cookies

2020-09-15 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 d381d87 Add SameSite=strict to Manager and Host

Re: [tomcat] branch master updated: Replace "".equals(a) with a.isEmpty()

2020-09-15 Thread Mark Thomas
On 15/09/2020 10:21, mgrigo...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > mgrigorov 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

[tomcat] branch 7.0.x updated: Update Tomcat Native to 1.2.25

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 3875dc9 Update Tomcat Native to 1.2.25 3875dc9 is

[GitHub] [tomcat] martin-g commented on pull request #361: Add a GitHub action to lint the Markdown and YAML files.

2020-09-15 Thread GitBox
martin-g commented on pull request #361: URL: https://github.com/apache/tomcat/pull/361#issuecomment-692710101 Thanks! Looks better now! Let's see what others think about this linters. This is an automated message from

[tomcat] 01/02: Don't send an HTTP/2 ping when the connection is known to be closing

2020-09-15 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 77caf7ec15f0e381869349698531a30622c2ebe9 Author: Mark Thomas AuthorDate: Mon Sep 14 18:47:17 2020 +0100 Don't send

[tomcat] branch 8.5.x updated (4d5d395 -> 918e09e)

2020-09-15 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 4d5d395 Replace "".equals(a) with a.isEmpty() new 77caf7e Don't send an HTTP/2 ping when the connection is

[tomcat] 02/02: Add SameSite=strict to Manager and Host Manager cookies

2020-09-15 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 918e09ec6fa1b08b42638583a4da531b123d84d0 Author: Mark Thomas AuthorDate: Tue Sep 15 11:40:40 2020 +0100 Add

Tag Tomcat 7

2020-09-15 Thread Violeta Georgieva
Hi, Tomorrow I'm going to prepare Tomcat 7 for a release/vote. Please reply here if you need more time for additional fixes. Thanks, Violeta

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

Re: Deprecated JDBCRealm

2020-09-15 Thread Rémy Maucherat
On Tue, Sep 15, 2020 at 3:26 PM Mark Thomas wrote: > On 15/09/2020 14:12, Konstantin Kolinko wrote: > > пн, 14 сент. 2020 г. в 21:53, Mark Thomas : > >> > >> All, > >> > >> I'd like to proposed the following: > >> - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x > >> - Remove the JDBCRealm

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 d14d690 Fix race condition when saving and

[GitHub] [tomcat] jbampton opened a new pull request #364: Fix case of HTML and SHTML

2020-09-15 Thread GitBox
jbampton opened a new pull request #364: URL: https://github.com/apache/tomcat/pull/364 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: Deprecated JDBCRealm

2020-09-15 Thread Keiichi Fujino
2020年9月15日(火) 3:53 Mark Thomas : > All, > > I'd like to proposed the following: > - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x > - Remove the JDBCRealm in 10.0.x > > The reasons for this are: > - The JDBCRealm is single threaded > - The DataSourceRealm is a better solution > > Thoughts? >

[tomcat] branch 9.0.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 33ec983 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 d14d690 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 d14d690 Fix race condition when saving and

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 d14d690 Fix race condition when saving and

Re: [tomcat] branch master updated: Replace "".equals(a) with a.isEmpty()

2020-09-15 Thread Martin Grigorov
On Tue, Sep 15, 2020 at 1:52 PM Mark Thomas wrote: > On 15/09/2020 10:21, mgrigo...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > mgrigorov pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > >

Re: Deprecated JDBCRealm

2020-09-15 Thread Konstantin Kolinko
пн, 14 сент. 2020 г. в 21:53, Mark Thomas : > > All, > > I'd like to proposed the following: > - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x > - Remove the JDBCRealm in 10.0.x > > The reasons for this are: > - The JDBCRealm is single threaded > - The DataSourceRealm is a better solution > >

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 d14d690 Fix race condition when saving and

[tomcat] 01/03: Don't send an HTTP/2 ping when the connection is known to be closing

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 831f685e26746b18276c7d5dc04800b13e459183 Author: Mark Thomas AuthorDate: Mon Sep 14 18:47:17 2020 +0100 Don't send

[tomcat] 03/03: Add SameSite=strict to Manager and Host Manager cookies

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3405dec9efb027252ddba005d6e44dda4c9f43df Author: Mark Thomas AuthorDate: Tue Sep 15 11:40:40 2020 +0100 Add

[tomcat] 02/03: Use UPGRADED to ensure timeouts are processed

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8d9ea69b5b6078f836c16fe2528d03814ecb0691 Author: Mark Thomas AuthorDate: Mon Sep 14 18:48:13 2020 +0100 Use UPGRADED

[tomcat] branch 9.0.x updated (a666c70 -> 3405dec)

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from a666c70 Replace "".equals(a) with a.isEmpty() new 831f685 Don't send an HTTP/2 ping when the connection is

[GitHub] [tomcat] jbampton commented on pull request #361: Add a GitHub action to lint the Markdown and YAML files.

2020-09-15 Thread GitBox
jbampton commented on pull request #361: URL: https://github.com/apache/tomcat/pull/361#issuecomment-692703262 Hey @martin-g I have moved both config files to the `.github` folder. If we put them in the `.github/workflows/` folder, GitHub will think they are both workflows.

Release Announcement: General Availability of Java 15 / JDK 15

2020-09-15 Thread Rory O'Donnell
Hi Mark, **Release Announcement: General Availability of Java 15 / JDK 15 [1] ** * JDK 15, the reference implementation of Java 15, is now Generally Available. * GPL-licensed OpenJDK builds from Oracle are available here: http://jdk.java.net/15/ * JDK 15 Release notes

[tomcat] branch 8.5.x updated (08b8f9d -> 73da693)

2020-09-15 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 08b8f9d Fix typos new 301fe56 Documentation improvements in preparation for deprecating JDBCRealm new

[tomcat] 01/02: Documentation improvements in preparation for deprecating JDBCRealm

2020-09-15 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 301fe5663666f7e9c244168f20a6be3f5d6991b9 Author: Mark Thomas AuthorDate: Tue Sep 15 14:32:23 2020 +0100

[tomcat] 02/02: Deprecate JDBCRealm

2020-09-15 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 73da693d2b7798cc5e539faadc117f2250398c09 Author: Mark Thomas AuthorDate: Tue Sep 15 14:44:40 2020 +0100 Deprecate

[tomcat] branch master updated: Update changelog

2020-09-15 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 d94684a Update changelog d94684a is described

[tomcat] branch 9.0.x updated: Fix typos

2020-09-15 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 49aa2b3 Fix typos 49aa2b3 is described below

[tomcat] branch master updated: Fix typos

2020-09-15 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 f438fd5 Fix typos f438fd5 is described

Re: [tomcat] branch master updated: Fix possible concurrency issue

2020-09-15 Thread Mark Thomas
On 15/09/2020 17:35, ma...@apache.org wrote: > 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

[tomcat] branch 9.0.x updated (49aa2b3 -> b2a97a8)

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 49aa2b3 Fix typos new a0f8a6a Documentation improvements in preparation for deprecating JDBCRealm new

[tomcat] 01/02: Documentation improvements in preparation for deprecating JDBCRealm

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a0f8a6a97cda296c18be3b4ad434551102c77d11 Author: Mark Thomas AuthorDate: Tue Sep 15 14:32:23 2020 +0100

[tomcat] 02/02: Deprecate JDBCRealm

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b2a97a84eab79cef12ef24b3e320a528e5d75631 Author: Mark Thomas AuthorDate: Tue Sep 15 14:44:40 2020 +0100 Deprecate

[tomcat] branch master updated: Avoid NPE and keep original behaviour

2020-09-15 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 8290514 Avoid NPE and keep original behaviour

[tomcat] branch 8.5.x updated: Avoid NPE and keep original behaviour

2020-09-15 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 bfccc40 Avoid NPE and keep original behaviour

[tomcat] branch master updated: Fix possible concurrency issue

2020-09-15 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 6c21ee5 Fix possible concurrency issue 6c21ee5

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

2020-09-15 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, mgrigorov, fhanik No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. - To unsubscribe, e-mail:

svn commit: r41467 - /dev/tomcat/tomcat-8/v8.5.58/ /release/tomcat/tomcat-8/v8.5.58/

2020-09-15 Thread markt
Author: markt Date: Tue Sep 15 17:01:34 2020 New Revision: 41467 Log: Release Apache Tomcat 8.5.58 Added: release/tomcat/tomcat-8/v8.5.58/ - copied from r41466, dev/tomcat/tomcat-8/v8.5.58/ Removed: dev/tomcat/tomcat-8/v8.5.58/

[tomcat-native] branch master updated: Enable building to continue against 1.1.1 and 3.x

2020-09-15 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-native.git The following commit(s) were added to refs/heads/master by this push: new 3ee4a3f Enable building to continue

[tomcat] branch 7.0.x updated: Fix typos

2020-09-15 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 e4f402d Fix typos e4f402d is described below

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2020-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 cameraezviz changed: What|Removed |Added URL||https://ngaydem.vn/tin-tuc/

[tomcat] branch 8.5.x updated: Fix possible concurrency issue

2020-09-15 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 73ee876 Fix possible concurrency issue 73ee876 is

[tomcat] branch 9.0.x updated: Fix possible concurrency issue

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new a233ffd Fix possible concurrency issue a233ffd is

[Bug 64715] PasswordValidationCallback not supported

2020-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64715 --- Comment #16 from Mark Thomas --- All valid points regarding the expected behaviour of CallbackHandlers. I'd recommend raising issues against the Jakarta Authentication spec: https://github.com/eclipse-ee4j/authentication/issues -- You

[tomcat] branch 7.0.x updated: Align closer to 8.5.x. Trivial commit to trigger CI.

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 de4e6c4 Align closer to 8.5.x. Trivial commit to

[tomcat] 02/02: Deprecate JDBCRealm

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 15bbc3d545f4052b082ea726ec66bc7a20dd0460 Author: Mark Thomas AuthorDate: Tue Sep 15 14:44:40 2020 +0100 Deprecate

[tomcat] 01/02: Documentation improvements in preparation for deprecating JDBCRealm

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4bac072db10ee573d518f84d576ff405621bb446 Author: Mark Thomas AuthorDate: Tue Sep 15 14:32:23 2020 +0100

[tomcat] branch 7.0.x updated (e4f402d -> 15bbc3d)

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from e4f402d Fix typos new 4bac072 Documentation improvements in preparation for deprecating JDBCRealm new

buildbot success in on tomcat-7-trunk

2020-09-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1773 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 9.0.x updated: Avoid NPE and keep original behaviour

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 273c36f Avoid NPE and keep original behaviour

[tomcat] branch 8.5.x updated: Fix typos

2020-09-15 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 08b8f9d Fix typos 08b8f9d is described below

[tomcat] 03/03: Remove deprecated JDBCRealm

2020-09-15 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 c714bfdfbeb37a7fcc679143a35fd72ac40cdabf Author: Mark Thomas AuthorDate: Tue Sep 15 15:01:18 2020 +0100 Remove

[tomcat] branch master updated (f438fd5 -> c714bfd)

2020-09-15 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 f438fd5 Fix typos new 3b15ba9 Documentation improvements in preparation for deprecating JDBCRealm new

[tomcat] 01/03: Documentation improvements in preparation for deprecating JDBCRealm

2020-09-15 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 3b15ba95dc681a39ea6115cfc351c0270f2dbfea Author: Mark Thomas AuthorDate: Tue Sep 15 14:32:23 2020 +0100

[tomcat] 02/03: Deprecate JDBCRealm

2020-09-15 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 20181bb9b7dc6d9407dd3c9430c4d79f880c1027 Author: Mark Thomas AuthorDate: Tue Sep 15 14:44:40 2020 +0100 Deprecate

[tomcat] branch 8.5.x updated: Make test more robust

2020-09-15 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 0ee5590 Make test more robust 0ee5590 is

[tomcat] branch 9.0.x updated: Make test more robust

2020-09-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 0c04042 Make test more robust 0c04042 is

[tomcat] branch master updated: Make test more robust

2020-09-15 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 d0971a5 Make test more robust d0971a5 is

Re: [tomcat] branch master updated: Fix possible concurrency issue

2020-09-15 Thread Mark Thomas
On 15/09/2020 17:42, Mark Thomas wrote: > On 15/09/2020 17:35, ma...@apache.org wrote: >> 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

[GitHub] [tomcat] kamnani commented on a change in pull request #354: Optimize Server startup time using multi-threading for annotation scanning

2020-09-15 Thread GitBox
kamnani commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r489070249 ## File path: java/org/apache/catalina/startup/ContextConfig.java ## @@ -2136,26 +2146,98 @@ protected InputSource getWebXmlSource(String filename, boolean

[GitHub] [tomcat] kamnani commented on a change in pull request #354: Optimize Server startup time using multi-threading for annotation scanning

2020-09-15 Thread GitBox
kamnani commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r489070396 ## File path: java/org/apache/catalina/startup/LocalStrings_fr.properties ## @@ -69,6 +69,7 @@ contextConfig.missingRealm=Aucun royaume (realm) n'a été

[GitHub] [tomcat] kamnani commented on a change in pull request #354: Optimize Server startup time using multi-threading for annotation scanning

2020-09-15 Thread GitBox
kamnani commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r489070249 ## File path: java/org/apache/catalina/startup/ContextConfig.java ## @@ -2136,26 +2146,98 @@ protected InputSource getWebXmlSource(String filename, boolean

Re: Release Announcement: General Availability of Java 15 / JDK 15

2020-09-15 Thread Martin Grigorov
Hi Rory, I've just run the build and tests of Tomcat 9.0.x with JDK 15+36-1562 and 16-ea+15-631 on x86_64 and aarch64. No regressions found! Regards, Martin On Tue, Sep 15, 2020 at 5:52 PM Rory O'Donnell wrote: > Hi Mark, > > **Release Announcement: General Availability of Java 15 / JDK 15