Consultation on disabling insecure HTTP requests in Tomcat

2024-01-17 Thread 2460873257
Hi Tomcat Experts?? I'm trying to Looking for a solution to disable the tomcat * Options request, but upon checking the source code, it seems that it is directly defined in the code. Is there a configuration provided to disable it? Attached are the questions and the source code found

Buildbot success in on tomcat-10.1.x

2024-01-17 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1103 Blamelist: remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] 96ae1aec917e6633e57cea0b86dce0350db888a4 Steps:

(tomcat) branch 10.1.x updated: Remove useless sync

2024-01-17 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 96ae1aec91 Remove useless sync 96ae1aec91 is

(tomcat) branch main updated: Remove useless sync

2024-01-17 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 962cdc9aa8 Remove useless sync 962cdc9aa8 is

(tomcat) branch 8.5.x updated: Avoid possible NPEs

2024-01-17 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 e7cac4ad96 Avoid possible NPEs e7cac4ad96 is

(tomcat) branch 9.0.x updated: Avoid possible NPEs

2024-01-17 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 2f36c9534a Avoid possible NPEs 2f36c9534a is

(tomcat) branch 10.1.x updated: Avoid possible NPEs

2024-01-17 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 98a89dfe63 Avoid possible NPEs 98a89dfe63 is

(tomcat) branch main updated: Avoid possible NPEs

2024-01-17 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 c63ba52b5c Avoid possible NPEs c63ba52b5c is

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 --- Comment #4 from Manak Bisht --- Somehow, embarrassingly, I missed both those obvious details. Thanks for the correcting me. I will be more mindful in the future. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

2024-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68493 --- Comment #3 from Mark Thomas --- Those are debug messages, not error messages and are expected when running on Java 21. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68493] NoSuchMethodException: java.lang.foreign.MemorySegment.getString(long) is thrown during the application start using java 21

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