https://bz.apache.org/bugzilla/show_bug.cgi?id=69657
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
Status|REOPENED
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657
Isaac Khalil changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69664
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657
Isaac Khalil changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #3 from Isaac Khalil -
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
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
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
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
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69662
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69664
Sebastian Lövdahl changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving
56 matches
Mail list logo