[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Vigneshwaran N changed: What|Removed |Added Severity|normal |major -- You are receiving this mail

[Bug 69528] New: archiveIndexStrategy=bloom causes class from multi-release jar to not be found

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69528 Bug ID: 69528 Summary: archiveIndexStrategy=bloom causes class from multi-release jar to not be found Product: Tomcat 9 Version: 9.0.x Hardware: All OS: A

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

2025-01-07 Thread via GitHub
ahinc711 opened a new issue, #62: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/62 I'm using this tool with the `EE` profile to try converting some applications to Jakarta EE in the short term without uplifting all dependencies. I'm seeing runtime errors like the followin

Re: [PR] matchExcludesAgainstPathName not match with absolutePath and no rewrite file if not changed [tomcat-jakartaee-migration]

2025-01-07 Thread via GitHub
markt-asf commented on PR #60: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/60#issuecomment-2575956789 This PR is attempting to address two separate issues. It is better to stick to one issue per PR. I suggest moving the modification changes to a new PR (and include an ex

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #6 from Remy Maucherat --- (In reply to Vigneshwaran N from comment #4) > Further analysis showed that this race condition was inadvertently > introduced in commit 636017459a88befe1c5f1fd9d8f31ff2f13f74f6. This commit > was intended

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #5 from Vigneshwaran N --- (In reply to Remy Maucherat from comment #2) > This reads like an AI generated report ... Hi Remy, the above content that you are mentioned as AI generated report was added as part of explaining how the i

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #4 from Vigneshwaran N --- To reproduce the issue, configure the system to cache files exceeding 10MB. In our case, we used approximately 100MB of static files. While fetching JavaScript files required for the Web UI, we observed th

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Vigneshwaran N changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

Re: (tomcat) branch main updated: BZ69521: Allow more non latin languages in EL

2025-01-07 Thread Rémy Maucherat
On Tue, Jan 7, 2025 at 12:57 PM Mark Thomas wrote: > > On 07/01/2025 10:55, r...@apache.org wrote: > > 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 fo

[Bug 69521] Supporting for Korean Characters.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #4 from ritchie@gmail.com --- Yes, this is something we truly need. Most JSP template engines nowadays support rendering views with Unicode. However, JSP EL does not support Unicode. Please include at least support for Kore

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value in tomcat cache

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Vigneshwaran N changed: What|Removed |Added Severity|major |blocker Summary|Resource m

[Bug 69527] Resource missing caused by mishandling of the cachedContentLength value.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 --- Comment #1 from Vigneshwaran N --- A rare race condition occurs during cache operations as follows: Thread 1: 1. Fetches a new resource and inserts it into the map. 2. Begins initialisation (contentLength, nextCheck, and webResource) but ha

[Bug 69527] New: Resource missing caused by mishandling of the cachedContentLength value.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 Bug ID: 69527 Summary: Resource missing caused by mishandling of the cachedContentLength value. Product: Tomcat 9 Version: 9.0.97 Hardware: All OS: All

(tomcat) branch 9.0.x updated: Revert "BZ69521: Allow more non latin languages in EL"

2025-01-07 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 0732915438 Revert "BZ69521: Allow more non latin lan

(tomcat) branch 10.1.x updated: Revert "BZ69521: Allow more non latin languages in EL"

2025-01-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 3f28fa05b2 Revert "BZ69521: Allow more non latin l

(tomcat) branch 11.0.x updated: Revert "BZ69521: Allow more non latin languages in EL"

2025-01-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 33028fb8a5 Revert "BZ69521: Allow more non latin l

(tomcat) branch main updated: Revert "BZ69521: Allow more non latin languages in EL"

2025-01-07 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 cd99777010 Revert "BZ69521: Allow more non latin langu

Re: (tomcat) branch main updated: BZ69521: Allow more non latin languages in EL

2025-01-07 Thread Mark Thomas
On 07/01/2025 10:55, r...@apache.org wrote: 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 2bdb19a

(tomcat) branch 9.0.x updated: BZ69521: Allow more non latin languages in EL

2025-01-07 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 4c7541098c BZ69521: Allow more non latin languages i

(tomcat) branch 10.1.x updated: BZ69521: Allow more non latin languages in EL

2025-01-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 629d1c9ce3 BZ69521: Allow more non latin languages

(tomcat) branch 11.0.x updated: BZ69521: Allow more non latin languages in EL

2025-01-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 2b7499ccb8 BZ69521: Allow more non latin languages

(tomcat) branch main updated: BZ69521: Allow more non latin languages in EL

2025-01-07 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 2bdb19a504 BZ69521: Allow more non latin languages in

[Bug 69521] Supporting for Korean Characters.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #3 from Remy Maucherat --- https://github.com/apache/tomcat/blob/main/java/org/apache/el/parser/ELParser.jjt#L559 does not include all the ranges in the world. Do we really really need this ? -- You are receiving this mail becaus