Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-02 Thread via GitHub
dsoumis merged PR #887: URL: https://github.com/apache/tomcat/pull/887 -- 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, e-mail: dev-unsubscr...@tomcat.apache.org

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-02 Thread via GitHub
markt-asf commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3244923496 LGTM. One minor nit is that continuation lines should be indented 8 spaces rather than 4. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-01 Thread via GitHub
dsoumis commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3242207667 I have split the tests in two, one testing xml validation and the other STRICT_SERVLET_COMPLIANCE sets all the attributes as expected. Test will be skipped now, if the constants have already

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-01 Thread via GitHub
rmaucher commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3241596670 Yes, this kind of use of a system property has been shown to cause testsuite unreliability issues in the past. This was indeed mostly a "fail if XML validation is enabled" test. I th

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-01 Thread via GitHub
markt-asf commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3241474521 Big +1 to expanding the coverage of the unit tests. I was concerned about setting the system property impacting other tests but that is not an issue for tests run via Ant as each test cl

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-01 Thread via GitHub
rmaucher commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3241281232 Testing the log contents is not as stable as checking some other things, so it should be avoided if possible. However, sometimes it is useful so adding the capability to the testsuite seems

[PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-08-29 Thread via GitHub
dsoumis opened a new pull request, #887: URL: https://github.com/apache/tomcat/pull/887 1) Adds TomcatBaseTest.WebappLogCapture to capture logs emitted under the webapp classloader during context start. 2) Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing.

Re: [PR] fix(session): Remove unreachable file existence check in FileStore#load [tomcat]

2025-08-27 Thread via GitHub
markt-asf commented on PR #886: URL: https://github.com/apache/tomcat/pull/886#issuecomment-3227742554 The issue identified is valid but: - this PR does not implement the proposed solution - the proposed solution is not the best solution - this PR introduces a number of unacceptable

Re: [PR] fix(session): Remove unreachable file existence check in FileStore#load [tomcat]

2025-08-27 Thread via GitHub
markt-asf closed pull request #886: fix(session): Remove unreachable file existence check in FileStore#load URL: https://github.com/apache/tomcat/pull/886 -- 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 g

[PR] fix(session): Remove unreachable file existence check in FileStore#load [tomcat]

2025-08-27 Thread via GitHub
trashz403 opened a new pull request, #886: URL: https://github.com/apache/tomcat/pull/886 fix(session): Remove unreachable code in FileStore#load The `if (!file.exists())` check within the try-with-resources block in the `load()` method is unreachable. The `new FileInputStream(

Re: [PR] Update logging.properties [tomcat]

2025-08-27 Thread via GitHub
markt-asf closed pull request #885: Update logging.properties URL: https://github.com/apache/tomcat/pull/885 -- 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, e-m

Re: [PR] Update logging.properties [tomcat]

2025-08-27 Thread via GitHub
markt-asf commented on PR #885: URL: https://github.com/apache/tomcat/pull/885#issuecomment-3227586630 The default logging configuration is only ever going to be a starting point. We can't possibly expect to provide a default logging configuration that is suitable to the huge range of uses

[PR] Update logging.properties [tomcat]

2025-08-27 Thread via GitHub
trashz403 opened a new pull request, #885: URL: https://github.com/apache/tomcat/pull/885 Log levels set to INFO or WARNING to balance detail and noise in production. Logs retained for 30 days to balance disk space usage and audit needs. All logs use UTF-8 encoding, supporting i

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-27 Thread via GitHub
markt-asf commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3227498871 Closing this PR as it doesn't fully address the concurrency issues. I have a fix based on this PR that does address them that I will apply and then back-port shortly. -- This is an auto

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-27 Thread via GitHub
markt-asf closed pull request #882: BZ 69781 - improve FileStore thread safety URL: https://github.com/apache/tomcat/pull/882 -- 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

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-26 Thread via GitHub
markt-asf commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3223479334 The test case has found an issue with this implementation. The issue is that usage increments/ decrements and the lock/unlock actions are not atomic. I'm going to look at the solution a

Re: [PR] Bump actions/setup-java from 4 to 5 [tomcat-jakartaee-migration]

2025-08-25 Thread via GitHub
rmaucher merged PR #82: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/82 -- 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, e-mail: dev-unsubscr..

Re: [PR] Bump actions/checkout from 4 to 5 [tomcat-jakartaee-migration]

2025-08-25 Thread via GitHub
rmaucher merged PR #83: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/83 -- 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, e-mail: dev-unsubscr..

[PR] Bump actions/checkout from 4 to 5 [tomcat-jakartaee-migration]

2025-08-24 Thread via GitHub
dependabot[bot] opened a new pull request, #83: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/83 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's

[PR] Bump actions/setup-java from 4 to 5 [tomcat-jakartaee-migration]

2025-08-24 Thread via GitHub
dependabot[bot] opened a new pull request, #82: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/82 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/setup

Re: [PR] Test2 [tomcat]

2025-08-24 Thread via GitHub
aaron-belenky closed pull request #884: Test2 URL: https://github.com/apache/tomcat/pull/884 -- 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, e-mail: dev-unsubsc

[PR] Test2 [tomcat]

2025-08-24 Thread via GitHub
aaron-belenky opened a new pull request, #884: URL: https://github.com/apache/tomcat/pull/884 (no comment) -- 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, e

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-22 Thread via GitHub
rmaucher commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3216306915 > I took a look at the patch and it looks OK. I think there is some were similar locking code in web resources but we can look at refactoring once this patch is committed. > > I also

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-22 Thread via GitHub
markt-asf commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3214966675 I took a look at the patch and it looks OK. I think there is some were similar locking code in web resources but we can look at refactoring once this patch is committed. I also look

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-22 Thread via GitHub
rmaucher commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3214385538 Since there's an issue, the main question is if the extra code belongs to the store. The main problem is that there are two entry points to the store: the PersistentManagerBase but also the

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-22 Thread via GitHub
markt-asf commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3213433551 I've added a test case for this to main (12.0.x). I haven't looked at the proposed solution yet. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] use same same directory as source and destination: [tomcat-jakartaee-migration]

2025-08-19 Thread via GitHub
markt-asf commented on PR #78: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78#issuecomment-3199707123 I'll just note that that patch uses `|` and not `||` so there is no short-circuiting of the logic if `convertedArchive` is `true`. I haven't reviewed the rest of the p

Re: [PR] use same same directory as source and destination: [tomcat-jakartaee-migration]

2025-08-18 Thread via GitHub
marcosemiao commented on PR #78: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78#issuecomment-3198776133 @ChristopherSchultz I have the feeling you're not convinced by this fix? Do you want a test ready for you to run? -- This is an automated message from the Apache Git

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
ChristopherSchultz commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2283179949 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282853608 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @Override

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
n828cl commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282741701 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @Override

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282736787 ## java/org/apache/catalina/session/FileStore.java: ## @@ -243,9 +264,14 @@ public void save(Session session) throws IOException { .trace(sm.getString

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282695727 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @Override

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282714274 ## java/org/apache/catalina/session/FileStore.java: ## @@ -196,19 +205,26 @@ public Session load(String id) throws ClassNotFoundException, IOException { ClassL

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282702181 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @Override

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
aogburn commented on code in PR #882: URL: https://github.com/apache/tomcat/pull/882#discussion_r2282695727 ## java/org/apache/catalina/session/FileStore.java: ## @@ -217,16 +233,21 @@ public Session load(String id) throws ClassNotFoundException, IOException { @Override

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-18 Thread via GitHub
ChristopherSchultz commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3197053936 I'm not sure I see a change. In `remove()`, `File.exists` is still called before obtaining the lock. I think you should obtain the lock first. If you disagree, that's fine, but pl

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-15 Thread via GitHub
aogburn commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3192741258 Thanks for the feedback @ChristopherSchultz. That primarily happened as I was trying to ensure that `load` obtained and kept its lock from the time it confirmed the file exists through to t

Re: [PR] Fix typo: Change CATALIA_HOME to CATALINA_HOME in documentation [tomcat]

2025-08-15 Thread via GitHub
isapir commented on PR #883: URL: https://github.com/apache/tomcat/pull/883#issuecomment-3192561754 Thank you -- 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] Fix typo: Change CATALIA_HOME to CATALINA_HOME in documentation [tomcat]

2025-08-15 Thread via GitHub
isapir merged PR #883: URL: https://github.com/apache/tomcat/pull/883 -- 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, e-mail: dev-unsubscr...@tomcat.apache.org

[PR] Fix typo: Change CATALIA_HOME to CATALINA_HOME in documentation [tomcat]

2025-08-15 Thread via GitHub
ljtyson opened a new pull request, #883: URL: https://github.com/apache/tomcat/pull/883 ## Description Fixed a typo in the Tomcat documentation where `CATALIA_HOME` was missing the letter 'N' and should be `CATALINA_HOME`. ## Changes Made - Changed `CATALIA_HOME` to `CATALINA_HO

Re: [PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-15 Thread via GitHub
ChristopherSchultz commented on PR #882: URL: https://github.com/apache/tomcat/pull/882#issuecomment-3192102092 There is slight disagreement between `load`, `save`, and `remove` as to when the locks are acquired. In some cases, the lock is acquired first and then file operations are perform

Re: [PR] Add support for additional user attributes to DataSourceRealm [tomcat]

2025-08-14 Thread via GitHub
rmaucher commented on PR #473: URL: https://github.com/apache/tomcat/pull/473#issuecomment-3190649996 > That would break some stuff. I'd the gain worth the pain? +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Add support for additional user attributes to DataSourceRealm [tomcat]

2025-08-14 Thread via GitHub
michael-o commented on PR #473: URL: https://github.com/apache/tomcat/pull/473#issuecomment-3189874167 > I kinda think this is out of scope for the container. There are _loads_ of wonderful things we could add to `GenericPrincipal` and eventually Tomcat becomes an application framework.

Re: [PR] Add support for additional user attributes to DataSourceRealm [tomcat]

2025-08-14 Thread via GitHub
ChristopherSchultz commented on PR #473: URL: https://github.com/apache/tomcat/pull/473#issuecomment-3189865478 I kinda think this is out of scope for the container. There are *loads* of wonderful things we could add to `GenericPrincipal` and eventually Tomcat becomes an application framewo

Re: [PR] Refuse adding invalid HTTP 2.0 headers [tomcat]

2025-08-14 Thread via GitHub
ChristopherSchultz commented on PR #277: URL: https://github.com/apache/tomcat/pull/277#issuecomment-3189827998 I suppose separate filters could be written for "filter/remove" versus "throw an error". Making this into a Filter will prevent Tomcat from shooting itself in the foot if it has t

Re: [PR] Refuse adding invalid HTTP 2.0 headers [tomcat]

2025-08-14 Thread via GitHub
ChristopherSchultz commented on PR #277: URL: https://github.com/apache/tomcat/pull/277#issuecomment-3189821921 Could we just do something like this? ``` package com.chadis.web.servlet; import java.io.IOException; import java.util.HashSet; import java.util.stream.Collec

Re: [PR] Update RUNNING.txt [tomcat]

2025-08-14 Thread via GitHub
ChristopherSchultz commented on PR #877: URL: https://github.com/apache/tomcat/pull/877#issuecomment-3189749185 I see no reason to change `RUNNING.txt` at all. Anyone wanting to set CATALINA_OPTS should know what they are doing and don't need any further examples. There are dozens of JVM op

Re: [PR] Update RUNNING.txt [tomcat]

2025-08-14 Thread via GitHub
ChristopherSchultz closed pull request #877: Update RUNNING.txt URL: https://github.com/apache/tomcat/pull/877 -- 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, e

Re: [PR] Update RUNNING.txt [tomcat]

2025-08-14 Thread via GitHub
isapir commented on PR #877: URL: https://github.com/apache/tomcat/pull/877#issuecomment-3189130840 Modern JVMs do a pretty good job at setting the memory values in the examples according to the specific system. I personally find the `-Xms` flag to not be useful in modern JVMs, and the upp

[PR] BZ 69781 - improve FileStore thread safety [tomcat]

2025-08-13 Thread via GitHub
aogburn opened a new pull request, #882: URL: https://github.com/apache/tomcat/pull/882 (no comment) -- 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, e-mail:

Re: [PR] Bump actions/cache from 4.2.3 to 4.2.4 [tomcat-jakartaee-migration]

2025-08-11 Thread via GitHub
rmaucher merged PR #81: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/81 -- 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, e-mail: dev-unsubscr..

[PR] Bump actions/cache from 4.2.3 to 4.2.4 [tomcat-jakartaee-migration]

2025-08-11 Thread via GitHub
dependabot[bot] opened a new pull request, #81: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/81 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's rele

Re: [PR] Remove a duplicate log level check. [tomcat]

2025-08-08 Thread via GitHub
rmaucher commented on PR #881: URL: https://github.com/apache/tomcat/pull/881#issuecomment-3168308789 I had introduced it for seemingly no reason. -- 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

Re: [PR] Remove a duplicate log level check. [tomcat]

2025-08-08 Thread via GitHub
markt-asf merged PR #881: URL: https://github.com/apache/tomcat/pull/881 -- 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, e-mail: dev-unsubscr...@tomcat.apache.o

Re: [PR] Remove a duplicate log level check. [tomcat]

2025-08-08 Thread via GitHub
markt-asf commented on PR #881: URL: https://github.com/apache/tomcat/pull/881#issuecomment-3168291142 Thanks for spotting and fixing this. -- 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 spe

[PR] Remove a duplicate log level check. [tomcat]

2025-08-08 Thread via GitHub
asuka1975 opened a new pull request, #881: URL: https://github.com/apache/tomcat/pull/881 Hello, thanks for this useful software! ## Overview This is a simple refactoring. In eaff01e9d14884a520691ee4b1af2fe330cb46a2 's commit, a process that double-checked the log level

Re: [PR] BZ 69762 - integer overflow detection fixe enhance [tomcat]

2025-08-04 Thread via GitHub
markt-asf commented on PR #880: URL: https://github.com/apache/tomcat/pull/880#issuecomment-3150012688 Thanks for spotting that. I'll back-port it to the other branches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] BZ 69762 - integer overflow detection fixe enhance [tomcat]

2025-08-04 Thread via GitHub
markt-asf merged PR #880: URL: https://github.com/apache/tomcat/pull/880 -- 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, e-mail: dev-unsubscr...@tomcat.apache.o

Re: [PR] Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 [tomcat-jakartaee-migration]

2025-08-03 Thread via GitHub
rmaucher merged PR #80: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/80 -- 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, e-mail: dev-unsubscr..

[PR] Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 [tomcat-jakartaee-migration]

2025-08-03 Thread via GitHub
dependabot[bot] opened a new pull request, #80: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/80 Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.27.1 to 1.28.0. Changelog Sourced from https://github.com/apache/commons

[PR] BZ 69762 - integer overflow detection fixe enhance [tomcat]

2025-08-02 Thread via GitHub
Chenjp opened a new pull request, #880: URL: https://github.com/apache/tomcat/pull/880 consider the possibility of integer overflow before result add. -- 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] Update RUNNING.txt [tomcat]

2025-07-31 Thread via GitHub
ChristopherSchultz commented on PR #877: URL: https://github.com/apache/tomcat/pull/877#issuecomment-3140741065 Is there evidence that downstream users don't know how to set their JVM settings, or that heap settings are particularly worthy of documentation? -- This is an automated message

Re: [PR] 9.0.x Host-Manager favicon.ico and Manager JSPs [tomcat]

2025-07-31 Thread via GitHub
markt-asf merged PR #878: URL: https://github.com/apache/tomcat/pull/878 -- 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, e-mail: dev-unsubscr...@tomcat.apache.o

Re: [PR] 9.0.x Host-Manager favicon.ico and Manager JSPs [tomcat]

2025-07-31 Thread via GitHub
markt-asf commented on PR #878: URL: https://github.com/apache/tomcat/pull/878#issuecomment-3139377605 Thanks for this PR. I'll merge into 9.0.x, double check a few things and then forward port. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Add option to XML encode the results of EL expressions if outputting [tomcat]

2025-07-30 Thread via GitHub
dmap closed pull request #879: Add option to XML encode the results of EL expressions if outputting URL: https://github.com/apache/tomcat/pull/879 -- 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

[PR] Add option to XML encode the results of EL expressions if outputting [tomcat]

2025-07-30 Thread via GitHub
dmap opened a new pull request, #879: URL: https://github.com/apache/tomcat/pull/879 The behaviour is controlled by a new page/tag directive attribute. -- 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 g

[PR] 9.0.x Host-Manager favicon.ico and Manager JSPs [tomcat]

2025-07-30 Thread via GitHub
xsimo opened a new pull request, #878: URL: https://github.com/apache/tomcat/pull/878 as per Konstantin Kolinko suggestions [1], this pull request aims to correct and improve the previous #876. 1. Constants is re-used by the Host Manager web application, but the ico file had not been

[PR] Update RUNNING.txt [tomcat]

2025-07-30 Thread via GitHub
Petsku01 opened a new pull request, #877: URL: https://github.com/apache/tomcat/pull/877 Description: This PR adds a new subsection (3.5) to `RUNNING.txt` under "(3.4) Using the setenv script" to provide platform-specific examples for configuring JVM memory options using `CATALINA_OPTS`.

Re: [PR] Adding Tomcat favicon to the Tomcat Manager webapp [tomcat]

2025-07-28 Thread via GitHub
markt-asf commented on PR #876: URL: https://github.com/apache/tomcat/pull/876#issuecomment-3126935367 Also forward-ported to 10.1.x, 11.0.x and 12.0.x -- 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 g

Re: [PR] Adding Tomcat favicon to the Tomcat Manager webapp [tomcat]

2025-07-28 Thread via GitHub
markt-asf merged PR #876: URL: https://github.com/apache/tomcat/pull/876 -- 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, e-mail: dev-unsubscr...@tomcat.apache.o

[PR] Adding Tomcat favicon to the Tomcat Manager webapp [tomcat]

2025-07-27 Thread via GitHub
xsimo opened a new pull request, #876: URL: https://github.com/apache/tomcat/pull/876 1. Tomcat Manager is sometimes run on server on which there is no ROOT context, therefore no default favicon is not found. This commits adds the tomcat favicon to the manager webapp directory and reference

Re: [PR] Bump commons-io:commons-io from 2.19.0 to 2.20.0 [tomcat-jakartaee-migration]

2025-07-21 Thread via GitHub
rmaucher merged PR #79: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/79 -- 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, e-mail: dev-unsubscr..

[PR] Bump commons-io:commons-io from 2.19.0 to 2.20.0 [tomcat-jakartaee-migration]

2025-07-20 Thread via GitHub
dependabot[bot] opened a new pull request, #79: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/79 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous

Re: [PR] Fix incorrect reference to StaticMembershipInterceptor in cluster-howto.xml [tomcat]

2025-07-17 Thread via GitHub
rmaucher merged PR #875: URL: https://github.com/apache/tomcat/pull/875 -- 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, e-mail: dev-unsubscr...@tomcat.apache.or

[PR] Fix incorrect reference to StaticMembershipInterceptor in cluster-howto.xml [tomcat]

2025-07-16 Thread via GitHub
ShinKwang2 opened a new pull request, #875: URL: https://github.com/apache/tomcat/pull/875 This PR fixes a documentation inaccuracy in `cluster-howto.xml`. The original text incorrectly states that static memberships are configured using `StaticMembershipInterceptor`. However, the

Re: [PR] Jorge patch 1 [tomcat-maven-plugin]

2025-07-16 Thread via GitHub
rincoj01 closed pull request #46: Jorge patch 1 URL: https://github.com/apache/tomcat-maven-plugin/pull/46 -- 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, e-mai

[PR] Jorge patch 1 [tomcat-maven-plugin]

2025-07-16 Thread via GitHub
rincoj01 opened a new pull request, #46: URL: https://github.com/apache/tomcat-maven-plugin/pull/46 (no comment) -- 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 unsubscr

Re: [PR] logging doc - fix package for OneLineFormatter [tomcat]

2025-07-10 Thread via GitHub
ChristopherSchultz merged PR #874: URL: https://github.com/apache/tomcat/pull/874 -- 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, e-mail: dev-unsubscr...@tomcat

[PR] logging doc - fix package for OneLineFormatter [tomcat]

2025-07-10 Thread via GitHub
dgriffith-lx opened a new pull request, #874: URL: https://github.com/apache/tomcat/pull/874 Update package for OneLineFormatter to match [logging.properties](https://github.com/apache/tomcat/blob/9.0.x/conf/logging.properties) -- This is an automated message from the Apache Git Service.

Re: [PR] Filter to limit target file size of ranged put request [tomcat]

2025-07-09 Thread via GitHub
Chenjp closed pull request #873: Filter to limit target file size of ranged put request URL: https://github.com/apache/tomcat/pull/873 -- 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 co

Re: [PR] Fixes MTCOMCAT-294: Add URL decoding to fix file lookup for paths containing spaces [tomcat-maven-plugin]

2025-07-06 Thread via GitHub
skempken closed pull request #16: Fixes MTCOMCAT-294: Add URL decoding to fix file lookup for paths containing spaces URL: https://github.com/apache/tomcat-maven-plugin/pull/16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] use same same directory as source and destination: [tomcat-jakartaee-migration]

2025-07-04 Thread via GitHub
marcosemiao commented on code in PR #78: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78#discussion_r2184804118 ## src/main/java/org/apache/tomcat/jakartaee/Migration.java: ## @@ -322,7 +325,7 @@ private void migrateArchiveStreaming(InputStream src, OutputStr

Re: [PR] use same same directory as source and destination: [tomcat-jakartaee-migration]

2025-07-03 Thread via GitHub
ChristopherSchultz commented on code in PR #78: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78#discussion_r2183806056 ## src/main/java/org/apache/tomcat/jakartaee/Migration.java: ## @@ -322,7 +325,7 @@ private void migrateArchiveStreaming(InputStream src, Ou

[PR] use same same directory as source and destination: [tomcat-jakartaee-migration]

2025-07-03 Thread via GitHub
marcosemiao opened a new pull request, #78: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/78 For example use directory with non-writable files, example git repository : java -jar jakartaee-migration-1.0.8-shaded.jar C:\work\ jakartaee-migration read and write al

Re: [PR] Enable rejectSuspiciousURIs by default to comply servlet 6 spec [tomcat]

2025-06-30 Thread via GitHub
Chenjp commented on PR #871: URL: https://github.com/apache/tomcat/pull/871#issuecomment-3021435704 @markt-asf servlet project contains a testcase (CanonicalUriPathTest.java), is it a part of servlet TCK? -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-23 Thread via GitHub
rmannibucau commented on PR #870: URL: https://github.com/apache/tomcat/pull/870#issuecomment-2997222319 @markt-asf hmm, you're right, wonder if it can be a timing issue so it would be helpful to set the "original status" in notes (or internal attributes) and check it in access log to not r

Re: [PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-23 Thread via GitHub
markt-asf commented on PR #870: URL: https://github.com/apache/tomcat/pull/870#issuecomment-2996647475 The check you've added is a duplicate of the first check that happens when the method in the `if` block is called. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-23 Thread via GitHub
rmannibucau commented on PR #870: URL: https://github.com/apache/tomcat/pull/870#issuecomment-2996544211 @markt-asf hmm, can you detail how it is unecessary since it happens in async exchanges? :thinking: -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-23 Thread via GitHub
markt-asf commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2996468008 Fixed in 4dc1a0f9 and back-ported -- 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 specif

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-23 Thread via GitHub
markt-asf closed pull request #868: recycle RequestInfo when Request is reused in pool URL: https://github.com/apache/tomcat/pull/868 -- 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 co

Re: [PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-23 Thread via GitHub
markt-asf commented on PR #870: URL: https://github.com/apache/tomcat/pull/870#issuecomment-2996428405 This is unnecessary. See https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/connector/Response.java#L1220 -- This is an automated message from the Apache Git Service. To

Re: [PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-23 Thread via GitHub
markt-asf closed pull request #870: Avoid to change the status of the response in StandardHostValve.java … URL: https://github.com/apache/tomcat/pull/870 -- 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] Discard unsupported part header field while handling multipart fileupload request [tomcat]

2025-06-19 Thread via GitHub
ChristopherSchultz closed pull request #869: Discard unsupported part header field while handling multipart fileupload request URL: https://github.com/apache/tomcat/pull/869 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Discard unsupported part header field while handling multipart fileupload request [tomcat]

2025-06-19 Thread via GitHub
ChristopherSchultz commented on PR #869: URL: https://github.com/apache/tomcat/pull/869#issuecomment-2988597530 I've got bad news: this code is a packaged-renamed copy of Apache commons-fileupload, so this PR actually should be re-worked and filed against that project instead. We are downst

[PR] Avoid to change the status of the response in StandardHostValve.java … [tomcat]

2025-06-19 Thread via GitHub
rmannibucau opened a new pull request, #870: URL: https://github.com/apache/tomcat/pull/870 …if response is committed main issue: you get a 500 in the access log whereas it was a 200 (for example) -- This is an automated message from the Apache Git Service. To respond to the messag

[PR] Discard unsupported part header field while handling multipart fileupload request [tomcat]

2025-06-19 Thread via GitHub
Chenjp opened a new pull request, #869: URL: https://github.com/apache/tomcat/pull/869 comply rfc7578 section [4.8](https://datatracker.ietf.org/doc/html/rfc7578#section-4.8) ``` 4.8. Other "Content-" Header Fields The multipart/form-data media type does not support any MIME hea

Re: [PR] remove forgotten ref: trunk element. [tomcat-native]

2025-06-17 Thread via GitHub
jfclere merged PR #29: URL: https://github.com/apache/tomcat-native/pull/29 -- 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, e-mail: dev-unsubscr...@tomcat.apach

Re: [PR] recycle RequestInfo when Request is reused in pool [tomcat]

2025-06-16 Thread via GitHub
qingdaoheze commented on PR #868: URL: https://github.com/apache/tomcat/pull/868#issuecomment-2978822957 > HTTP/2 is handled differently because of the multiplexing. We probably do need a `recycle()` method on `RequestInfo`. It looks like it should be called around line 440 (current 9.0.x c

[PR] remove forgotten ref: trunk element. [tomcat-native]

2025-06-16 Thread via GitHub
jfclere opened a new pull request, #29: URL: https://github.com/apache/tomcat-native/pull/29 Sorry I forgot to remove it in my previous PR. -- 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 spe

  1   2   3   4   5   6   7   8   9   10   >