Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Wat Namtip
Thanks for your reply l would use this opportunity to briefly introduce our company, Bigly Technologies Thailand, We are one of the leading importers in Asia , and the Middle East on general Goods and Equipment. On behalf of Bigly Technologies Thailand, this is the samples of the product that we w

Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Rainer Jung
Am 07.03.24 um 21:51 schrieb Rainer Jung: Am 07.03.24 um 18:50 schrieb Mark Thomas: On 07/03/2024 11:20, Rainer Jung wrote: As always thanks a lot for the investigation and forthcoming fix. Let me know when I can help! I've committed a fix that worked for me locally but I was focring the tes

Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Rainer Jung
Am 07.03.24 um 18:50 schrieb Mark Thomas: On 07/03/2024 11:20, Rainer Jung wrote: As always thanks a lot for the investigation and forthcoming fix. Let me know when I can help! I've committed a fix that worked for me locally but I was focring the test failure via the debugger. I'm fairly sure

[Bug 68721] WebappClassLoaderBase fails with duplicate class definition

2024-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68721 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

(tomcat) branch 8.5.x updated: Fix BZ 68721 - avoid duplicate class definition

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3d564d0ae2 Fix BZ 68721 - avoid duplicate class def

(tomcat) branch 9.0.x updated: Fix BZ 68721 - avoid duplicate class definition

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 9942ceb6cd Fix BZ 68721 - avoid duplicate class def

(tomcat) branch 10.1.x updated: Fix BZ 68721 - avoid duplicate class definition

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new cfa2efe74d Fix BZ 68721 - avoid duplicate class d

(tomcat) branch main updated: Fix BZ 68721 - avoid duplicate class definition

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 1a36206abb Fix BZ 68721 - avoid duplicate class defin

Re: [PR] removed null eval statement code if os400 [tomcat]

2024-03-07 Thread via GitHub
markt-asf commented on PR #701: URL: https://github.com/apache/tomcat/pull/701#issuecomment-1984155698 The proposed change removes the explanatory comments. They need to be kept so future maintainers can easily understand why the test is skipped for OS/400. -- This is an automated message

(tomcat) branch 8.5.x updated: Remove duplicate cipher from unimplemented set

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new a2cbc98f62 Remove duplicate cipher from unimplement

(tomcat) branch 9.0.x updated: Remove duplicate cipher from unimplemented set

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 18f6b725da Remove duplicate cipher from unimplement

(tomcat) branch 10.1.x updated: Remove duplicate cipher from unimplemented set

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 19650fcc31 Remove duplicate cipher from unimpleme

(tomcat) branch main updated: Remove duplicate cipher from unimplemented set

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c25b908af5 Remove duplicate cipher from unimplemented

Re: [PR] Remove duplicate cipher element from unimplemented set in TesterOpenSSL.java [tomcat]

2024-03-07 Thread via GitHub
markt-asf merged PR #699: URL: https://github.com/apache/tomcat/pull/699 -- 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: Add support for HTTP connectors to accept REMOTE_USER information from a proxy?

2024-03-07 Thread Mark Thomas
On 06/03/2024 08:51, Christopher Schultz wrote: All, *bump* Any thoughts? I'd go with the RemoteIPValve. Mark -chris On 2/28/24 14:53, Christopher Schultz wrote: All, When using AJP, setting tomcatAuthentication="false" allows mod_jk or mod_proxy_ajp to transmit authenticated user inf

Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Mark Thomas
On 07/03/2024 11:20, Rainer Jung wrote: As always thanks a lot for the investigation and forthcoming fix. Let me know when I can help! I've committed a fix that worked for me locally but I was focring the test failure via the debugger. I'm fairly sure this is the issue you were seeing but iof

(tomcat) branch 8.5.x updated: Improve the HTTP/2 stream prioritisation process.

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 834eb5a1c9 Improve the HTTP/2 stream prioritisation

(tomcat) branch 9.0.x updated: Improve the HTTP/2 stream prioritisation process.

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 93c0086143 Improve the HTTP/2 stream prioritisation

(tomcat) 02/02: Improve the HTTP/2 stream prioritisation process.

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a1ce936bcbc668c04001f924a448782105af39b8 Author: Mark Thomas AuthorDate: Thu Mar 7 12:45:30 2024 -0500 Improve the H

(tomcat) 01/02: Fix format

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 35869d1c0cf429e04f152bb1bf1ac36396aebeba Author: Mark Thomas AuthorDate: Tue Mar 5 07:07:27 2024 -0500 Fix format --

(tomcat) branch 10.1.x updated (7596132693 -> a1ce936bcb)

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 7596132693 Fix javadoc new 35869d1c0c Fix format new a1ce936bcb Improve the HTTP/2 stream prioritisation proc

(tomcat) branch main updated: Improve the HTTP/2 stream prioritisation process.

2024-03-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 26af174f7f Improve the HTTP/2 stream prioritisation p

Re: Planning for 8.5.final

2024-03-07 Thread Christopher Schultz
All, On 3/6/24 08:54, Christopher Schultz wrote: All, I was wondering if anyone had any thoughts on adding anything to 8.5.final (likely .100) to indicate that the build was the last in the series. Of course, we will advertise EOL on the web site, etc. but I was thinking something more runti

Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Rainer Jung
As always thanks a lot for the investigation and forthcoming fix. Let me know when I can help! Am 07.03.24 um 16:55 schrieb Mark Thomas: On 02/03/2024 05:58, Rainer Jung wrote: Hi there, for a long time I get sporadic failures in org.apache.coyote.http2.TestRfc9218. It happens for all branch

Re: Sporadic Failures in org.apache.coyote.http2.TestRfc9218

2024-03-07 Thread Mark Thomas
On 02/03/2024 05:58, Rainer Jung wrote: Hi there, for a long time I get sporadic failures in org.apache.coyote.http2.TestRfc9218. It happens for all branches of TC, for NIO and NIO2 and with JSSE and tcnative. Tested platforms Linux and Solaris see this. And JVM versions 1.8.0, 11, 17 and 21

[Bug 68721] New: WebappClassLoaderBase fails with duplicate class definition

2024-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68721 Bug ID: 68721 Summary: WebappClassLoaderBase fails with duplicate class definition Product: Tomcat 10 Version: 10.1.18 Hardware: PC OS: Linux