(tomcat-native) branch 1.3.x updated: Fix a crash on Windows in SSLContext.setCACertificate()

2024-05-16 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.3.x by this push: new e77dcb05d Fix a crash on Windows

(tomcat-native) branch main updated: Fix a crash on Windows in SSLContext.setCACertificate()

2024-05-16 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 745455f12 Fix a crash on Windows

(tomcat-native) branch 1.3.x updated: Add missing newlines to printf statements

2024-05-16 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.3.x by this push: new 6ddbab7fe Add missing newlines to printf

(tomcat-native) branch main updated: Add missing newlines to printf statements

2024-05-16 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 6a6a6b239 Add missing newlines to printf

(tomcat-native) branch 1.3.x updated: Fix comment

2024-04-18 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.3.x by this push: new 5998cbf84 Fix comment 5998cbf84

(tomcat-native) branch main updated: Fix comment

2024-04-18 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 43ddd1e80 Fix comment 43ddd1e80

(tomcat-native) branch main updated: Fix APR version check in M4 macro

2024-04-18 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 49d1a3a5b Fix APR version check in M4

(tomcat) branch 8.5.x updated: BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-31 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 40a1d14fd4 BZ 67926: PEMFile prints

(tomcat) branch 10.1.x updated: BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-31 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 60b68d8f2a BZ 67926: PEMFile prints

(tomcat) branch 9.0.x updated: BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-31 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 96688ea1ff BZ 67926: PEMFile prints

(tomcat) branch main updated: BZ 67926: PEMFile prints unidentifiable string representation of ASN.1 OIDs

2023-10-31 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.git The following commit(s) were added to refs/heads/main by this push: new 3151ed38a6 BZ 67926: PEMFile prints

(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: SSL#setVerify

(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: SSL#setVerify

(tomcat-native) branch 1.2.x updated: Remove an unreachable if condition around CRLs in sslcontext.c

2023-10-27 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 de660b456 Remove an unreachable

(tomcat-native) branch main updated: Remove an unreachable if condition around CRLs in sslcontext.c

2023-10-27 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 ac6f59b81 Remove an unreachable

[tomcat] branch 8.5.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 8768cb1607 BZ 66670: Add SSLHostConfig

[tomcat] branch 9.0.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 3d8db8cd57 BZ 66670: Add SSLHostConfig

[tomcat] branch 10.1.x updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 62bbe46266 BZ 66670: Add SSLHostConfig

[tomcat] branch main updated: BZ 66670: Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 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.git The following commit(s) were added to refs/heads/main by this push: new b1d20cc6b0 BZ 66670: Add SSLHostConfig

[tomcat-native] branch 1.2.x updated: Fix version set in DLL header on Windows

2023-10-12 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 d5dbac61e Fix version set in DLL header

[tomcat-native] 01/02: Add Ant version (1.10.2) requirement identical to Tomcat

2023-10-12 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 commit 4478b720db92369f08151b7976f30dabc969d2ce Author: Michael Osipov AuthorDate: Thu Oct 12 16:42:16 2023 +0200

[tomcat-native] 02/02: BZ 67538: Make use of Ant's task to enfore the mininum Java build version

2023-10-12 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 commit 82a502dab27ac12d00079ae3310387b000f7e901 Author: Michael Osipov AuthorDate: Thu Oct 12 16:13:01 2023 +0200

[tomcat-native] branch main updated (1f32d55d5 -> 82a502dab)

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git from 1f32d55d5 Align Java source compile configuration with Tomcat new 4478b720d Add Ant version (1.10.2

[tomcat] branch 8.5.x updated: BZ 67538: Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 1927cd1b5c BZ 67538: Make use of Ant's task

[tomcat] branch 10.1.x updated: BZ 67538: Make use of Ant's task to enfore the mininum Java build version

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 cbfc9eb850 BZ 67538: Make use of Ant's task

[tomcat] branch main updated: BZ 67538: Make use of Ant's task to enfore the mininum Java build version

2023-10-12 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.git The following commit(s) were added to refs/heads/main by this push: new eb9913a7d7 BZ 67538: Make use of Ant's task

[tomcat-native] branch 1.2.x updated: Align Java source compile configuration with Tomcat

2023-10-12 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 06fd25f1e Align Java source compile

[tomcat-native] branch main updated: Align Java source compile configuration with Tomcat

2023-10-12 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 1f32d55d5 Align Java source compile

[tomcat-native] branch 1.2.x updated: Drop useless 'compile.optimize' option

2023-10-12 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 5d19eda23 Drop useless 'compile.optimize

[tomcat-native] branch main updated: Drop useless 'compile.optimize' option

2023-10-12 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 97a76c3a4 Drop useless 'compile.optimize

[tomcat] branch 8.5.x updated: BZ 67667: TLSCertificateReloadListener prints unreadable rendering of X509Certificate#getNotAfter()

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 b03e642842 BZ 67667

[tomcat] branch 9.0.x updated: BZ 67667: TLSCertificateReloadListener prints unreadable rendering of X509Certificate#getNotAfter()

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 ec3c350dd6 BZ 67667

[tomcat] branch 10.1.x updated: BZ 67667: TLSCertificateReloadListener prints unreadable rendering of X509Certificate#getNotAfter()

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 3ade127959 BZ 67667

[tomcat] branch main updated: BZ 67667: TLSCertificateReloadListener prints unreadable rendering of X509Certificate#getNotAfter()

2023-10-12 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.git The following commit(s) were added to refs/heads/main by this push: new 69143e32da BZ 67667: TLSCertificateReloadListener

[tomcat] branch 8.5.x updated: Increment version number for next development cycle

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 8234f4dc31 Increment version number for next

[tomcat] branch 10.1.x updated: Increment version number for next development cycle

2023-10-12 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 f1865eb249 Increment version number for next

[tomcat] branch main updated: Increment version number for next development cycle

2023-10-12 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.git The following commit(s) were added to refs/heads/main by this push: new c3d9dbc444 Increment version number for next

[tomcat-native] branch main updated: BZ 67616: o.a.tomcat.jni.SSL contains useless check for old OpenSSL version

2023-10-11 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 3549935bf BZ 67616: o.a.tomcat.jni.SSL

[tomcat-native] branch 1.2.x updated: Fix incorrect comment

2023-10-11 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 7064b588d Fix incorrect comment

[tomcat-native] branch main updated: Fix incorrect comment

2023-10-11 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 fd3df8fc4 Fix incorrect comment fd3df8fc4

[tomcat-native] branch main updated: Align default pass phrase prompt with HTTPd on Windows as well

2023-10-11 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 161333137 Align default pass phrase prompt

[tomcat-native] branch main updated: BZ 67615: Windows binary for version 2 has incorrect version suffix compared to the GNU autoconf version

2023-10-11 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 d280a8d1e BZ 67615: Windows binary

[tomcat] branch 9.0.x updated: Remove used property

2023-06-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 0df28a6201 Remove used property 0df28a6201

[tomcat] branch 10.1.x updated: Remove used property

2023-06-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 8b1833f75b Remove used property 8b1833f75b

[tomcat] branch main updated: Remove used property

2023-06-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.git The following commit(s) were added to refs/heads/main by this push: new b9a8bd4fda Remove used property b9a8bd4fda

[tomcat] branch 8.5.x updated: Align PropertiesRoleMappingListener for API difference

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 d79954dfc7 Align PropertiesRoleMappingListener

[tomcat] 01/02: Add BZ issue ID

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4480ff33ff30413993c2773564164f72ae07b76d Author: Michael Osipov AuthorDate: Thu Jun 29 11:22:38 2023 +0200 Add BZ

[tomcat] 01/02: Add BZ issue ID

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d936b7058990a749414161fb38250cca9593669e Author: Michael Osipov AuthorDate: Thu Jun 29 11:22:38 2023 +0200 Add BZ

[tomcat] 02/02: Bug 66665: Provide option to supply role mapping from a properties file

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5ae93dda3d7e2834666f9c223dcf90db830c2193 Author: Michael Osipov AuthorDate: Fri Jun 23 15:07:25 2023 +0200 Bug

[tomcat] branch 8.5.x updated (54ff8b3240 -> 5ae93dda3d)

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 54ff8b3240 Improve Javadoc new d936b70589 Add BZ issue ID new 5ae93dda3d Bug 5: Provide option

[tomcat] branch 9.0.x updated (b00c5c80b4 -> e393ce35cb)

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from b00c5c80b4 Improve Javadoc new 4480ff33ff Add BZ issue ID new e393ce35cb Bug 5: Provide option

[tomcat] 02/02: Bug 66665: Provide option to supply role mapping from a properties file

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e393ce35cb769c3e54d0904db3ec349efb53ffbc Author: Michael Osipov AuthorDate: Fri Jun 23 15:07:25 2023 +0200 Bug

[tomcat] 01/02: Add BZ issue ID

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6e435d8ae45fbf9f35845173eddf58228153575c Author: Michael Osipov AuthorDate: Thu Jun 29 11:22:38 2023 +0200 Add

[tomcat] branch 10.1.x updated (26555450d3 -> 6cb448a3f2)

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 26555450d3 Improve Javadoc new 6e435d8ae4 Add BZ issue ID new 6cb448a3f2 Bug 5: Provide option

[tomcat] 02/02: Bug 66665: Provide option to supply role mapping from a properties file

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6cb448a3f2ac4d936a01098fb032f32cac9960e4 Author: Michael Osipov AuthorDate: Fri Jun 23 15:07:25 2023 +0200 Bug

[tomcat] 02/02: Bug 66665: Provide option to supply role mapping from a properties file

2023-06-29 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.git commit c8adc4c4869f432b900606ae52a89e54c324f3dd Author: Michael Osipov AuthorDate: Fri Jun 23 15:07:25 2023 +0200 Bug

[tomcat] branch main updated (d1f0c34b18 -> c8adc4c486)

2023-06-29 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from d1f0c34b18 Pull up as default method since it avoids API compatibility issues new ecca27f193 Add BZ issue ID

[tomcat] 01/02: Add BZ issue ID

2023-06-29 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.git commit ecca27f193585ff7b4bd17a1739fa0d59138b02c Author: Michael Osipov AuthorDate: Thu Jun 29 11:22:38 2023 +0200 Add BZ

[tomcat-native] branch main updated: Bug 66666: Remove non-reachable functions from ssl.c

2023-06-29 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 2e865ff87 Bug 6: Remove non-reachable

[tomcat-native] branch 1.2.x updated: Align default pass phrase prompt with HTTPd

2023-06-26 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 8049561c8 Align default pass phrase

[tomcat-native] branch main updated: Align default pass phrase prompt with HTTPd

2023-06-26 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 cea4e7e87 Align default pass phrase prompt

[tomcat-native] branch 1.2.x updated: Trim trailing whitespace

2023-06-26 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 d108b0288 Trim trailing whitespace

[tomcat-native] branch main updated: Trim trailing whitespace

2023-06-26 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 3fbe5615c Trim trailing whitespace

[tomcat-native] branch 1.2.x updated: Replace tabs with spaces

2023-06-22 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 df4c93e20 Replace tabs with spaces

[tomcat-native] branch main updated: Replace tabs with spaces

2023-06-22 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 f247f0af0 Replace tabs with spaces

[tomcat] branch 8.5.x updated: Add ContextNamingInfoListener

2023-06-13 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 ed1277b29b Add ContextNamingInfoListener

[tomcat] branch 9.0.x updated: Add ContextNamingInfoListener

2023-06-13 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 594a878ec4 Add ContextNamingInfoListener

[tomcat] branch 10.1.x updated: Add ContextNamingInfoListener

2023-06-13 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 966ba70198 Add ContextNamingInfoListener

[tomcat] branch main updated (26e49bba4b -> f3adc26288)

2023-06-13 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 26e49bba4b Expand security guidance to cover embedded usage add f3adc26288 Add ContextNamingInfoListener No new

[tomcat-native] branch main updated: Fix typo

2022-04-13 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 c4c3b1372 Fix typo c4c3b1372 is described

[tomcat] branch 9.0.x updated: Add support for additional user attributes in TomcatPrincipal

2022-02-09 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 024a495 Add support for additional user

[tomcat] branch 10.0.x updated: Add support for additional user attributes in TomcatPrincipal

2022-02-09 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 8ced4ec Add support for additional user

[tomcat] branch main updated: Add support for additional user attributes in TomcatPrincipal

2022-02-08 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.git The following commit(s) were added to refs/heads/main by this push: new c3edf43 Add support for additional user

[tomcat] branch 9.0.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar

2022-01-24 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 e9eae92 jarsToSkip += derby-*.jar jaxws-rt

[tomcat] branch 8.5.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar

2022-01-24 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 85d9d0e jarsToSkip += derby-*.jar jaxws-rt

[tomcat] branch 10.0.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar

2022-01-24 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 562762f jarsToSkip += derby-*.jar jaxws-rt

[tomcat] branch main updated: Fix position of entry in changelog.xml

2022-01-24 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.git The following commit(s) were added to refs/heads/main by this push: new ee9b1c6 Fix position of entry in changelog.xml

[tomcat] branch main updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar

2022-01-24 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.git The following commit(s) were added to refs/heads/main by this push: new 1710c7b jarsToSkip += derby-*.jar jaxws-rt-*.jar

[tomcat] branch 8.5.x updated: Log warning if a listener is incorrectly placed

2021-11-09 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 4896083 Log warning if a listener

[tomcat] branch 9.0.x updated: Log warning if a listener is incorrectly placed

2021-11-09 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 ae9f1d6 Log warning if a listener

[tomcat] branch 10.0.x updated: Log warning if a listener is incorrectly placed

2021-11-09 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 85f41ba Log warning if a listener

[tomcat] branch main updated: Log warning if a listener is incorrectly placed

2021-11-09 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.git The following commit(s) were added to refs/heads/main by this push: new 322a9ab Log warning if a listener is incorrectly

[tomcat] branch 8.5.x updated: Add Javadoc comment about nesting of server-wide listeners

2021-11-01 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 6a58001 Add Javadoc comment about nesting

[tomcat] branch 9.0.x updated: Add Javadoc comment about nesting of server-wide listeners

2021-11-01 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 9a5c21c Add Javadoc comment about nesting

[tomcat] branch 10.0.x updated: Add Javadoc comment about nesting of server-wide listeners

2021-11-01 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 8fe8c81 Add Javadoc comment about nesting

[tomcat] branch main updated: Add Javadoc comment about nesting of server-wide listeners

2021-11-01 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.git The following commit(s) were added to refs/heads/main by this push: new fab59e5 Add Javadoc comment about nesting

[tomcat-native] branch main updated: Revert "Simplify Address#getInfo() native implementation"

2021-05-26 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 73c347b Revert "Simplify Address#ge

[tomcat-native] branch main updated: Simplify Address#getInfo() native implementation

2021-05-26 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 420cd1c Simplify Address#getInfo() native

[tomcat] branch 7.0.x updated: Simplify AprEndpoint socket bind for all platforms

2021-05-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new f505e38 Simplify AprEndpoint socket bind

[tomcat] branch 8.5.x updated: Simplify AprEndpoint socket bind for all platforms

2021-05-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 cf8b603 Simplify AprEndpoint socket bind

[tomcat] branch 9.0.x updated: Simplify AprEndpoint socket bind for all platforms

2021-05-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 2ab367a Simplify AprEndpoint socket bind

[tomcat] branch 10.0.x updated: Simplify AprEndpoint socket bind for all platforms

2021-05-26 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new f1db089 Simplify AprEndpoint socket bind

[tomcat] branch main updated: Simplify AprEndpoint socket bind for all platforms

2021-05-26 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.git The following commit(s) were added to refs/heads/main by this push: new cfcefa0 Simplify AprEndpoint socket bind for all

[tomcat] branch 7.0.x updated: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new d283a04 AprLifecycleListener does not show dev

[tomcat] branch 8.5.x updated: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 018083f AprLifecycleListener does not show dev

[tomcat] branch 9.0.x updated: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo 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 9745d4b AprLifecycleListener does not show dev

[tomcat] branch 10.0.x updated: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new f5e5091 AprLifecycleListener does not show

[tomcat] branch main updated: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 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.git The following commit(s) were added to refs/heads/main by this push: new 7929f10 AprLifecycleListener does not show dev

[tomcat] 01/01: AprLifecycleListener does not show dev version suffix for libtcnative and libapr

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch apache-main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7929f10f12e7d9e958f16086e28928e9adc9af62 Author: Michael Osipov AuthorDate: Tue May 25 20:14:19 2021 +0200

[tomcat] branch apache-main created (now 7929f10)

2021-05-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch apache-main in repository https://gitbox.apache.org/repos/asf/tomcat.git. at 7929f10 AprLifecycleListener does not show dev version suffix for libtcnative and libapr This branch

  1   2   3   4   >