Buildbot success in on tomcat-10.1.x

2024-11-14 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1502 Blamelist: remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] 4b66d308b3ea02680496a6ecc61bc703cd78f6fe Steps: worker_preparatio

Re: (tomcat) branch main updated: Add option to serve resources from subpath only with WebDAV Servlet

2024-11-14 Thread Mark Thomas
On 13/11/2024 12:50, Michael Osipov wrote: On 2024/11/13 12:33:20 Mark Thomas wrote: On 13/11/2024 11:10, micha...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tom

[PR] Partial put - enhance content range verification [tomcat]

2024-11-14 Thread via GitHub
Chenjp opened a new pull request, #778: URL: https://github.com/apache/tomcat/pull/778 per [rfc 9110 - 14.4](https://httpwg.org/specs/rfc9110.html#field.content-range) - ContentRange - add isValid(), more length check. - ContentRange - parse(): make sure the not-null return of pars

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #6 from Chen Jp --- Yes. Developers have to choose lowercase media-type after he find out that uppercase media-type not work on tomcat server in real world, even http rfc explicitly declare which is case-insensitive. -- You are re

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #7 from Chen Jp --- org.springframework.util.MimeType -- parse type and subtype in lowercase internally. ```java public MimeType(String type, String subtype, @Nullable Map parameters) { Assert.hasLength(type,

[Bug 69444] jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 --- Comment #1 from Konstantin Kolinko --- https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0#request-attributes 1. If you read further (below a table), the spec says: "With the introduction of the exception object to the

(tomcat) branch main updated: Save protocols attributes for SSLHostConfig

2024-11-14 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 4667ce7d08 Save protocols attributes for SSLHostConfig

(tomcat) branch main updated: Empty value is ok

2024-11-14 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 3f54c6c304 Empty value is ok 3f54c6c304 is described b

(tomcat) branch 11.0.x updated: Save protocols attributes for SSLHostConfig

2024-11-14 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 a3d61bb5a5 Save protocols attributes for SSLHostCo

[Bug 69444] jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 --- Comment #3 from Paolo B. --- talking with @BalusC (https://stackoverflow.com/users/157882/balusc) he said that there are 2 problems: 1) "non-exceptional" errors, like 404 have no "exception" attribute 2) "jakarta.servlet.error.message" is

[Bug 69444] jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 --- Comment #4 from Paolo B. --- confirmed on an error page mapped with java.lang.Throwable #{requestScope.containsKey('jakarta.servlet.error.message')} print "false" -- You are receiving this mail because: You are the assignee for the b

(tomcat) branch main updated: Add bind address for CI

2024-11-14 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 51f6f0aa76 Add bind address for CI 51f6f0aa76 is descr

Buildbot failure in on tomcat-11.0.x

2024-11-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1389 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 11.0.x] b3542de9ddbaae5a029476a459f23883f42f523a

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 Mark Thomas changed: What|Removed |Added OS||All --- Comment #2 from Mark Thomas ---

[Bug 69442] New: Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 Bug ID: 69442 Summary: Case sensitivity of http content-type Product: Tomcat 10 Version: 10.1.33 Hardware: PC Status: NEW Severity: major Priority: P2

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #1 from Chen Jp --- Created attachment 39930 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39930&action=edit Testcase testcase added. -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch 10.1.x updated: Add bind address for CI

2024-11-14 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 e3fb273dab Add bind address for CI e3fb273dab is d

(tomcat) branch 11.0.x updated: Remove missing operations

2024-11-14 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 a1de27781b Remove missing operations a1de27781b is

(tomcat) branch 10.1.x updated: Remove missing operations

2024-11-14 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 8f87aaf16f Remove missing operations 8f87aaf16f is

(tomcat) branch 9.0.x updated: Remove missing operations

2024-11-14 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 f6595dae0a Remove missing operations f6595dae0a is d

(tomcat) branch main updated: changeit is the default password on Tomcat 11 and earlier

2024-11-14 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 e79ecefced changeit is the default password on Tomcat

(tomcat) branch main updated: Remove missing operations

2024-11-14 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 96d76740d6 Remove missing operations 96d76740d6 is des

(tomcat) branch 9.0.x updated: Add bind address for CI

2024-11-14 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 9664d885c7 Add bind address for CI 9664d885c7 is des

(tomcat) branch 11.0.x updated: Add bind address for CI

2024-11-14 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 d2e9f58f51 Add bind address for CI d2e9f58f51 is d

(tomcat) branch 11.0.x updated: changeit is the default password on Tomcat 11 and earlier

2024-11-14 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 9f294ddc50 changeit is the default password on Tom

(tomcat) branch 9.0.x updated: changeit is the default password on Tomcat 11 and earlier

2024-11-14 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 5d6ad5c000 changeit is the default password on Tomca

(tomcat) branch 10.1.x updated: changeit is the default password on Tomcat 11 and earlier

2024-11-14 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 4b66d308b3 changeit is the default password on Tom

Buildbot failure in on tomcat-10.1.x

2024-11-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1501 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 10.1.x] 82bf6897b509f6ff20153e2745ad524297650036

Buildbot success in on tomcat-11.0.x

2024-11-14 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1390 Blamelist: remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 11.0.x] 9f294ddc5010c0c33390f784ccd2e5473d6579eb Steps: worker_preparati

[Bug 69442] Case sensitivity of http content-type

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69442 --- Comment #5 from Remy Maucherat --- Clearly a bug that does not exist in the real world. -- You are receiving this mail because: You are the assignee for the bug. - To uns

(tomcat) branch main updated: Add missing quotes to the parameter

2024-11-14 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 6735738cba Add missing quotes to the parameter 6735738

(tomcat) branch 11.0.x updated: Add missing quotes to the parameter

2024-11-14 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 06f4e4db57 Add missing quotes to the parameter 06f

(tomcat) branch 10.1.x updated: Add missing quotes to the parameter

2024-11-14 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 dda712bd0a Add missing quotes to the parameter dda

[Bug 69444] New: jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 Bug ID: 69444 Summary: jakarta.servlet.error.message request attribute should be empty string instead of null Product: Tomcat 10 Version: unspecified Hardware: PC

(tomcat) branch 9.0.x updated: Add missing quotes to the parameter

2024-11-14 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 0180ed9962 Add missing quotes to the parameter 0180e

(tomcat) branch main updated: Domain attribute should be transient

2024-11-14 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 47da8bcd35 Domain attribute should be transient 47da8b

(tomcat) branch main updated: Remove entries

2024-11-14 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 7a69f1e5de Remove entries 7a69f1e5de is described belo

[Bug 69444] jakarta.servlet.error.message request attribute should be empty string instead of null

2024-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69444 --- Comment #2 from Paolo B. --- so we could simply modify Mojarra to check if there is an exception or if the jakarta.servlet.error.message is present... thanks for the clarification! -- You are receiving this mail because: You are the

(tomcat) branch 11.0.x updated: Domain attribute should be transient

2024-11-14 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 e71f94e006 Domain attribute should be transient e7

(tomcat) branch 10.1.x updated: Domain attribute should be transient

2024-11-14 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 0434bc0471 Domain attribute should be transient 04

(tomcat) branch 9.0.x updated: Domain attribute should be transient

2024-11-14 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 9146dbcf32 Domain attribute should be transient 9146

(tomcat) branch 11.0.x updated: Add dedicated storeconfig test

2024-11-14 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 b3542de9dd Add dedicated storeconfig test b3542de9

(tomcat) branch 10.1.x updated: Add dedicated storeconfig test

2024-11-14 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 82bf6897b5 Add dedicated storeconfig test 82bf6897

(tomcat) branch 9.0.x updated: Add dedicated storeconfig test

2024-11-14 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 aaad624c31 Add dedicated storeconfig test aaad624c31

(tomcat) branch 10.1.x updated: Save protocols attributes for SSLHostConfig

2024-11-14 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 dd55f42fae Save protocols attributes for SSLHostCo

(tomcat) branch 9.0.x updated: Save protocols attributes for SSLHostConfig

2024-11-14 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 ac174c490f Save protocols attributes for SSLHostConf

(tomcat) branch main updated: Add dedicated storeconfig test

2024-11-14 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 94b0b0de91 Add dedicated storeconfig test 94b0b0de91 i

Buildbot failure in on tomcat-12.0.x

2024-11-14 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/120/builds/204 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] 94b0b0de91ba3a1589bf4b5c247e6ac89dadc5a1 St