[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

[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

[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 67666] TLSCertificateReloadListener does not detect all certificates to reload

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

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

2023-10-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #2 from Mark Thomas --- The fix for BZ 67667 addressed most of the errors. The remaining issue has been fixed. Reloading isn't going to work for PEM files that are passed directly to OpenSSL although with BZ 67667 those should

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

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

[Bug 67626] multipart request parts require Content-Disposition: form-data, even when another multipart-subtype is used

2023-10-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67626 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #16 from Mark Thomas --- See https://github.com/apache/tomcat/pull/674 That should support any cert the current code supports plus the OpenSSL defaults. It is possible there are other combinations that need to be supported

[Bug 64826] libtcnative prompts for private key password in some situations

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64826 --- Comment #1 from Michael Osipov --- Last point has been addressed with Bug 66670. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution

Bug report for Tomcat Modules [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2023/10/22]

2023-10-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 67849] MIME type mapping for JavaScript is text/javascript instead of application/javascript

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

[Bug 67849] MIME type mapping for JavaScript is text/javascript instead of application/javascript

2023-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67849 --- Comment #1 from Guillaume Poirier-Morency --- Our workaround is to add a mime mapping in our web.xml configuration: js application/javascript https://github.com/PavlidisLab/Gemma/commit

[Bug 67849] New: MIME type mapping for JavaScript is text/javascript instead of application/javascript

2023-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67849 Bug ID: 67849 Summary: MIME type mapping for JavaScript is text/javascript instead of application/javascript Product: Tomcat 9 Version: 9.0.80 Hardware: PC

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #15 from Michael Osipov --- (In reply to Mark Thomas from comment #14) > I have this working with the current test cases and a default OpenSSL > self-signed key as per the original report. > > The code needs to b

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #14 from Mark Thomas --- I have this working with the current test cases and a default OpenSSL self-signed key as per the original report. The code needs to be cleaned up rather so I am currently expecting to commit the fix early

[Bug 66875] Handling async error after spring already handled error

2023-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66875 --- Comment #8 from Han Li --- (In reply to Mark Thomas from comment #7) > The original bug report was for two JSON responses in a single HTTP > response. Is that still an issue? > > Is the error message regarding the response a

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #13 from Remy Maucherat --- (In reply to Mark Thomas from comment #12) > I think some refactoring will be required > for the ASN.1 parser to make it more robust. I managed to do OCSP using it ( https://github.com/apache/

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #12 from Mark Thomas --- My current assessment is that it is possible to handle this. We are going to need to do a little more by hand. I think some refactoring will be required for the ASN.1 parser to make it more robust. -- You

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #11 from Mark Thomas --- Yes. The steps to reproduce this worked perfectly. Thanks. Currently working through the ASN.1 and relevant RFCs to see what we have and if I can get Java to work with it. -- You are receiving this mail

[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 Mircea Butmalai changed: What|Removed |Added Component|Authentication |Catalina -- You are receiving

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #10 from Michael Osipov --- (In reply to Mark Thomas from comment #9) > I'm working on this now. I don't think I am as far forward as you. It would > be useful if I could see that code you have so far. > > My curr

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #9 from Mark Thomas --- I'm working on this now. I don't think I am as far forward as you. It would be useful if I could see that code you have so far. My current thinking is that the PKCS8 branch in PEMFile is going to need

[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 Mircea Butmalai changed: What|Removed |Added Component|Catalina|Authentication -- You

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #8 from Christopher Schultz --- I have uncommitted work locally which can read the ASN.1 and perform the decryption, which does not fail (i.e. no exception is thrown). But when interpreting the decrypted data as an ASN.1 stream

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #7 from Mark Thomas --- Is that in your pem-utils project? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

[Bug 66875] Handling async error after spring already handled error

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66875 --- Comment #7 from Mark Thomas --- The original bug report was for two JSON responses in a single HTTP response. Is that still an issue? Is the error message regarding the response already being committed in addition to the multiple JSON

[Bug 67793] FORM authenticator does not remember original max inactive interval in all use-cases

2023-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 Mircea Butmalai changed: What|Removed |Added CC||mircea.butma...@radcom.ro -- You

[Bug 67818] SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67818 --- Comment #1 from Michael Osipov --- Tested the patch locally with my smartcard and Edge properly says: Die Verbindung mit dieser Website ist nicht sicher.deblndw024v.ad001.siemens.net hat ihr Anmeldezertifikat nicht akzeptiert, oder es

[Bug 67818] SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67818 Michael Osipov changed: What|Removed |Added Summary|SSLContext#setVerify() |SSL#setVerify()/SSLContext

[Bug 67818] SSLContext#setVerify() silently sets undocumented default verify paths

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

[Bug 67818] New: SSLContext#setVerify() silently sets undocumented default verify paths

2023-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67818 Bug ID: 67818 Summary: SSLContext#setVerify() silently sets undocumented default verify paths Product: Tomcat Native Version: 2.0.6 Hardware: All OS: All

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #6 from Christopher Schultz --- It looks like handling OID 1.2.840.113549.3.7 is something I was working on a while back in my project on GitHub. When running this through my own code, I get some debug output saying something about

[Bug 67793] New: FORM authenticator does not remember original max inactive interval in all use-cases

2023-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 Bug ID: 67793 Summary: FORM authenticator does not remember original max inactive interval in all use-cases Product: Tomcat 10 Version: 10.1.8 Hardware: All

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

2023-10-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67783 Bug ID: 67783 Summary: Fault when starting tomcat with a pkcs12 keystore that contains the TrustedKeyUsage OID Product: Tomcat 9 Version: 9.0.80 Hardware: PC

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #5 from Mark Thomas --- We may end up supporting a subset of the OpenSSL functionality (and documenting that). For me the target is not to support everything OpenSSL does (although it would be great if we could) but to support

[Bug 67757] tomcat-jdbc 10.1.14 - org.apache.tomcat.jdbc.pool.PooledConnection is not an interface

2023-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67757 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67664] IllegalArgumentException in ConnectionPool.getProxyConstructor

2023-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67664 Remy Maucherat changed: What|Removed |Added CC||ronald.dehuys...@gmail.com

[Bug 67757] New: tomcat-jdbc 10.1.14 - org.apache.tomcat.jdbc.pool.PooledConnection is not an interface

2023-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67757 Bug ID: 67757 Summary: tomcat-jdbc 10.1.14 - org.apache.tomcat.jdbc.pool.PooledConnection is not an interface Product: Tomcat Modules Version: unspecified

Bug report for Tomcat 10 [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2023/10/15]

2023-10-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #4 from Michael Osipov --- (In reply to Mark Thomas from comment #3) > It seems that very few (no?) users are creating keys with pass-phrases this > way as this isn't an issue that has been reported previously and we went >

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #3 from Mark Thomas --- It seems that very few (no?) users are creating keys with pass-phrases this way as this isn't an issue that has been reported previously and we went through a phase of getting reports of unsupported formats

[Bug 64570] Transaction not rollbacked if autocommit is false

2023-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64570 --- Comment #2 from Konstantin Kolinko --- https://tomcat.apache.org/tomcat-11.0-doc/jdbc-pool.html See "rollbackOnReturn" attribute. It is false by default. -- You are receiving this mail because: You are the assignee f

[Bug 67732] APR Deprecation Note in 10.1 doc is missing

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67732 --- Comment #2 from Marcelo Marques --- Thanks, appreciated the information. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 67732] APR Deprecation Note in 10.1 doc is missing

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67732 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED OS

[Bug 67732] New: APR Deprecation Note in 10.1 doc is missing

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67732 Bug ID: 67732 Summary: APR Deprecation Note in 10.1 doc is missing Product: Tomcat Native Version: 2.0.6 Hardware: PC Status: NEW Severity: normal Priority

[Bug 67722] Tomcat 10 Http11AprProtocol Protocol handler instantiation failed

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67722 --- Comment #3 from Marcelo Marques --- Thanks for the information. I noticed that the note about APR deprecations was added to the 10.0.x doc https://tomcat.apache.org/tomcat-10.0-doc/config/http.html But it is missing from the 10.1.x doc

[Bug 67731] Remove win-ipv6.patch

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67731 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67731] Remove win-ipv6.patch

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

[Bug 67731] New: Remove win-ipv6.patch

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67731 Bug ID: 67731 Summary: Remove win-ipv6.patch Product: Tomcat Native Version: 2.0.6 Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 67722] Tomcat 10 Http11AprProtocol Protocol handler instantiation failed

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67722 --- Comment #2 from Michael Osipov --- (In reply to Remy Maucherat from comment #1) > In the logs, the first error is: > 12-Oct-2023 14:42:21.043 SEVERE [main] > org.apache.catalina.connector.Connector. Protocol handler > instanti

[Bug 67722] Tomcat 10 Http11AprProtocol Protocol handler instantiation failed

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67722 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 67722] Tomcat 10 Http11AprProtocol Protocol handler instantiation failed

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67722 Ruediger Pluem changed: What|Removed |Added Version|10.0.0 |10.1.14 -- You are receiving

[Bug 67722] Tomcat 10 Http11AprProtocol Protocol handler instantiation failed

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67722 Ruediger Pluem changed: What|Removed |Added Target Milestone|--- |-- OS

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #7 from Michael Osipov --- Also fixed in: * tomcat-native main for 2.0.7 and onwards -- You are receiving this mail because: You are the assignee for the bug

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 67538] Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67538 --- Comment #5 from Michael Osipov --- (In reply to Christopher Schultz from comment #3) > (In reply to Michael Osipov from comment #2) > > > Compilation is expected to be done with Java 11, but tests can be run with > > &g

[Bug 67667] TLSCertificateReloadListener prints unreadable rendering of X509Certificate#getNotAfter()

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67667 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67697] Unable to use tomcat-jdbc 10.1.14

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67697 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED OS

[Bug 67664] IllegalArgumentException in ConnectionPool.getProxyConstructor

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67664 Remy Maucherat changed: What|Removed |Added CC||rad...@gmail.com --- Comment #4 from

[Bug 67697] New: Unable to use tomcat-jdbc 10.1.14

2023-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67697 Bug ID: 67697 Summary: Unable to use tomcat-jdbc 10.1.14 Product: Tomcat Modules Version: unspecified Hardware: Macintosh Status: NEW Severity: regression

[Bug 67685] Connector Compression adds unwanted "Content-Length" header with size of uncompressed response

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67685 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Remy Maucherat changed: What|Removed |Added CC||pier...@pieroxy.net --- Comment #9

[Bug 67685] New: Connector Compression adds unwanted "Content-Length" header with size of uncompressed response

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67685 Bug ID: 67685 Summary: Connector Compression adds unwanted "Content-Length" header with size of uncompressed response Product: Tomcat 10 Version: 10.1.14 Ha

[Bug 67616] o.a.tomcat.jni.SSL contains useless check for old OpenSSL version

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67616 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 67616] o.a.tomcat.jni.SSL contains useless check for old OpenSSL version

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67616 Michael Osipov changed: What|Removed |Added Summary|org/apache/tomcat/jni/SSL.j |o.a.tomcat.jni.SSL contains

[Bug 67683] New: C source code is compatible with OpenSSL 1.0.2

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67683 Bug ID: 67683 Summary: C source code is compatible with OpenSSL 1.0.2 Product: Tomcat Native Version: 1.2.39 Hardware: All OS: All Status: NEW Severity

[Bug 67615] Windows binary for version 2 has incorrect version suffix compared to the GNU autoconf version

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67615 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Matafagafo changed: What|Removed |Added CC||matafag...@yahoo.com -- You

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 --- Comment #8 from Remy Maucherat --- (In reply to Mark Thomas from comment #7) > (In reply to Remy Maucherat from comment #4) > > Sorry. I complained about this refactoring, but unfortunately could not find > > anything

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 --- Comment #7 from Mark Thomas --- (In reply to Remy Maucherat from comment #4) > Sorry. I complained about this refactoring, but unfortunately could not find > anything obviously wrong with it, so it went in ... Sorry, I

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Han Li changed: What|Removed |Added CC||gr.grzy...@gmail.com --- Comment #6 from Han

[Bug 67678] Content-Encoding: gzip with Content-Length header present

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67678 Han Li changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67678] Content-Encoding: gzip with Content-Length header present

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67678 --- Comment #1 from Grzegorz Grzybek --- See https://github.com/ops4j/org.ops4j.pax.web/issues/1897 -- You are receiving this mail because: You are the assignee for the bug

[Bug 67678] New: Content-Encoding: gzip with Content-Length header present

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67678 Bug ID: 67678 Summary: Content-Encoding: gzip with Content-Length header present Product: Tomcat 9 Version: 9.0.81 Hardware: PC OS: Linux

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

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67666 --- Comment #1 from Michael Osipov --- Before reload: $ for port in 20001 20002 20003 20004 30001 30002 ; do echo $port; echo -n Q | openssl s_client -connect localhost:$port 2>/dev/null | openssl x509 -noout -dates; done 20001 notBefore=

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #2 from Michael Osipov --- Switched to: openssl genrsa -out key.crt -aes128 -passout file:key-password 4096 openssl req -x509 -key key.crt -out cert.crt -sha256 -days 5 -passout file:key-password Now I see: 11-Oct-2023 09:34

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 --- Comment #1 from Michael Osipov --- This applies from Java 8 to 21. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

[Bug 67675] Tomcat or Java do not read encrypted private keys with DES-EDE3-CBC by openssl-req(1)

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

[Bug 67675] Tomcat and/or Java do not read encrypted private keys with DES-EDE3-CBC generated by openssl-req(1)

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 Michael Osipov changed: What|Removed |Added Summary|Tomcat or Java do not read |Tomcat and/or Java do

[Bug 67675] New: Tomcat or Java do not read encrypted private keys with DES-EDE3-CBC by openssl-req(1)

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67675 Bug ID: 67675 Summary: Tomcat or Java do not read encrypted private keys with DES-EDE3-CBC by openssl-req(1) Product: Tomcat 9 Version: 9.0.81 Hardware: All

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 --- Comment #4 from Remy Maucherat --- Sorry. I complained about this refactoring, but unfortunately could not find anything obviously wrong with it, so it went in ... -- You are receiving this mail because: You are the assignee for the bug

[Bug 67664] IllegalArgumentException in ConnectionPool.getProxyConstructor

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67664 --- Comment #3 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #1) > Fixed in: > - 8.5.x with 8.5.94 onwards Correction: The above should be "with 8.5.95 onwards". (Tomcat 8.5.94 had already been tagged

[Bug 67664] IllegalArgumentException in ConnectionPool.getProxyConstructor

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67664 Konstantin Kolinko changed: What|Removed |Added Severity|normal |regression -- You are receiving

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 --- Comment #3 from Konstantin Kolinko --- I have not tested yet, but I guess that Tomcat 8.5.94, 10.1.14 and 11.0.0-M12 are affected as well. The code regarding useCompression() call (o.a.c.http11.Http11Processor, o.a.c.CompressionConfig

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Konstantin Kolinko changed: What|Removed |Added Severity|normal |regression -- You are receiving

[Bug 67670] 20 seconds to download some JS files with 9.0.81

2023-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 --- Comment #2 from Konstantin Kolinko --- (In reply to M McClain from comment #0) > diff --git a/java/org/apache/coyote/http11/Http11Processor.java > b/java/org/apache/coyote/http11/Http11Processor.java > index aab2290407..ac531ad1

<    4   5   6   7   8   9   10   11   12   13   >