Buildbot failure in on tomcat-10.1.x

2025-03-31 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1714 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 10.1.x] c48ac106b70c0587658af060810e90e28967

Re: Plans for April releases

2025-03-31 Thread Christopher Schultz
Mark, On 3/31/25 10:51 AM, Mark Thomas wrote: I have a couple of tasks to get done (update JSign, update i18n strings) and then I should be ready to tag 11.0.6. I am currently hoping to be able to do that tomorrow. 👍 I'm ready for 10.1.x when you are satisfied with 11. -chris

CIDR with IPv4 embedded in IPv6

2025-03-31 Thread Christopher Schultz
All, I was looking at some CIDR expressions for large network blocks recently and I found that some of them are a little odd. Here is an example: :::4.68.70.223/128 This is an IPv4 address embedded inside an IPv6 address, with a CIDR /network mask tacked on the end. When asking RemoteIPF

Re: [I] Migration of defaultNamespaceRemap / com.sun.xml.bind references [tomcat-jakartaee-migration]

2025-03-31 Thread via GitHub
ahinc711 commented on issue #62: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/62#issuecomment-2767405443 Thanks for the response, I didn't realize the intent was to cover only javax packages. To avoid expanding the scope by too much, I think this can be closed as "won't

Re: Plans for April releases

2025-03-31 Thread Emmanuel Bourg
Hi Mark, On 31/03/2025 16:51, Mark Thomas wrote: I have a couple of tasks to get done (update JSign, update i18n strings) and then I should be ready to tag 11.0.6. I am currently hoping to be able to do that tomorrow. Did you figure out the file handler issue with Jsign 7.1? Emmanuel Bourg

Buildbot failure in on tomcat-9.0.x

2025-03-31 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1364 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x] b6564b1875c60de494169ff4daa1e5e90482f

(tomcat) branch 10.1.x updated: Better handling of URLs with literal ';' and '?'

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 066bf6b6a1 Better handling of URLs with literal '

(tomcat) branch main updated: Better handling of URLs with literal ';' and '?'

2025-03-31 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 a633fe7c84 Better handling of URLs with literal ';' a

Plans for April releases

2025-03-31 Thread Mark Thomas
Hi all, I have a couple of tasks to get done (update JSign, update i18n strings) and then I should be ready to tag 11.0.6. I am currently hoping to be able to do that tomorrow. Mark - To unsubscribe, e-mail: dev-unsubscr...

(tomcat) branch main updated: Fix a potential NPE

2025-03-31 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 8cc811c4bf Fix a potential NPE 8cc811c4bf is describe

[Bug 69377] JSP optimization via custom code generation

2025-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #7 from John Engebretson --- I'm getting ready to work on this, would appreciate a mini-review of my plan: 1. Initial scope is to remove simple cases of : values and vars are single EL expression, scope is one of the built-in value

(tomcat) branch 11.0.x updated: Fix StringIndexOutOfBoundsException on getResource("")

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 7e596c6949 Fix StringIndexOutOfBoundsException on

(tomcat) branch 9.0.x updated: Fix StringIndexOutOfBoundsException on getResource("")

2025-03-31 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 e4399dea35 Fix StringIndexOutOfBoundsException on g

(tomcat) branch 10.1.x updated: Fix StringIndexOutOfBoundsException on getResource("")

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 4ce64099bc Fix StringIndexOutOfBoundsException on

(tomcat) branch main updated: Add an additional test

2025-03-31 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 2035afa538 Add an additional test 2035afa538 is descr

Re: [PR] prefer central repo, disable releases for asf-snapshots [tomcat-tck]

2025-03-31 Thread via GitHub
adoroszlai commented on PR #2: URL: https://github.com/apache/tomcat-tck/pull/2#issuecomment-2766744340 Thanks @markt-asf for merging this. -- 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 the spe

(tomcat) branch main updated: More improvements

2025-03-31 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 93383ff8e3 More improvements 93383ff8e3 is described

[Bug 69377] JSP optimization via custom code generation

2025-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #9 from John Engebretson --- Thank you! I'll target the PR for 12 and we can go from there. Init param on the servlet makes sense, thanks! -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch 11.0.x updated: Add an additional test

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 0654fe5c36 Add an additional test 0654fe5c36 is d

[Bug 69377] JSP optimization via custom code generation

2025-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #8 from Mark Thomas --- Small scope is fine. Generally, I'd prefer to review a series of smaller changes than one big one. Generally, we add features in 12 and back-port. As long as backwards compatibility is not impacted, new feat

(tomcat) branch 9.0.x updated: Update JSign to 7.1

2025-03-31 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 45f356e5d2 Update JSign to 7.1 45f356e5d2 is descri

(tomcat) branch main updated: Update JSign to 7.1

2025-03-31 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 9154456bb6 Update JSign to 7.1 9154456bb6 is describe

(tomcat) branch 9.0.x updated: Fix back-port

2025-03-31 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 63d1487e36 Fix back-port 63d1487e36 is described be

(tomcat) branch main updated: Improvements to Japanese translations provided by tak7iji.

2025-03-31 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 ac885fb9af Improvements to Japanese translations prov

(tomcat) branch 11.0.x updated: Improvements to Japanese translations provided by tak7iji.

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new cbc4867e9c Improvements to Japanese translations

(tomcat) branch 11.0.x updated: Improvements to French translations. (remm)

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new e45683eb12 Improvements to French translations. (

(tomcat) branch 10.1.x updated: Improvements to Japanese translations provided by tak7iji.

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new c48ac106b7 Improvements to Japanese translations

(tomcat) branch 10.1.x updated: Improvements to French translations. (remm)

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 3c42ba9ff9 Improvements to French translations. (

(tomcat) branch 9.0.x updated: Improvements to Japanese translations provided by tak7iji.

2025-03-31 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 b6564b1875 Improvements to Japanese translations pr

(tomcat) branch 9.0.x updated: Improvements to French translations. (remm)

2025-03-31 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 9cfdb59135 Improvements to French translations. (re

Re: [PR] Changed string comparison - need to use equals() instead of == or != [tomcat]

2025-03-31 Thread via GitHub
ChristopherSchultz commented on code in PR #834: URL: https://github.com/apache/tomcat/pull/834#discussion_r2020937294 ## java/org/apache/catalina/realm/DigestCredentialHandlerBase.java: ## @@ -288,7 +289,7 @@ protected String mutate(String inputCredentials, byte[] salt, int it

(tomcat-tck) branch main updated (c06ed72 -> bd7061a)

2025-03-31 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-tck.git from c06ed72 Servlet is using SNAPSHOTS as well add 37cc41f prefer central repo, disable releases for asf-snapshots

(tomcat-tck) 01/01: Merge pull request #2 from adoroszlai/snapshots-only

2025-03-31 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-tck.git commit bd7061a4e585c7ce59971f1c817e8de01178e718 Merge: c06ed72 37cc41f Author: Mark Thomas AuthorDate: Mon Mar 31 17:10:59 202

Re: [PR] prefer central repo, disable releases for asf-snapshots [tomcat-tck]

2025-03-31 Thread via GitHub
markt-asf merged PR #2: URL: https://github.com/apache/tomcat-tck/pull/2 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

(tomcat-tck) branch 11.0.x updated: prefer central repo, disable releases for asf-snapshots

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git The following commit(s) were added to refs/heads/11.0.x by this push: new c2e348c prefer central repo, disable release

Buildbot success in on tomcat-10.1.x

2025-03-31 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1713 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] 066bf6b6a15a4e7e0941d4acf096841165b97098 Steps: wor

(tomcat) branch main updated: Restore final keywords

2025-03-31 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 8a5e5475f1 Restore final keywords 8a5e5475f1 is descr

(tomcat) branch 11.0.x updated: Restore final keywords

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new c748f2fb3f Restore final keywords c748f2fb3f is d

(tomcat) branch 9.0.x updated: Fix back-port

2025-03-31 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 175dc75fc4 Fix back-port 175dc75fc4 is described be

(tomcat) branch 10.1.x updated: Update JSign to 7.1

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 7571e7be34 Update JSign to 7.1 7571e7be34 is desc

(tomcat) branch 11.0.x updated: Update JSign to 7.1

2025-03-31 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 49d411c325 Update JSign to 7.1 49d411c325 is desc

Re: (tomcat) branch main updated: Restore final keywords

2025-03-31 Thread Rémy Maucherat
On Mon, Mar 31, 2025 at 6:27 PM wrote: > > 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: > ne