https://bz.apache.org/bugzilla/show_bug.cgi?id=69527
Vigneshwaran N changed:
What|Removed |Added
Severity|normal |major
--
You are receiving this mail
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527
Vigneshwaran N changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=69527
Vigneshwaran N changed:
What|Removed |Added
Severity|major |blocker
Summary|Resource m
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo