https://bz.apache.org/bugzilla/show_bug.cgi?id=69479
Thomas changed:
What|Removed |Added
Resolution|WORKSFORME |---
Status|RESOLVED
koust6u opened a new pull request, #826:
URL: https://github.com/apache/tomcat/pull/826
This PR refactors the checkRequestType method in the CORS filter to simplify
and improve the readability of the request type determination logic. The main
changes are:
+ Early Returns: The code ha
rainerjung commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653856606
@ChristopherSchultz Note that in ignorance of the wiki I (and Mark) already
updated BUILDING.txt in main with details on the Windows installer build and on
the custom makensis build. If t
ChristopherSchultz commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653824284
> Progress. When building makensis you need something like:
>
> ```
> scons UNICODE=yes PREFIX=/home/mark/libs/nsis-3.10/bin SKIPPLUGINS=all
SKIPUTILS=all SKIPMISC=all NS
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576
Mark Thomas changed:
What|Removed |Added
CC||elatl...@gmail.com
--- Comment #12 from
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582
--- Comment #3 from Christopher Schultz ---
There is no Java version change requirement.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubs
markt-asf commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653795337
For the record this works for both Linux and MacOS. I have an original build
of 12.0.x on Linux that, if I copy the sig files to Windows and/or MacOS I can
reproduce the build exactly. Nic
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582
elatl...@gmail.com changed:
What|Removed |Added
Severity|normal |regression
Priority|P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=69582
Bug ID: 69582
Summary: Unable to make field static final boolean
java.io.FileSystem.useCanonCaches accessible
Product: Tomcat 10
Version: 10.1.35
Hardware: PC
This is an automated email from the ASF dual-hosted git repository.
schultz 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 b8eb1b9e7a Add attribution
b8eb1b9e7a is described
This is an automated email from the ASF dual-hosted git repository.
schultz 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 517ec0284e Add changelog for javadoc locale changes
This is an automated email from the ASF dual-hosted git repository.
schultz 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 9412c022fe Javadoc locale should have both language
Rainer,
On 2/12/25 7:56 AM, Christopher Schultz wrote:
On 2/11/25 6:29 PM, Rainer Jung wrote:
>>
>> [snip]
>>
If I add en locale to javadoc in build.xml the javadoc command is
executed with -locale en but still uses german text.
???!!!
I would consider that to be an OpenJDK bug...
It can b
This is an automated email from the ASF dual-hosted git repository.
schultz 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 b770297e6c Work around javadoc bug to provide local
On 12/02/2025 12:57, Christopher Schultz wrote:
Mark,
On 2/12/25 5:07 AM, Mark Thomas wrote:
All,
Given the regression described in [1], we seem to be heading towards
consensus that a release sooner than the March release round is needed.
What are the views on timing for that tag? How much
Mark,
On 2/12/25 5:07 AM, Mark Thomas wrote:
All,
Given the regression described in [1], we seem to be heading towards
consensus that a release sooner than the March release round is needed.
What are the views on timing for that tag? How much longer do we want to
wait for any other regressi
Rainer,
On 2/11/25 6:29 PM, Rainer Jung wrote:
Am 11.02.25 um 15:22 schrieb Christopher Schultz:
Rainer,
On 2/11/25 9:07 AM, Christopher Schultz wrote:
Rainer,
On 2/11/25 3:18 AM, Rainer Jung wrote:
Hi Chris,
Am 11.02.25 um 00:18 schrieb Christopher Schultz:
Rainer,
On 2/10/25 11:11 AM,
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 c1531bf7fc Fix typos. Minor clarifications to makensi
This is an automated email from the ASF dual-hosted git repository.
rjung 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 887afadc83 Windows installer build docs: Correct case
This is an automated email from the ASF dual-hosted git repository.
rjung 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 1c94afdd59 Improve Windows installer build docs
1c94a
markt-asf commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653452886
That location is where Ant downloads NSIS on my linux box (I use
`base.path=/home/mark/libs`). I don't have a local NSIS install on my Linux box.
--
This is an automated message from the
This is an automated email from the ASF dual-hosted git repository.
rjung 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 5f38062b7b Add Windows installer details to build doc
rainerjung commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653425686
I am adding a few lines to BUILDING.txt. Concerning your scons argument
"PREFIX=/home/mark/libs/nsis-3.10/bin": this nsis path comes from a separate
binary download (for Windows), that yo
https://bz.apache.org/bugzilla/show_bug.cgi?id=69581
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576
Mark Thomas changed:
What|Removed |Added
CC||gr.grzy...@gmail.com
--- Comment #11 fro
https://bz.apache.org/bugzilla/show_bug.cgi?id=69581
Bug ID: 69581
Summary: JreCompat static block fails with
java.lang.reflect.InaccessibleObjectException
Product: Tomcat 9
Version: 9.0.99
Hardware: PC
OS:
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 d6a6281054 Fix installer signing
d6a6281054 is descri
On Wed, Feb 12, 2025 at 11:08 AM Mark Thomas wrote:
>
> All,
>
> Given the regression described in [1], we seem to be heading towards
> consensus that a release sooner than the March release round is needed.
>
> What are the views on timing for that tag? How much longer do we want to
> wait for an
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 3997b43cc8 These targets have to be public so NSIS ca
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 bfdfba1f30 Add makensis as an option for building the
All,
Given the regression described in [1], we seem to be heading towards
consensus that a release sooner than the March release round is needed.
What are the views on timing for that tag? How much longer do we want to
wait for any other regressions? Is today too soon?
I'm thinking a tag at
markt-asf commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653221508
Happy to help and thanks for all the work you have put in. I can commit this
to 12.0.x now for testing but not back-port it until a) we are happy with it
and b) 11.0.4 has been tagged.
-
rainerjung commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653186507
Thanks for your great support! Integrating it can of course wait until after
the possible quick interim release for the JDKCompat fix.
--
This is an automated message from the Apache Gi
markt-asf commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653152109
I think this is an excellent addition to the build script. It doesn't change
the current behaviour and it provides makensis as an alternative - one that I
very much welcome as getting wine
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576
--- Comment #10 from Remy Maucherat ---
Ok, so this should (mostly) not affect standalone, but it's still very
annoying. I would prefer doing a new release after we can reasonably rule out
any other regressions (we seem to be fine so far, so it
36 matches
Mail list logo