[Bug 65358] New: Possible EL Bug — Method Matching with Varargs

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65358 Bug ID: 65358 Summary: Possible EL Bug — Method Matching with Varargs Product: Tomcat 9 Version: 9.0.x Hardware: PC OS: Mac OS X 10.1 Status: NEW

[tomcat] branch main updated (fefe4de -> db9a3cb)

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from fefe4de Fix long content-length handling for doHead() add db9a3cb Avoid synchronization on roles verification No

[tomcat] branch 10.0.x updated: Avoid synchronization on roles verification

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 2fe9eb5 Avoid synchronization on roles

[tomcat] branch 9.0.x updated: Avoid synchronization on roles verification

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 4f31c2a Avoid synchronization on roles

[Bug 65351] Regression in UserDatabaseRealm: Groups are no longer considered in hasRole

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65351 --- Comment #5 from cklein05 --- BTW, MemoryUserDatabase seems to support being not read-only as well as automatically reloading stuff from tomcat-users.xml when configured appropriately. @See MemoryUserDatabaseFactory.getObjectInstance @see

[Bug 65351] Regression in UserDatabaseRealm: Groups are no longer considered in hasRole

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65351 --- Comment #6 from Remy Maucherat --- This was done then: https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 But the documentation is not up to date: http://tomcat.apache.org/tomcat-10.0-doc/realm-howto.html#UserDatabaseRealm -- You are

[tomcat] branch 8.5.x updated: Avoid synchronization on roles verification

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 688198f Avoid synchronization on roles

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.30

2021-06-04 Thread Mark Thomas
The following votes were cast: Binding: +1: isapir, remm, markt Non-binding: +1: michaelo No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe,

svn commit: r48135 - /dev/tomcat/tomcat-connectors/native/1.2.30/ /release/tomcat/tomcat-connectors/native/1.2.30/ /release/tomcat/tomcat-connectors/native/README.html

2021-06-04 Thread markt
Author: markt Date: Fri Jun 4 10:47:21 2021 New Revision: 48135 Log: Release Apache Tomcat Native 1.2.30 Added: release/tomcat/tomcat-connectors/native/1.2.30/ - copied from r48134, dev/tomcat/tomcat-connectors/native/1.2.30/ Removed: dev/tomcat/tomcat-connectors/native/1.2.30/

buildbot success in on tomcat-8.5.x

2021-06-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8.5.x while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-8.5.x/builds/15 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[Bug 65356] Tomcat10 Migration guide does not mention modified access log date pattern

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65356 qeepcologne changed: What|Removed |Added CC||bernd.wahlen@k2interactive.

[Bug 65356] Tomcat10 Migration guide does not mention modified access log date pattern

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65356 --- Comment #1 from qeepcologne --- to get back old behaviour, use %{ms}T instead of %D -- You are receiving this mail because: You are the assignee for the bug. - To

Re: Apache Tomcat 10.0.2: generated _jsp.class file has empty local variable table

2021-06-04 Thread Pietro Braione
> Il giorno 3 giu 2021, alle ore 20:01, Mark Thomas ha > scritto: > > On 03/06/2021 18:56, Pietro Braione wrote: >>> Il giorno 31 mag 2021, alle ore 20:58, Konstantin Kolinko >>> ha scritto: >>> >>> Citing from the NOTICE file: >>> >>> Java compilation software for JSP pages is provided

[tomcat] 02/02: Fix HEAD response for reset() and resetBuffer()

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 374ff41eea1b7212d51a233494c7bd44678c3931 Author: Mark Thomas AuthorDate: Fri Jun 4 12:53:14 2021 +0100 Fix HEAD

[tomcat] branch main updated (db9a3cb -> 374ff41)

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from db9a3cb Avoid synchronization on roles verification new 716c028 Refactor HEAD testing so other Servlets can be

[tomcat] 01/02: Refactor HEAD testing so other Servlets can be tested

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 716c028f9c9cc81c68d8c1542ee27f04b0ef3681 Author: Mark Thomas AuthorDate: Fri Jun 4 11:51:51 2021 +0100 Refactor HEAD

[tomcat] 01/02: Refactor HEAD testing so other Servlets can be tested

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 677eb30de0a9a496f2b6bff6096f6a2ca8d85197 Author: Mark Thomas AuthorDate: Fri Jun 4 11:51:51 2021 +0100 Refactor

[tomcat] branch 9.0.x updated (4f31c2a -> 9fb4252)

2021-06-04 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 4f31c2a Avoid synchronization on roles verification new c59ae6e Refactor HEAD testing so other Servlets can be

[tomcat] 02/02: Fix HEAD response for reset() and resetBuffer()

2021-06-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 commit 54b05cad3d524fc249b348a8ab949c8de2886a5f Author: Mark Thomas AuthorDate: Fri Jun 4 12:53:14 2021 +0100 Fix HEAD

[tomcat] 02/02: Fix HEAD response for reset() and resetBuffer()

2021-06-04 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 9fb42524350fcbf920fccaa1474bff8edca6d5f1 Author: Mark Thomas AuthorDate: Fri Jun 4 12:53:14 2021 +0100 Fix HEAD

[tomcat] branch 8.5.x updated (688198f -> 54b05ca)

2021-06-04 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 688198f Avoid synchronization on roles verification new f3e4c88 Refactor HEAD testing so other Servlets can be

[tomcat] 01/02: Refactor HEAD testing so other Servlets can be tested

2021-06-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 commit f3e4c887d877e62b7b581338e148ea7258b34eee Author: Mark Thomas AuthorDate: Fri Jun 4 11:51:51 2021 +0100 Refactor HEAD

[tomcat] 01/02: Refactor HEAD testing so other Servlets can be tested

2021-06-04 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 c59ae6e999aac2f7a7c79e15d8477b9ba96ccfce Author: Mark Thomas AuthorDate: Fri Jun 4 11:51:51 2021 +0100 Refactor HEAD

[Bug 65356] New: Tomcat10 Migration guide does not mention modified access log date pattern

2021-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65356 Bug ID: 65356 Summary: Tomcat10 Migration guide does not mention modified access log date pattern Product: Tomcat 10 Version: 10.0.6 Hardware: PC OS:

[tomcat] 02/02: Fix HEAD response for reset() and resetBuffer()

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cc32f98e977fc0ac9ab93b457dd4b2b492ca7117 Author: Mark Thomas AuthorDate: Fri Jun 4 12:53:14 2021 +0100 Fix HEAD

[tomcat] branch 10.0.x updated (2fe9eb5 -> cc32f98)

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 2fe9eb5 Avoid synchronization on roles verification new 677eb30 Refactor HEAD testing so other Servlets can be

[tomcat] branch main updated: Fix getPrincipal logic

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4e963c9 Fix getPrincipal logic 4e963c9 is described

[tomcat] branch 8.5.x updated: Fix getPrincipal logic

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 a3c4a7c Fix getPrincipal logic a3c4a7c is

[tomcat] branch 9.0.x updated: Fix getPrincipal logic

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 407ca00 Fix getPrincipal logic 407ca00 is

[tomcat] branch 10.0.x updated: Fix getPrincipal logic

2021-06-04 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 0425971 Fix getPrincipal logic 0425971 is

[tomcat] branch 10.0.x updated: Fix HEAD for the non-blocking case.

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new c1eebd5 Fix HEAD for the non-blocking case.

[tomcat] branch 8.5.x updated: Fix HEAD for the non-blocking case.

2021-06-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 b9d57c0 Fix HEAD for the non-blocking case.

[tomcat] branch main updated: Fix HEAD for the non-blocking case.

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d085948 Fix HEAD for the non-blocking case. d085948

[tomcat] branch 9.0.x updated: Fix HEAD for the non-blocking case.

2021-06-04 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 5f45b1b Fix HEAD for the non-blocking case.

Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-04 Thread Mark Thomas
Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can update the release branches to use the new release. I also still have a few odds and ends I want to finish off before tagging so it is looking like the tags will happen on Monday 7th

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-04 Thread Rémy Maucherat
On Fri, Jun 4, 2021 at 7:09 PM Mark Thomas wrote: > Hi all, > > It looks like the mirrors are going to need a little more time for > 1.2.30 to replicate before I can update the release branches to use the > new release. I also still have a few odds and ends I want to finish off > before tagging

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-04 Thread Mark Thomas
On 04/06/2021 18:35, Rémy Maucherat wrote: On Fri, Jun 4, 2021 at 7:09 PM Mark Thomas wrote: Hi all, It looks like the mirrors are going to need a little more time for 1.2.30 to replicate before I can update the release branches to use the new release. I also still have a few odds and ends I

[tomcat] branch main updated (d085948 -> a09ce7c)

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d085948 Fix HEAD for the non-blocking case. new a8448da More updates to French translations new a09ce7c

[tomcat] 02/02: Update Korean translations

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a09ce7c5361427dc5c3ab3a628a833e6f5494567 Author: Mark Thomas AuthorDate: Fri Jun 4 19:23:43 2021 +0100 Update Korean

[tomcat] 02/02: Update French translations

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7a46e12e559c8a06f37c9c4d858602d3e6c1e75f Author: Mark Thomas AuthorDate: Fri Jun 4 19:26:57 2021 +0100 Update

[tomcat] 01/02: Update Koream translations

2021-06-04 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 3d0e4e8224549b2ab3a8605da80f02c1bf33eb75 Author: Mark Thomas AuthorDate: Fri Jun 4 19:28:32 2021 +0100 Update Koream

[tomcat] branch 10.0.x updated (c1eebd5 -> 7a46e12)

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from c1eebd5 Fix HEAD for the non-blocking case. new f3e7114 Update Korean translations new 7a46e12 Update

[tomcat] branch 9.0.x updated (5f45b1b -> cd6d944)

2021-06-04 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 5f45b1b Fix HEAD for the non-blocking case. new 3d0e4e8 Update Koream translations new cd6d944 Update

[tomcat] 02/02: Update French translations

2021-06-04 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 cd6d944e75d8c17ab5c9b71d695d4466e8eb7a97 Author: Mark Thomas AuthorDate: Fri Jun 4 19:28:41 2021 +0100 Update French

[tomcat] 01/02: Update Korean translations

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f3e71140842c5304638560e369993086609b4407 Author: Mark Thomas AuthorDate: Fri Jun 4 19:26:49 2021 +0100 Update

[tomcat] 01/02: More updates to French translations

2021-06-04 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a8448daa8c437bf4750717b187cc7dde8ed17c31 Author: Mark Thomas AuthorDate: Fri Jun 4 19:21:59 2021 +0100 More updates

[tomcat] 01/02: Update French translations

2021-06-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 commit 843ea237d43181261f7ed906636d9ffbadce480a Author: Mark Thomas AuthorDate: Fri Jun 4 19:29:44 2021 +0100 Update French

[tomcat] branch 8.5.x updated (b9d57c0 -> 20f2831)

2021-06-04 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 b9d57c0 Fix HEAD for the non-blocking case. new 843ea23 Update French translations new 20f2831 Update

[tomcat] 02/02: Update Korean translations

2021-06-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 commit 20f28314ffc07caff084f7e0d46c65bda789a45b Author: Mark Thomas AuthorDate: Fri Jun 4 19:29:55 2021 +0100 Update Korean