Re: [PR] fix CVE-2024-23672 [tomcat]

2024-04-11 Thread via GitHub
hazendaz commented on PR #718: URL: https://github.com/apache/tomcat/pull/718#issuecomment-2050846843 Not speaking for team but as onlooker, Tomcat 7 is end of life since March 2021. There are no further updates. So it wouldn't make sense to patch it. It wouldn't be released anyways. On

Re: [PR] fix CVE-2024-23672 [tomcat]

2024-04-11 Thread via GitHub
aooohan closed pull request #718: fix CVE-2024-23672 URL: https://github.com/apache/tomcat/pull/718 -- 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-

Re: [PR] fix CVE-2024-23672 [tomcat]

2024-04-11 Thread via GitHub
aooohan commented on PR #718: URL: https://github.com/apache/tomcat/pull/718#issuecomment-2050851432 Tomcat 7 is end of life since March 2021, so we won't merge this change, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Sessioncounter [tomcat]

2024-04-12 Thread via GitHub
rmaucher closed pull request #713: Sessioncounter URL: https://github.com/apache/tomcat/pull/713 -- 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-uns

Re: [PR] Sessioncounter [tomcat]

2024-04-12 Thread via GitHub
rmaucher commented on PR #713: URL: https://github.com/apache/tomcat/pull/713#issuecomment-2051302240 Thanks for pointing this out. Since tracking too many redundant stats is not super useful, I decided to remove this one (it is now approximated by adding the active sessions to the expired

[PR] remove obsolete bean attributes [tomcat]

2024-04-13 Thread via GitHub
qauck opened a new pull request, #719: URL: https://github.com/apache/tomcat/pull/719 These attributes no longer existing in corresponding org.apache.tomcat.util.net.NioEndpoint, which will cause java.lang.NoSuchMethodException at run time. -- This is an automated message from the Apache

[I] activemq 5.16.x not working after converting javax to jakarta using tomcat transformer [tomcat-jakartaee-migration]

2024-04-17 Thread via GitHub
ilapavuluri opened a new issue, #55: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/55 I am using tomcat transformer for javax to jakarta conversion, in the similar lines I converted my activemq-all 5.16.7 into jakarta using the same tomcat transformer, no errors during co

[PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-17 Thread via GitHub
jose-galvez opened a new pull request, #720: URL: https://github.com/apache/tomcat/pull/720 commit [a8575ef](https://github.com/apache/tomcat/commit/a8575efbc1de64fe58c8fd99e53a0011b59a8e86) removed support for seconds with floating point for the Extended Access Log Valve and made it only

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-17 Thread via GitHub
markt-asf commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2061540617 From memory that change was to align Tomcat's access log configuration with httpd. It may well be that the correct fix here is to correct the documentation. Separately, comparing this PR

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-17 Thread via GitHub
ChristopherSchultz commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2061771435 Why not use `%D` which is in milliseconds (Tomcat <10) or microseconds (Tomcat >= 10)? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-17 Thread via GitHub
jose-galvez commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2061821679 > From memory that change was to align Tomcat's access log configuration with httpd. It may well be that the correct fix here is to correct the documentation. Separately, comparing this

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-17 Thread via GitHub
jose-galvez commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2061838297 > Why not use `%D` which is in milliseconds (Tomcat <10) or microseconds (Tomcat >= 10)? I wanted to keep parity on the behavior here with previous versions, especially because in

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-18 Thread via GitHub
ChristopherSchultz commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063733345 So nothing can ever change, then? -- 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] Re-adding support for fractional seconds in access log [tomcat]

2024-04-18 Thread via GitHub
jose-galvez commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063746801 It can, but in this case the documentation states that it didn't so I was trying to bring it back to how it behaved before (which as an added bonus helps us not change our scripts).

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-18 Thread via GitHub
ChristopherSchultz commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2063868914 Oh, I'm' sorry I didn't pick-up on the subtleties of your report. Tomcat 10.1 is documented that the value for `%T` is in (presumably _whole_) seconds. Tomcat 9 says it's in

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-18 Thread via GitHub
jose-galvez commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2064310044 > Are you specifically talking about the ExtendedAccessLogValve's `time-taken` token? If so, you're right, that documentation did not change yet the underlying implementation did change.

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-19 Thread via GitHub
ChristopherSchultz commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2066468644 Please have a look at a different PR which builds on some refactoring I just pushed: https://github.com/apache/tomcat/pull/721 I think I like mine better. -- This is an a

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-19 Thread via GitHub
markt-asf commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1572301203 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char pattern)

Re: [PR] Re-adding support for fractional seconds in access log [tomcat]

2024-04-19 Thread via GitHub
jose-galvez closed pull request #720: Re-adding support for fractional seconds in access log URL: https://github.com/apache/tomcat/pull/720 -- 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] Re-adding support for fractional seconds in access log [tomcat]

2024-04-19 Thread via GitHub
jose-galvez commented on PR #720: URL: https://github.com/apache/tomcat/pull/720#issuecomment-2066644940 I like it!! Definitely way better than my change which now seems like a bad hack 🤣 I can close this PR in favor of yours 😃 -- This is an automated message from the Apache Git Service

[PR] Tomcat-jdbc causes problem with graalvm [tomcat]

2024-04-19 Thread via GitHub
MartinLei opened a new pull request, #722: URL: https://github.com/apache/tomcat/pull/722 Using the Tomcat-JDBC library inside a Spring Native project causes the compilation step of a GraalVM native image to crash with the given error. > Exception in thread "main" org.springframewo

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-19 Thread via GitHub
ChristopherSchultz commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1572451843 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-19 Thread via GitHub
ChristopherSchultz commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1572455403 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-19 Thread via GitHub
markt-asf commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1572780769 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char pattern)

[PR] Make status code configurable [tomcat]

2024-04-21 Thread via GitHub
adwsingh opened a new pull request, #723: URL: https://github.com/apache/tomcat/pull/723 (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

[PR] Configurable HTML subtitle in Manager web application [tomcat]

2024-04-22 Thread via GitHub
xsimo opened a new pull request, #724: URL: https://github.com/apache/tomcat/pull/724 Managing multiple tomcats on multiple servers, the need came to have a way of customizing the Manager HTML interface. This PR proposes to add a simple configurable html subtitle. ![Example_of_custom

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-24 Thread via GitHub
ChristopherSchultz commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1578085100 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-26 Thread via GitHub
ChristopherSchultz merged PR #721: URL: https://github.com/apache/tomcat/pull/721 -- 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] Extend Asn1Parser to parse UTF8Strings [tomcat]

2024-05-03 Thread via GitHub
michael-o opened a new pull request, #725: URL: https://github.com/apache/tomcat/pull/725 (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-mai

Re: [PR] Extend Asn1Parser to parse UTF8Strings [tomcat]

2024-05-03 Thread via GitHub
markt-asf merged PR #725: URL: https://github.com/apache/tomcat/pull/725 -- 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] Extend Asn1Parser to parse UTF8Strings [tomcat]

2024-05-03 Thread via GitHub
michael-o commented on PR #725: URL: https://github.com/apache/tomcat/pull/725#issuecomment-2092917929 @markt-asf, thank for merging. I will come up with my addtional X.509 username retriever idea shortly. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] remove obsolete JMX bean attributes [tomcat]

2024-05-03 Thread via GitHub
markt-asf closed pull request #719: remove obsolete JMX bean attributes URL: https://github.com/apache/tomcat/pull/719 -- 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 unsubs

Re: [PR] remove obsolete JMX bean attributes [tomcat]

2024-05-03 Thread via GitHub
markt-asf commented on PR #719: URL: https://github.com/apache/tomcat/pull/719#issuecomment-2093075977 Thanks for the PR. I did a broader review and found a few more attributes that could be removed too. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] it will drop first header if any header cause exceptio during process [tomcat]

2024-05-03 Thread via GitHub
markt-asf closed pull request #710: it will drop first header if any header cause exceptio during process URL: https://github.com/apache/tomcat/pull/710 -- 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] it will drop first header if any header cause exceptio during process [tomcat]

2024-05-03 Thread via GitHub
markt-asf commented on PR #710: URL: https://github.com/apache/tomcat/pull/710#issuecomment-2093184047 Thanks for spotting this. I've applied this fix along with a simple test case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

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

2024-05-03 Thread via GitHub
markt-asf merged PR #53: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/53 -- 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: [I] activemq 5.16.x not working after converting javax to jakarta using tomcat transformer [tomcat-jakartaee-migration]

2024-05-11 Thread via GitHub
ebourg commented on issue #55: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/55#issuecomment-2106053982 @ilapavuluri Do you have a stacktrace to share? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] activemq 5.16.x not working after converting javax to jakarta using tomcat transformer [tomcat-jakartaee-migration]

2024-05-13 Thread via GitHub
rmannibucau commented on issue #55: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/55#issuecomment-2108571969 Hi @ilapavuluri , * did you run with `-profile=EE`? * do you use a local (vm) uri or a remote one? * did you run it on both the client and broker if re

[PR] adds missing quotation mark - makes changelog.xml parsable again [tomcat]

2024-05-14 Thread via GitHub
pluralistix opened a new pull request, #726: URL: https://github.com/apache/tomcat/pull/726 (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-m

Re: [PR] adds missing quotation mark - makes changelog.xml parsable again [tomcat]

2024-05-14 Thread via GitHub
markt-asf merged PR #726: URL: https://github.com/apache/tomcat/pull/726 -- 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] adds missing quotation mark - makes changelog.xml parsable again [tomcat]

2024-05-14 Thread via GitHub
markt-asf commented on PR #726: URL: https://github.com/apache/tomcat/pull/726#issuecomment-2111099637 Tx for the 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 specific comment. To unsu

Re: [PR] adds missing quotation mark - makes changelog.xml parsable again [tomcat]

2024-05-14 Thread via GitHub
ChristopherSchultz commented on PR #726: URL: https://github.com/apache/tomcat/pull/726#issuecomment-255159 :/ Sorry about that. -- 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

Re: [I] activemq 5.16.x not working after converting javax to jakarta using tomcat transformer [tomcat-jakartaee-migration]

2024-05-15 Thread via GitHub
ilapavuluri commented on issue #55: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/55#issuecomment-2112442350 Hi Team, Really sorry for the late response, resolved it by upgrading to 5.18.3 in my clientside and keep the activemq server as it is. Thanks Ash

Re: [I] activemq 5.16.x not working after converting javax to jakarta using tomcat transformer [tomcat-jakartaee-migration]

2024-05-16 Thread via GitHub
ilapavuluri closed issue #55: activemq 5.16.x not working after converting javax to jakarta using tomcat transformer URL: https://github.com/apache/tomcat-jakartaee-migration/issues/55 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] Improve the SSLValve so it is able to handle the ssl_client_escaped_cert header from Nginx [tomcat]

2024-05-16 Thread via GitHub
ehsaasprogram commented on PR #406: URL: https://github.com/apache/tomcat/pull/406#issuecomment-2116423996 There are many complaints against https://ehsaasprogramme8171.pk/";>Ehsaas Programpeople are not receiving money -- This is an automated message from the Apache Git Service. To respo

[PR] Add "Changes in 1.3.x" section [tomcat-native]

2024-05-21 Thread via GitHub
dsoumis opened a new pull request, #23: URL: https://github.com/apache/tomcat-native/pull/23 (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] Add "Changes in 1.3.x" section [tomcat-native]

2024-05-21 Thread via GitHub
markt-asf merged PR #23: URL: https://github.com/apache/tomcat-native/pull/23 -- 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.apa

[PR] Openssl changelog update [tomcat-native]

2024-05-21 Thread via GitHub
dsoumis opened a new pull request, #24: URL: https://github.com/apache/tomcat-native/pull/24 Add to changelog that the recommended minimum version of OpenSSL has been updated to 3.0.13 with 1.3.0 release. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Openssl changelog update [tomcat-native]

2024-05-21 Thread via GitHub
markt-asf merged PR #24: URL: https://github.com/apache/tomcat-native/pull/24 -- 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.apa

[PR] chore: fix some misaligned whitespace in web.xml [tomcat]

2024-05-24 Thread via GitHub
robinverduijn opened a new pull request, #727: URL: https://github.com/apache/tomcat/pull/727 (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

[PR] Update recommended Tomcat native version to 1.3.0 [tomcat]

2024-05-29 Thread via GitHub
dsoumis opened a new pull request, #728: URL: https://github.com/apache/tomcat/pull/728 (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:

[PR] Remove redundancy in BUILDING.txt [tomcat]

2024-05-31 Thread via GitHub
dsoumis opened a new pull request, #729: URL: https://github.com/apache/tomcat/pull/729 (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] Remove redundancy in BUILDING.txt [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #729: URL: https://github.com/apache/tomcat/pull/729 -- 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] Update recommended Tomcat native version to 1.3.0 [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #728: URL: https://github.com/apache/tomcat/pull/728 -- 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] chore: fix some misaligned whitespace in web.xml [tomcat]

2024-05-31 Thread via GitHub
markt-asf merged PR #727: URL: https://github.com/apache/tomcat/pull/727 -- 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] Support jar resources in bloom filter [tomcat]

2024-05-31 Thread via GitHub
jengebr commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2142005988 Can you please add a unit test to demonstrate the problem? I don't fully understand the issue. Also, this implementation comes with a performance penalty when accessing any resource,

[PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis opened a new pull request, #731: URL: https://github.com/apache/tomcat/pull/731 (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] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142442782 These lines were commented out on purpose, so that they are available if you need them but not enabled by default. I am not sure that uncommenting them is the right thing to do. The fi

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142501404 Intellij won't compile the sources if those exclusions are not made, making the "ant ide-intellij" step useless. In case it's not the right thing to do, we should redefine the support for

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142532017 @dsoumis It won't compile if the Java version etc. are not compatible with that code. This is not making it useless. Perhaps a better change would be to add a comment about it in the output,

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142542693 @isapir It seemed weird to me, but even with Java 22 defined in Intellij the compilation didn't succeed. Maybe something else is missing as well. +1 For adding a comment in the output --

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142552727 @dsoumis I agree that it's weird, but my concern is that it would break other environments that work. Let's wait for Remy/Mark/others to chime in as they are more familiar with how thi

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142584248 I'm not an Idea user but I'd expect that code to compile using Java 22. Not much help I know but those packages aren't showing any errors in Eclipse with Java 22. What is the error

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142611198 @markt-asf Compilation errors with Java22 (compile target is 22 as well as Java 22 being used): > > /home/dsoumis/Programs/github/tomcat/java/org/apache/tomcat/util/net/openssl/pa

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142625138 Hmm. Exactly which version of Java 22 are you using? -- 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

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142631865 22.0.1 -- 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 unsub

Re: [PR] Fix ide-support for idea [tomcat]

2024-05-31 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2142686031 That isn't it then. I think we need someone else with Idea (or who can set it up) to test this. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-02 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2144037801 @dsoumis I got it to work by setting the Project's `Language level` to "X - Experimental features" ![image](https://github.com/apache/tomcat/assets/885907/41c6646c-a767-48d3-ad2b-c8b2d

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-02 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2144252838 @dsoumis I pushed a patch that sets the Language Level to Experimental: https://github.com/apache/tomcat/commit/f8eecc13b53fdca998565455d3c27e9b9a6cd8dc Can you pull it and check if

Re: [PR] Support jar resources in bloom filter [tomcat]

2024-06-02 Thread via GitHub
bergander commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2144410872 I've created a test case which fetches a resource from a jar file. It uses a _JarResourceSet_ with the _internalPath_ set to _/META-INF/resources_ and the test fetches the file _/META-INF/

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-03 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2144545354 @isapir It doesn't work for me. After pulling your patch I am getting errors such as: `java: java.lang.foreign.Arena is a preview API and is disabled by default. (use --enable-preview

Re: [PR] Support jar resources in bloom filter [tomcat]

2024-06-03 Thread via GitHub
jengebr commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2145263710 Thank you, this was very helpful! I investigated and found: 1. Your test clearly reproduced the error. Much appreciated. 2. internalPath is usually "" (a String of length 0) 3. I'm

Re: [PR] Support jar resources in bloom filter [tomcat]

2024-06-03 Thread via GitHub
bergander commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2145330590 Thanks for the very quick feedback! I'll update the code with your suggestion. I'm guessing that the combination of having resources inside jar files and turning on the bloom filter

Re: [PR] Support jar resources in bloom filter [tomcat]

2024-06-03 Thread via GitHub
jengebr commented on PR #730: URL: https://github.com/apache/tomcat/pull/730#issuecomment-2145551211 Looks good to me. Of course, I'm not a committer. :) -- 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

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-03 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2145709893 Strange, I don't have those settings ![image](https://github.com/apache/tomcat/assets/885907/22b3d25e-3b20-4ede-b80d-60a9da90c081) But OK, I will revert the latest change. Feel

[I] Unable to install Tomcat 9 - **"Package 'tomcat9' has no installation candidate"** || Ubuntu 24.04 LTS [tomcat-jakartaee-migration]

2024-06-04 Thread via GitHub
dipualnur opened a new issue, #56: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/56 I'm trying to install Tomcat 9 on my Ubuntu system using `* `sudo apt-get install tomcat9` but I keep running into the following error: > monirul@nitacl-Veriton-Seri

Re: [I] Unable to install Tomcat 9 - **"Package 'tomcat9' has no installation candidate"** || Ubuntu 24.04 LTS [tomcat-jakartaee-migration]

2024-06-04 Thread via GitHub
slovdahl commented on issue #56: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/56#issuecomment-2146878806 In general, I don't think is the right place for Ubuntu-specific package issues. For Ubuntu-specific package questions/issues, you should use https://bugs.launchpad.

Re: [I] Unable to install Tomcat 9 - **"Package 'tomcat9' has no installation candidate"** || Ubuntu 24.04 LTS [tomcat-jakartaee-migration]

2024-06-04 Thread via GitHub
markt-asf closed issue #56: Unable to install Tomcat 9 - **"Package 'tomcat9' has no installation candidate"** || Ubuntu 24.04 LTS URL: https://github.com/apache/tomcat-jakartaee-migration/issues/56 -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] Fix typo in Czech translation [tomcat]

2024-06-04 Thread via GitHub
jajik opened a new pull request, #732: URL: https://github.com/apache/tomcat/pull/732 At the same time, I've updated the translation in the POEditor. -- 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] Fix ide-support for idea [tomcat]

2024-06-05 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2149133573 On second thoughts, I believe ide-support should strictly follow build.xml rules. As build.xml [excludes](https://github.com/apache/tomcat/blob/main/build.xml#L1014) openssl and panama

[PR] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-05 Thread via GitHub
dsoumis opened a new pull request, #733: URL: https://github.com/apache/tomcat/pull/733 …l libraries -- 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] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-05 Thread via GitHub
dsoumis commented on PR #733: URL: https://github.com/apache/tomcat/pull/733#issuecomment-2150200992 When running `ant deploy` to reproduce the build, `pre-release` target will not have been executed, ant.tstamp.now.iso has no value assigned and the following output is written: > bui

Re: [PR] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-05 Thread via GitHub
isapir commented on PR #733: URL: https://github.com/apache/tomcat/pull/733#issuecomment-2150229542 Is `tstamp.iso.release` defined at that spot @dsoumis ? If so, maybe we can set a default for `ant.tstamp.now.iso` to be `tstamp.iso.release`? -- This is an automated message from the Apac

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-05 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2150273321 @dsoumis But now you are completely excluding `/java/org/apache/tomcat/util/net/openssl/panama` and `/java/org/apache/tomcat/util/openssl`? It might "work" on Java 17 but new technology woul

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-05 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2151524740 @isapir My expectation was that "ant ide-intellij" should work out of the box without requiring any adjustments. Currently, to use an SDK version lower than 22, you must exclude `/java/o

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-06 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2151559998 @dsoumis Tomcat 11 takes advantage of new technology. The build script checks if the Java version is 22 and if so it compiles the Panama packages. This is for a development environment

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-06 Thread via GitHub
rmannibucau commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2151570300 Assuming using uses the highest java version sounds okish but shouldnt preview mode be enabled if the packages are not excluded, otherwise it leads to the same output: it does not work i

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-10 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2157847935 I'm not an Idea user so I have no strong view on this. I'd be happy with whatever consensus the Idea users reach. I am an Eclipse user and the approach I use there (which I think the

Re: [PR] Added option to use custom SSLContext [tomcat]

2024-06-10 Thread via GitHub
alipsitz-sf commented on PR #673: URL: https://github.com/apache/tomcat/pull/673#issuecomment-2158656022 Hey, I'm not really good navigating Bugzilla, so I don't know if it's been reported already but it looks like this PR broke the `AbstractHttp11Protocol.reloadSslHostConfigs()` API when r

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-10 Thread via GitHub
isapir commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2159528473 Thank you for your input on this @markt-asf - it makes sense to me, and is consistent with my proposed solution. > - Eclipse is configured to use the same Java version as the build (Jav

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-11 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2160286872 > IMO it is reasonable to expect a user that is developing on the latest version of Tomcat, i.e. the main branch, to be using the latest Java SDK, which will work with the Experimental featu

Re: [PR] Fix typo in Czech translation [tomcat]

2024-06-11 Thread via GitHub
jajik closed pull request #732: Fix typo in Czech translation URL: https://github.com/apache/tomcat/pull/732 -- 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] Fix typo in Czech translation [tomcat]

2024-06-11 Thread via GitHub
jajik commented on PR #732: URL: https://github.com/apache/tomcat/pull/732#issuecomment-2160391202 Closing after a discussion with @rmaucher , POEditor changes should be sufficient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-11 Thread via GitHub
markt-asf commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2160396222 > Since IDE support is [configured](https://github.com/apache/tomcat/blob/main/build.xml#L3830) with build.java.version, which currently is [17](https://github.com/apache/tomcat/blob/main

Re: [PR] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-11 Thread via GitHub
dsoumis commented on PR #733: URL: https://github.com/apache/tomcat/pull/733#issuecomment-2160410399 > Is tstamp.iso.release defined at that spot @dsoumis ? Yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-11 Thread via GitHub
dsoumis commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2160442520 The change we could make so that all opinions are generally satisfied are: 1. Move the exclusions from `res/ide-support/idea/compiler.xml` to `res/ide-support/idea/tomcat.iml` commente

Re: [PR] Fix ide-support for idea [tomcat]

2024-06-11 Thread via GitHub
isapir merged PR #731: URL: https://github.com/apache/tomcat/pull/731 -- 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] Fix ide-support for idea [tomcat]

2024-06-11 Thread via GitHub
ChristopherSchultz commented on PR #731: URL: https://github.com/apache/tomcat/pull/731#issuecomment-2161585676 My preference is for the ide-idea ant target to work for *most people*. _Most people_ are not Tomcat developers, but people who have downloaded our sources and are building them l

Re: [PR] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-11 Thread via GitHub
ChristopherSchultz commented on PR #733: URL: https://github.com/apache/tomcat/pull/733#issuecomment-2161606328 > When running `ant deploy` to reproduce the build, `pre-release` target will not have been executed If you are trying to reproduce the build, they you will have `build.pro

Re: [PR] Fix property ant.tstamp.now.iso ignored when building Tomcat JDBC poo… [tomcat]

2024-06-11 Thread via GitHub
ChristopherSchultz merged PR #733: URL: https://github.com/apache/tomcat/pull/733 -- 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

<    1   2   3   4   5   6   7   8   9   10   >