[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #11 from Isaac Khalil --- Im confused. I need to use a programmatic authentication so how do I change it then? Why is it different behaviour when accessing / vs /index.jsp All URL's work except / This looks like an obvious con

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 Isaac Khalil changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #9 from Isaac Khalil --- Im confused. I need to use a programmatic authentication so how do I change it then? Why is it different behaviour when accessing / vs /index.jsp All URL's work except / This looks like an obvious contai

[Bug 69659] Automatic JSP EL optimization

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69659 --- Comment #8 from John Engebretson --- Gotcha, thanks - in #1 equivalence can be explicitly changed, and in #2 we could interfere with side effects that a particular application added. More cases may follow, but as you noted, they would like

Buildbot success in on tomcat-12.0.x

2025-04-30 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/120/builds/536 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] f113abbdea70aea44c048ebbe79d386121a034c9 Steps: worker_prepa

[Bug 69659] Automatic JSP EL optimization

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69659 --- Comment #7 from Mark Thomas --- It isn't always true but the cases where it isn't true may be detectable and/or rare enough that it is still worth doing. I think the cases are 1. errorOnELNotFound page directive set to true 2. A custom EL

[Bug 69659] Automatic JSP EL optimization

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69659 --- Comment #6 from John Engebretson --- Thanks Mark! I didn't follow all of that, but is there a case where this: ${not empty bean && not empty bean.property} cannot safely be translated to: ${not empty bean.property} for literally every

[Bug 69659] Automatic JSP EL optimization

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69659 --- Comment #5 from Mark Thomas --- Tx. That helps. I've obviously been spending too much time with the Jakarta EL spec. Pure EL will throw exceptions for those. I'd forgotten about the null handling implemented in Jakarta Pages. The challenge

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Buildbot failure in on tomcat-11.0.x

2025-04-30 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1656 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 11.0.x] ab1c8bbf950092b38b7a33acae7968d148e

[Bug 69664] Mime type for video/mp2t is missing in default web.xml

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69664 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

(tomcat) branch 11.0.x updated: Improve test and fix additional issue found

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 ba6c28efc8 Improve test and fix additional issue

(tomcat) branch main updated: Improve test and fix additional issue found

2025-04-30 Thread markt
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 f113abbdea Improve test and fix additional issue foun

Buildbot failure in on tomcat-12.0.x

2025-04-30 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/120/builds/535 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] 8610e9d11b24a01998f809bade1fb4f68254a2

(tomcat) branch 10.1.x updated: Fix broken test. Update embedded media types.

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 082fe3f138 Fix broken test. Update embedded media

(tomcat) branch main updated: Fix broken test. Update embedded media types.

2025-04-30 Thread markt
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 924bd6aad9 Fix broken test. Update embedded media typ

(tomcat) branch 9.0.x updated: Fix broken test. Update embedded media types.

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 a4de4f1fd7 Fix broken test. Update embedded media t

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #7 from Isaac Khalil --- BTW we did not have this problem in 9.0.45 and only became a issue when we upgraded to 9.0.102 Then I upgraded to 10.1.40 thinking it was only an issue in v9 but surprised to find it still there -- You ar

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 --- Comment #3 from Mark Thomas --- It looks like something from a previous request is retaining a reference to the request object and continuing to use it after request processing has completed. That would be an application bug. You might wan

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
slovdahl commented on PR #848: URL: https://github.com/apache/tomcat/pull/848#issuecomment-2841726094 Awesome, thanks a lot! :bow: Looks good to me, nothing to add from my POV. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 --- Comment #2 from msiu...@atlassian.com --- This is the part that I don't fully understand neither, as I didn't dig into Tomcat code before. My only idea was that the Request object could be reused causing this behaviour. I'm not 100% sure it

(tomcat) branch 9.0.x updated: Remove trailing spaces

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 769b666111 Remove trailing spaces 769b666111 is des

(tomcat) branch 10.1.x updated: Remove trailing spaces

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 83bb24aec9 Remove trailing spaces 83bb24aec9 is d

(tomcat) branch 11.0.x updated: Remove trailing spaces

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 ab1c8bbf95 Remove trailing spaces ab1c8bbf95 is d

(tomcat) branch main updated: Remove trailing spaces

2025-04-30 Thread markt
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 8610e9d11b Remove trailing spaces 8610e9d11b is descr

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
markt-asf commented on PR #848: URL: https://github.com/apache/tomcat/pull/848#issuecomment-2841685722 I've run the script and updated `conf/web.xml`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
markt-asf closed pull request #848: Include video/mp2t mime type by default URL: https://github.com/apache/tomcat/pull/848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

(tomcat) branch 10.1.x updated: Update extension to media type mappings

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 ab8d42e9bc Update extension to media type mapping

(tomcat) branch 9.0.x updated: Update extension to media type mappings

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 1d59f3b487 Update extension to media type mappings

(tomcat) branch 11.0.x updated: Update extension to media type mappings

2025-04-30 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 3ff2154765 Update extension to media type mapping

(tomcat) branch main updated: Update extension to media type mappings

2025-04-30 Thread markt
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 6efe8ea0f4 Update extension to media type mappings 6e

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #6 from Isaac Khalil --- If I use the msi installer for windows it works fine If I use the tar.gz below https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.40/bin/apache-tomcat-10.1.40.tar.gz I can reproduce it in Windows under WSL L

(tomcat) branch 11.0.x updated: Add some info logging to keep track of TOMCAT_KEEP usage

2025-04-30 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 b7cdcbf51c Add some info logging to keep track of

(tomcat) branch 9.0.x updated: Add some info logging to keep track of TOMCAT_KEEP usage

2025-04-30 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 1adf9a7a91 Add some info logging to keep track of T

(tomcat) branch 10.1.x updated: Add some info logging to keep track of TOMCAT_KEEP usage

2025-04-30 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung 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 88f3667d48 Add some info logging to keep track of

(tomcat) branch main updated: Add some info logging to keep track of TOMCAT_KEEP usage

2025-04-30 Thread rjung
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 c231b45958 Add some info logging to keep track of TOM

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #5 from Isaac Khalil --- the Tomcat I am using on my server is https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.40/bin/apache-tomcat-10.1.40.tar.gz -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #4 from Isaac Khalil --- so if you do the above then test by https://.../test shows Session Timeout=120 https://.../test/index.jsp shows Session Timeout=1800 -- You are receiving this mail because: You are the assignee for t

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 Isaac Khalil changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Isaac Khalil -

[Bug 69657] session timeout not set when accessing / and its redirected to index.jsp

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 --- Comment #2 from Isaac Khalil --- Created attachment 40031 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40031&action=edit context files attached is context files to unzip under webapps -- You are receiving this mail because: You

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
slovdahl commented on PR #848: URL: https://github.com/apache/tomcat/pull/848#issuecomment-2841452176 Ah, ok. Should I run that script and update this PR with the output of it? I assume "that script" refers to `res/scripts/check-mime.pl`. -- This is an automated message from the Apache Gi

[Bug 69665] New: getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 Bug ID: 69665 Summary: getRequestURI() mutates MessageBytes state Product: Tomcat 9 Version: 9.0.86 Hardware: PC OS: All Status: NEW Severity: normal

Re: (tomcat) branch 11.0.x updated: Refactor CGI servlet to access resources via WebResources

2025-04-30 Thread Mark Thomas
On 29/04/2025 16:30, Christopher Schultz wrote: On 4/29/25 3:50 AM, ma...@apache.org wrote: The following commit(s) were added to refs/heads/11.0.x by this push:   new fab7247d2f Refactor CGI servlet to access resources via WebResources fab7247d2f is described below commit fab7247d2f0

[Bug 69631] java.nio.channels.WritePendingException when using https-openssl-nio2 and virtual threads

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69631 --- Comment #20 from Ronny Perinke --- To me, it sounds like it's time to say goodbye to NIO2. -- You are receiving this mail because: You are the assignee for the bug. - To

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
michael-o commented on code in PR #848: URL: https://github.com/apache/tomcat/pull/848#discussion_r2068131344 ## conf/web.xml: ## @@ -3948,6 +3948,10 @@ trm application/x-msterminal + +ts +video/mp2t Review Comment: The canonical n

Re: [PR] Include video/mp2t mime type by default [tomcat]

2025-04-30 Thread via GitHub
michael-o commented on PR #848: URL: https://github.com/apache/tomcat/pull/848#issuecomment-2841169333 RFC 3555 lists way more as in https://www.iana.org/assignments/media-types/media-types.xhtml#video. Does it make sense to add more? -- This is an automated message from the Apache Git S

Re: [PR] Bug 69662: add name to exception message when throwing NamingException in NamingContext.lookup() [tomcat]

2025-04-30 Thread via GitHub
rmaucher commented on PR #847: URL: https://github.com/apache/tomcat/pull/847#issuecomment-2841079923 Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] Bug 69662: add name to exception message when throwing NamingException in NamingContext.lookup() [tomcat]

2025-04-30 Thread via GitHub
rmaucher closed pull request #847: Bug 69662: add name to exception message when throwing NamingException in NamingContext.lookup() URL: https://github.com/apache/tomcat/pull/847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[Bug 69662] NamingContext does not include name when throwing NamingException

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

(tomcat) branch 9.0.x updated: Report name in exception message for naming lookup failures

2025-04-30 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 cb02a05a79 Report name in exception message for nami

(tomcat) branch 10.1.x updated: Report name in exception message for naming lookup failures

2025-04-30 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 96c589bf6c Report name in exception message for na

(tomcat) branch 11.0.x updated: Report name in exception message for naming lookup failures

2025-04-30 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 c448f13ad7 Report name in exception message for na

(tomcat) branch main updated: Report name in exception message for naming lookup failures

2025-04-30 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 d14fbf628f Report name in exception message for naming

[Bug 69664] Mime type for video/mp2t is missing in default web.xml

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69664 Sebastian Lövdahl changed: What|Removed |Added Severity|normal |enhancement -- You are receiving