Re: [VOTE] Release Apache Tomcat 9.0.20

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

[tomcat] branch master updated: Increment version numbers for next dev cycle

2019-05-04 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 8439559 Increment version numbers for next dev

Re: [VOTE] Release Apache Tomcat 9.0.20

2019-05-04 Thread Rémy Maucherat
On Sat, May 4, 2019 at 12:52 AM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.20 release is now available for voting. > > The major changes compared to the 9.0.19 release are: > > - The useAsyncIO boolean attribute on the Connector element value now > defaults to true. > > - Stack traces

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2019-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #8 from Christopher Schultz --- Two additional thoughts: 1. Could this be implemented as a Realm which can wrap another realm? This may simplify things when a user wants to authenticate using one-of-many concrete realm

[tomcat] branch master updated: Avoid possible NPE reported by Coverity scan

2019-05-04 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 1488552 Avoid possible NPE reported by Coverity

buildbot success in on tomcat-trunk

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

[tomcat] branch master updated: Tentative Graal native image instructions

2019-05-04 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 7443c4e Tentative Graal native image

[tomcat] branch master updated: Fix instructions

2019-05-04 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 a717084 Fix instructions a717084 is described

Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 5/4/19 05:56, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.41 release is now available for > voting. > > The major changes compared to the 8.5.40 release are: > > - Stack traces written by the OneLineFormatter are fully indented. >

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2019-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #11 from Mark Thomas --- JASPIC exposes both the request and the response. The solution to this one could just be "Use JASPIC". -- You are receiving this mail because: You are the assignee for the bug.

buildbot failure in on tomcat-trunk

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

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-05-04 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190504/bin/openssl -Dexecute .test.nio=false -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar -Dexecute.test.apr=false

[tomcat] tag 8.5.41 created (now 753f956)

2019-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 8.5.41 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 753f956 (commit) This tag includes the following new commits: new 753f956 Tag 8.5.41 The 1 revisions listed

[tomcat] 01/01: Tag 8.5.41

2019-05-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 8.5.41 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 753f95658fb9a26594d8f9cc65a48de04d2e7bd7 Author: Mark Thomas AuthorDate: Sat May 4 09:51:14 2019 +0100 Tag 8.5.41 ---

[tomcat] branch master updated: Try a longer stream write timeout

2019-05-04 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 47e65d4 Try a longer stream write timeout

[tomcat] branch 8.5.x updated: Use spotbugs instead of findbugs

2019-05-04 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 96df339 Use spotbugs instead of findbugs

Re: [VOTE] Release Apache Tomcat 9.0.20

2019-05-04 Thread Igal Sapir
On 5/3/2019 3:52 PM, Mark Thomas wrote: The proposed Apache Tomcat 9.0.20 release is now available for voting. The proposed 9.0.20 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.20 Unit tests pass for NIO, NIO2, and APR on Ubuntu and Windows with Java 8 and

[tomcat] branch 8.5.x updated: Increment version numbers for next dev cycle

2019-05-04 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 d3472f6 Increment version numbers for next dev

[tomcat] branch master updated: Enable debug again

2019-05-04 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 7a471d3 Enable debug again 7a471d3 is described

[tomcat] branch master updated: Use spotbugs instead of findbugs

2019-05-04 Thread fschumacher
This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 51241d8 Use spotbugs instead of findbugs

[VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Mark Thomas
The proposed Apache Tomcat 8.5.41 release is now available for voting. The major changes compared to the 8.5.40 release are: - Stack traces written by the OneLineFormatter are fully indented. The entire stack trace is now indented by an additional TAB character. - Avoid OutOfMemoryErrors and

Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Rémy Maucherat
On Sat, May 4, 2019 at 11:57 AM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.41 release is now available for voting. > > The major changes compared to the 8.5.40 release are: > > - Stack traces written by the OneLineFormatter are fully indented. The > entire stack trace is now indented

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2019-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #10 from Remy Maucherat --- I agree you could experiment with a combined realm (lockout realm is an example of that indeed), it would need to call your listener in authenticate and invoke. -- You are receiving this mail because:

[tomcat] branch master updated: Fetch WebResource objects directly, rather than fetching Strings and then looking-up the entries individually by name.

2019-05-04 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e3ab24d Fetch WebResource objects directly,

Re: [VOTE] Release Apache Tomcat 9.0.20

2019-05-04 Thread Rémy Maucherat
On Sat, May 4, 2019 at 12:13 PM Rémy Maucherat wrote: > On Sat, May 4, 2019 at 12:52 AM Mark Thomas wrote: > >> The proposed Apache Tomcat 9.0.20 release is now available for voting. >> >> The major changes compared to the 9.0.19 release are: >> >> - The useAsyncIO boolean attribute on the

buildbot failure in on tomcat-trunk

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

svn commit: r33898 [2/2] - in /dev/tomcat/tomcat-8/v8.5.41: ./ bin/ bin/embed/ bin/extras/ src/

2019-05-04 Thread markt
Added: dev/tomcat/tomcat-8/v8.5.41/src/apache-tomcat-8.5.41-src.zip.asc == --- dev/tomcat/tomcat-8/v8.5.41/src/apache-tomcat-8.5.41-src.zip.asc (added) +++ dev/tomcat/tomcat-8/v8.5.41/src/apache-tomcat-8.5.41-src.zip.asc

svn commit: r33898 [1/2] - in /dev/tomcat/tomcat-8/v8.5.41: ./ bin/ bin/embed/ bin/extras/ src/

2019-05-04 Thread markt
Author: markt Date: Sat May 4 09:40:48 2019 New Revision: 33898 Log: Upload 8.5.41 for voting Added: dev/tomcat/tomcat-8/v8.5.41/ dev/tomcat/tomcat-8/v8.5.41/KEYS dev/tomcat/tomcat-8/v8.5.41/README.html dev/tomcat/tomcat-8/v8.5.41/RELEASE-NOTES

[Bug 59750] Amend "authenticate" method with context by means of HttpServletRequest

2019-05-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59750 --- Comment #9 from Christopher Schultz --- (In reply to Christopher Schultz from comment #8) > Two additional thoughts: > > 1. Could this be implemented as a Realm which can wrap another realm? This > may simplify things when a user wants to

buildbot success in on tomcat-trunk

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

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-05-04 Thread Bill Barker
-SNAPSHOT.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20190504/bin/openssl -Dexecute .test.nio=false -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dbndlib.jar=/srv/gump/packages/bnd/bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar -Dexecute.test.apr=false

[GitHub] [tomcat] johnkdev opened a new pull request #162: Add support for same-site cookie attribute

2019-05-04 Thread GitBox
johnkdev opened a new pull request #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162 This is an automated message from the Apache Git Service. To respond to the message, please

Re: [VOTE] Release Apache Tomcat 8.5.41

2019-05-04 Thread Igal Sapir
On 5/4/2019 2:56 AM, Mark Thomas wrote: The proposed Apache Tomcat 8.5.41 release is now available for voting. The proposed 8.5.41 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.41 Unit tests passed on Ubuntu and Windows with Java 8 and tc-native-1.2.21 Igal