[Bug 64712] javax.servlet.http.authType not evaluated after JASPIC authentication success

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64712 --- Comment #7 from Robert Rodewald --- Created attachment 37427 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37427&action=edit Patch for Bug 64712 - Adds evaluation of "javax.servlet.http.authType" in messageInfo.getMap() - Removes

[Bug 64713] Principal is cached in session if javax.servlet.http.registerSession is set to false

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64713 --- Comment #4 from Robert Rodewald --- Created attachment 37428 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37428&action=edit Patch for Bug 64713 - extended evaluation of "jakarta.servlet.http.registerSession" (false value disables

[Bug 64713] Principal is cached in session if javax.servlet.http.registerSession is set to false

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64713 Robert Rodewald changed: What|Removed |Added Attachment #37428|0 |1 is obsolete|

[Bug 64713] Principal is cached in session if javax.servlet.http.registerSession is set to false

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64713 --- Comment #6 from Mark Thomas --- Thanks for this. I'd looked at bug 64712 and come up with a patch for that that also (I thought) addressed this bug but I had missed your case 3. Using getOrDefault is tempting but given the importance of g

[Bug 64644] wrong state of WsSession on network outage

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644 --- Comment #7 from Saksham Verma --- (In reply to Mark Thomas from comment #6) > Fixed in: > - master for 10.0.0-M8 onwards > - 9.0.x for 9.0.38 onwards > - 8.5.x for 8.5.58 onwards > - 7.0.x for 7.0.106 onwards > > Thanks for the PR and for

[tomcat] branch master updated: Fix BZ 64712 and 64713. JASPIC fixes

2020-09-07 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 2e2f6ad Fix BZ 64712 and 64713. JASPIC fixes 2e2

[tomcat] branch 9.0.x updated: Fix BZ 64712 and 64713. JASPIC fixes

2020-09-07 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 8a14e6f Fix BZ 64712 and 64713. JASPIC fixes 8a14e

[Bug 64713] Principal is cached in session if javax.servlet.http.registerSession is set to false

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64713 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 64712] javax.servlet.http.authType not evaluated after JASPIC authentication success

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64712 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 8.5.x updated: Fix BZ 64712 and 64713. JASPIC fixes

2020-09-07 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 a7a99c6 Fix BZ 64712 and 64713. JASPIC fixes a7a99

[tomcat-native] branch master updated: Update with actual release date for 1.2.25

2020-09-07 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 da410aa Update with actual release date f

svn commit: r1881528 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2020.html

2020-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:02:34 2020 New Revision: 1881528 URL: http://svn.apache.org/viewvc?rev=1881528&view=rev Log: Update docs for 1.2.25 release Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/si

[tomcat-native] branch master updated: Update ignores

2020-09-07 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 48ea9c3 Update ignores 48ea9c3 is describ

svn commit: r1881529 - in /tomcat/site/trunk: docs/download-native.html docs/index.html docs/oldnews.html xdocs/download-native.xml xdocs/index.xml xdocs/oldnews.xml

2020-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:09:19 2020 New Revision: 1881529 URL: http://svn.apache.org/viewvc?rev=1881529&view=rev Log: Update site for Native 1.2.25 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.h

svn commit: r41338 - /release/tomcat/tomcat-connectors/native/1.2.24/

2020-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:10:09 2020 New Revision: 41338 Log: Drop Native 1.2.24 from mirrors Removed: release/tomcat/tomcat-connectors/native/1.2.24/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

[ANN] Apache Tomcat Native 1.2.25 released

2020-09-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.25 stable. The key features of this release are: - Improvements to the build system - Add an option to allow the OCSP check to be bypassed Please refer to the change log for the complete list of changes: http:

[Bug 64715] New: PasswordValidationCallback not supported

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64715 Bug ID: 64715 Summary: PasswordValidationCallback not supported Product: Tomcat 9 Version: 9.0.37 Hardware: PC OS: All Status: NEW Severity: minor

[tomcat] branch master updated: Update Tomcat Native to 1.2.25

2020-09-07 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 4ced1c0 Update Tomcat Native to 1.2.25 4ced1c0 i

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

2020-09-07 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 8299859 Update Tomcat Native to 1.2.25 8299859 is

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

2020-09-07 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 4363c53 Update Tomcat Native to 1.2.25 4363c53 is

buildbot exception in on tomcat-85-trunk

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

Re: buildbot exception in on tomcat-85-trunk

2020-09-07 Thread Mark Thomas
On 07/09/2020 14:08, build...@apache.org wrote: > The Buildbot has detected a build exception on builder tomcat-85-trunk while > building tomcat. Full details are available at: > https://ci.apache.org/builders/tomcat-85-trunk/builds/2442 > > Buildbot URL: https://ci.apache.org/ > > Buildslav

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

2020-09-07 Thread GitBox
rmaucher commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r484426457 ## File path: java/org/apache/catalina/startup/ContextConfig.java ## @@ -122,6 +126,11 @@ private static final Log log = LogFactory.getLog(ContextCon

[tomcat] branch 8.5.x updated: Correct i18n message name

2020-09-07 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 affd92a Correct i18n message name affd92a is descr

[tomcat] branch 8.5.x updated: Better error for empty header name

2020-09-07 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 027071c Better error for empty header name 027071c

[tomcat] branch master updated: Fixing flow control for zero length padding introduced an edge case

2020-09-07 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 5f744ed Fixing flow control for zero length padd

[tomcat] branch 9.0.x updated: Fixing flow control for zero length padding introduced an edge case

2020-09-07 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 7edcee8 Fixing flow control for zero length paddin

[tomcat] branch 8.5.x updated (027071c -> 6ff5ddf)

2020-09-07 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 027071c Better error for empty header name new a6a47dc Back-port NPE fix 8.5.x where trailer fields are handled

[tomcat] 02/02: Fixing flow control for zero length padding introduced an edge case

2020-09-07 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 6ff5ddf508418ad76094f15279ad59fcfd0ce134 Author: Mark Thomas AuthorDate: Mon Sep 7 15:30:41 2020 +0100 Fixing flow co

[tomcat] 01/02: Back-port NPE fix 8.5.x where trailer fields are handled differently.

2020-09-07 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 a6a47dc7caf95fd076e58ed0b34f3a463e302623 Author: Mark Thomas AuthorDate: Mon Sep 7 15:00:59 2020 +0100 Back-port NPE

buildbot success in on tomcat-85-trunk

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

[Bug 64710] NullPointerException in Http2UpgradeHandler.endRequestBodyFrame and BufferOverflowException in SocketBufferHandler

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64710 --- Comment #9 from Arshiya --- If there is any update Please let us know . -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mai

[Bug 64710] NullPointerException in Http2UpgradeHandler.endRequestBodyFrame and BufferOverflowException in SocketBufferHandler

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64710 --- Comment #10 from Mark Thomas --- "latest source code" is not specific. If you are going to build from source and then report a bug you need to provide the hash you build from. -- You are receiving this mail because: You are the assignee f

[Bug 64710] NullPointerException in Http2UpgradeHandler.endRequestBodyFrame and BufferOverflowException in SocketBufferHandler

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64710 --- Comment #11 from Mark Thomas --- No JMeter version specified. No mention that an additional plugin is required. No source provided for JAR file - it is very unlikely a Tomcat developer is going to download a random JAR from a bug report and

[Bug 64717] New: gurilaz

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64717 Bug ID: 64717 Summary: gurilaz Product: Tomcat Modules Version: unspecified Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P

[Bug 64717] gurilaz

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64717 gurilaz changed: What|Removed |Added CC||paktua6...@gmail.com -- You are receiving t

[Bug 64717] gurilaz

2020-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64717 Julian Reschke changed: What|Removed |Added Resolution|--- |INVALID Status|NEW