openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread jean-frederic clere
Hi, I have the following failure with ant test: [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.APR.txt [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.NIO.txt [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.NIO2.txt [concat] TEST-o

Re: openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread jean-frederic clere
On 10/08/2021 14:02, jean-frederic clere wrote: Hi, I have the following failure with ant test:    [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.APR.txt    [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.NIO.txt    [concat] TEST-org.apache.tomcat.util.ne

Re: [VOTE] Release Apache Tomcat 8.5.70

2021-08-10 Thread Mladen Turk
On 09/08/2021 22:05, Mark Thomas wrote: The proposed Apache Tomcat 8.5.70 release is now available for voting. The proposed 8.5.70 release is: [ ] Broken - do not release [x] Stable - go ahead and release as 8.5.70 Tested on Windows 7 and Windows Server 2019 Using both installer and zip packa

Re: openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread Konstantin Kolinko
T-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt.html [[[ Testsuite: org.apache.tomcat.util.net.openssl.ciphers.TestCipher Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - Standard Error - /srv/gump/public/workspace/openssl-master/dest-20210810/bin/ope

Re: openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread jean-frederic clere
ump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot o

Re: openssl-3.0.0 test failures with 9.0.x (I have not checked the other branches)

2021-08-10 Thread Mark Thomas
On August 10, 2021 2:24:12 PM UTC, jean-frederic clere wrote: >On 10/08/2021 14:56, Konstantin Kolinko wrote: >> Looking at Apache Gump, >> - tomcat/10.1.x (main) fails to compile >> Apparently Gunp tries to build it with Java 8 instead of Java 11 > >Well according to http://vmgump.apache.or

[GitHub] [tomcat] dachuan9e opened a new pull request #441: Fix build fail when locale is not en

2021-08-10 Thread GitBox
dachuan9e opened a new pull request #441: URL: https://github.com/apache/tomcat/pull/441 It will build fail when the locale is not set to en. Apache ant cannot support different locale format of time stamp. Showing the root cause by the following code in Ant. It needs to use the 24-hour fo

[GitHub] [tomcat] crisgeek opened a new pull request #442: Update http.xml

2021-08-10 Thread GitBox
crisgeek opened a new pull request #442: URL: https://github.com/apache/tomcat/pull/442 Based on 21-July-2021 conversation with Mark Thomas in Tomcat users group -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tomcat] rrodewald opened a new pull request #443: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald opened a new pull request #443: URL: https://github.com/apache/tomcat/pull/443 The main purpose of the proposed refactoring is to give an individual `Authenticator` the possibility to decide if preemptive authentication is possible (e.g. if a completely different header is used f

[GitHub] [tomcat] rrodewald commented on pull request #443: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald commented on pull request #443: URL: https://github.com/apache/tomcat/pull/443#issuecomment-896173194 Mixed up my branches. Will reopen without the Bugfix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [tomcat] rrodewald closed pull request #443: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald closed pull request #443: URL: https://github.com/apache/tomcat/pull/443 -- 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...

[GitHub] [tomcat] rrodewald opened a new pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald opened a new pull request #444: URL: https://github.com/apache/tomcat/pull/444 The main purpose of the proposed refactoring is to give an individual `Authenticator` the possibility to decide if preemptive authentication is possible (e.g. if a completely different header is used f

[GitHub] [tomcat] michael-o commented on a change in pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
michael-o commented on a change in pull request #444: URL: https://github.com/apache/tomcat/pull/444#discussion_r686188244 ## File path: java/org/apache/catalina/authenticator/BasicAuthenticator.java ## @@ -132,6 +132,10 @@ protected String getAuthMethod() { return Htt

[GitHub] [tomcat] rrodewald commented on a change in pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald commented on a change in pull request #444: URL: https://github.com/apache/tomcat/pull/444#discussion_r686206255 ## File path: java/org/apache/catalina/authenticator/BasicAuthenticator.java ## @@ -132,6 +132,10 @@ protected String getAuthMethod() { return Htt

[GitHub] [tomcat] rrodewald commented on a change in pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald commented on a change in pull request #444: URL: https://github.com/apache/tomcat/pull/444#discussion_r686206255 ## File path: java/org/apache/catalina/authenticator/BasicAuthenticator.java ## @@ -132,6 +132,10 @@ protected String getAuthMethod() { return Htt

[GitHub] [tomcat] michael-o commented on a change in pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
michael-o commented on a change in pull request #444: URL: https://github.com/apache/tomcat/pull/444#discussion_r686228585 ## File path: java/org/apache/catalina/authenticator/BasicAuthenticator.java ## @@ -132,6 +132,10 @@ protected String getAuthMethod() { return Htt

[GitHub] [tomcat] rrodewald commented on a change in pull request #444: Delegate check for preemptive authentication from AuthenticatorBase to affected Authenticators

2021-08-10 Thread GitBox
rrodewald commented on a change in pull request #444: URL: https://github.com/apache/tomcat/pull/444#discussion_r686294855 ## File path: java/org/apache/catalina/authenticator/BasicAuthenticator.java ## @@ -132,6 +132,10 @@ protected String getAuthMethod() { return Htt