Re: [PR] BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs [tomcat]

2023-10-30 Thread via GitHub
aooohan commented on code in PR #675: URL: https://github.com/apache/tomcat/pull/675#discussion_r1376990387 ## java/org/apache/tomcat/util/net/jsse/PEMFile.java: ## @@ -624,6 +626,16 @@ private byte[] fromHex(String hexString) { } return bytes;

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 lucas.pou...@lpoconseil.fr changed: What|Removed |Added CC||lucas.pou...@lpoconseil.fr

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 lucas.pou...@lpoconseil.fr changed: What|Removed |Added Component|Servlet |Catalina -- You are

Buildbot success in on tomcat-9.0.x

2023-10-30 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/746 Blamelist: Mark Thomas , chenggwang <90715678+chenggw...@users.noreply.github.com>, lihan , remm Build Text: build successful Status Detected: restored build Build Source Stamp:

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

2023-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67793 --- Comment #3 from Channa --- Hi Tomcat Team, Any update on solution or future release which resolves this issue. Thanks Channa -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68026] org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 lucas.pou...@lpoconseil.fr changed: What|Removed |Added Severity|normal |regression

[Bug 68026] New: org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached

2023-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68026 Bug ID: 68026 Summary: org.apache.tomcat.buf.MessageBytes.toString() is no longuer cached Product: Tomcat 10 Version: 10.1.15 Hardware: PC OS: Linux

(tomcat) branch 9.0.x updated: Port BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 90de35fa32 Port BZ 67818:

(tomcat) branch 10.1.x updated: Port BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 72698641f6 Port BZ 67818:

(tomcat) branch main updated: Port BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 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 07a14381e0 Port BZ 67818:

(tomcat) branch main updated: Port BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 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 15d7157053 Port BZ 67818:

Re: (tomcat-native) branch main updated: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread Christopher Schultz
Michael, On 10/30/23 08:40, Michael Osipov wrote: On 2023/10/30 11:50:55 Mark Thomas wrote: 30 Oct 2023 10:25:07 micha...@apache.org: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository

Re: [PR] BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs [tomcat]

2023-10-30 Thread via GitHub
michael-o commented on code in PR #675: URL: https://github.com/apache/tomcat/pull/675#discussion_r1376474963 ## java/org/apache/tomcat/util/net/jsse/PEMFile.java: ## @@ -56,6 +56,8 @@ import org.apache.tomcat.util.codec.binary.Base64; import

Re: [PR] BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs [tomcat]

2023-10-30 Thread via GitHub
michael-o commented on code in PR #675: URL: https://github.com/apache/tomcat/pull/675#discussion_r1376474963 ## java/org/apache/tomcat/util/net/jsse/PEMFile.java: ## @@ -56,6 +56,8 @@ import org.apache.tomcat.util.codec.binary.Base64; import

Re: [PR] BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs [tomcat]

2023-10-30 Thread via GitHub
ChristopherSchultz commented on code in PR #675: URL: https://github.com/apache/tomcat/pull/675#discussion_r1376435849 ## java/org/apache/tomcat/util/net/jsse/PEMFile.java: ## @@ -56,6 +56,8 @@ import org.apache.tomcat.util.codec.binary.Base64; import

Re: (tomcat-native) branch main updated: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread Michael Osipov
On 2023/10/30 11:50:55 Mark Thomas wrote: > 30 Oct 2023 10:25:07 micha...@apache.org: > > > This is an automated email from the ASF dual-hosted git repository. > > > > michaelo pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > > > > > The

Re: (tomcat-native) branch main updated: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread Mark Thomas
30 Oct 2023 10:25:07 micha...@apache.org: This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push:

[PR] BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs [tomcat]

2023-10-30 Thread via GitHub
michael-o opened a new pull request, #675: URL: https://github.com/apache/tomcat/pull/675 (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,

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

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

Re: [PR] BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocum… [tomcat-native]

2023-10-30 Thread via GitHub
michael-o closed pull request #22: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocum… URL: https://github.com/apache/tomcat-native/pull/22 -- 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] BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocum… [tomcat-native]

2023-10-30 Thread via GitHub
michael-o commented on PR #22: URL: https://github.com/apache/tomcat-native/pull/22#issuecomment-1784891589 Merged. -- 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

(tomcat-native) branch 1.2.x updated: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 193c4e504 BZ 67818:

(tomcat-native) branch main updated: BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths

2023-10-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/main by this push: new ccc6bfe99 BZ 67818: