Re: [tomcat] branch main updated: Correct exception message.

2023-10-25 Thread Michael Osipov
On 2023/10/25 01:54:10 li...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > lihan 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: >

[Bug 67926] New: PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 Bug ID: 67926 Summary: PEMFile prints unidentifiable string representation of ASN.1 OIDs Product: Tomcat 9 Version: 9.0.82 Hardware: All OS: All

[Bug 67926] PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei

Re: [tomcat] branch main updated: Correct exception message.

2023-10-25 Thread Michael Osipov
Reported: https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Bug 67926] PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 Mark Thomas changed: What|Removed |Added Severity|minor |enhancement --- Comment #1 from Mark Tho

[Bug 67926] PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 --- Comment #2 from Michael Osipov --- (In reply to Mark Thomas from comment #1) > Whether the user is provided with the OID in string or byte form doesn't > change the fact that the PEM file isn't going to be usable. > > The byte string is su

[Bug 67666] TLSCertificateReloadListener does not detect all certificates to reload

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #4 from Michael Osipov --- Just build Tomcat from bec7a51d7fc3fb913c755b258169d1816b77bea5. I can confirm that is works now. -- You are receiving this mail because: You are the assignee for the bug. ---

[tomcat] branch main updated: Add test utilities similar to APR

2023-10-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 17d119711c Add test utilities similar to APR 17d119711

[tomcat] branch main updated: Refactor native tests setup

2023-10-25 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new e9ab5f4b97 Refactor native tests setup e9ab5f4b97 is d

[tomcat] branch main updated: Add support to EL for Records

2023-10-25 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 b7186591a7 Add support to EL for Records b7186591a7 i

[Bug 67927] New: TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 Bug ID: 67927 Summary: TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die Product: Tomcat 9 Version: 9.0.x Hardware: All

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 --- Comment #1 from Michael Osipov --- Before you ask: Yes, I know the low checkPeriod is silly, but it still should not cause a crash, at most a performance degregation during the reload phase. -- You are receiving this mail because: You are

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 --- Comment #2 from Michael Osipov --- Mapping from errno.h on HP-UX: > # define ECONNRESET232 /* Connection reset by peer */ > # define ECONNREFUSED 239 /* Connection refused */ -- You are receiving this mail because: You are

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 --- Comment #3 from Mark Thomas --- Can you reproduce this with NioEndpoint+OpenSSL or is this AprEndpoint specific? -- You are receiving this mail because: You are the assignee for the bug. ---

[tomcat] branch main updated: Better alignment with BeanELResolver

2023-10-25 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 0d78d573d3 Better alignment with BeanELResolver 0d78d

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 --- Comment #4 from Michael Osipov --- (In reply to Mark Thomas from comment #3) > Can you reproduce this with NioEndpoint+OpenSSL or is this AprEndpoint > specific? Unfortunately, yes: > Stack: [0x004466a0,0x004466b0], sp=0x

[Bug 67927] TLSCertificateReloadListener triggers race condition (?) in OpenSSL code which causes the JVM to die

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67927 --- Comment #5 from Michael Osipov --- I will continue testing on Friday. I have an idea how to provoke this. I noticed this especially with I tested https://github.com/apache/tomcat-native/pull/22 locally. -- You are receiving this mail beca

[Bug 67783] Fault when starting tomcat with a pkcs12 keystore that contains the TrustedKeyUsage OID

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67783 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 67628] OpenSSLCipherConfigurationParser#parse() produces misleading false positive cipher warnings

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67628 --- Comment #3 from Mark Thomas --- I think this is a documentation issue. The intention was to: - allow OpenSSL notation to be used with JSSE - track ciphers and behaviour of latest OpenSSL development branch - have consistent (as possible) b

[tomcat] branch main updated: Fix typo.

2023-10-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 7400288181 Fix typo. 7400288181 is described below c

[Bug 67926] PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 Han Li changed: What|Removed |Added Keywords||Beginner -- You are receiving this mail beca

Re: [PR] Fix NioChannel's toString() throwing NullPointerException in some cases [tomcat]

2023-10-25 Thread via GitHub
aooohan merged PR #671: URL: https://github.com/apache/tomcat/pull/671 -- 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

[tomcat] branch main updated: Fix Nio/Nio2Channel's toString() throwing NPE in some cases (#671)

2023-10-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 3ef8fb6fb6 Fix Nio/Nio2Channel's toString() throwing

[tomcat] branch 10.1.x updated: Fix Nio/Nio2Channel's toString() throwing NPE in some cases (#671)

2023-10-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 011860ca74 Fix Nio/Nio2Channel's toString() throw

[tomcat] branch 9.0.x updated: Fix Nio/Nio2Channel's toString() throwing NPE in some cases (#671)

2023-10-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 ea7db77568 Fix Nio/Nio2Channel's toString() throwin

[tomcat] branch 8.5.x updated: Fix Nio/Nio2Channel's toString() throwing NPE in some cases (#671)

2023-10-25 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 9b3c28da7e Fix Nio/Nio2Channel's toString() throwin

Re: [PR] Fix NioChannel's toString() throwing NullPointerException in some cases [tomcat]

2023-10-25 Thread via GitHub
aooohan commented on PR #671: URL: https://github.com/apache/tomcat/pull/671#issuecomment-1780324734 Thanks 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 u

Re: [PR] Add support for CIDR notation in `RemoteIpFilter` [tomcat]

2023-10-25 Thread via GitHub
aooohan commented on PR #632: URL: https://github.com/apache/tomcat/pull/632#issuecomment-1780327810 Hi, If you want this PR to merge smoothly, please modify this change according to marktā€˜s comment. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Fix NioChannel's toString() throwing NullPointerException in some cases [tomcat]

2023-10-25 Thread via GitHub
chenggwang commented on PR #671: URL: https://github.com/apache/tomcat/pull/671#issuecomment-1780424297 > Thanks for the PR. Thanks for all the REVIEWS! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[Bug 67926] PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67926 --- Comment #3 from Michael Osipov --- I think the easiest solution is to use org.ietf.jgss.Oid.Oid(byte[]) and the invoke #toString() -- You are receiving this mail because: You are the assignee for the bug. -