[tomcat] branch main updated: Code clean-up. Remove unnecessary code.

2021-05-27 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 029e975 Code clean-up. Remove unnecessary code. 029e

[tomcat] branch 10.0.x updated: Code clean-up. Remove unnecessary code.

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 65cc45a Code clean-up. Remove unnecessary code.

[tomcat] branch 9.0.x updated: Code clean-up. Remove unnecessary code.

2021-05-27 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 ac5642d Code clean-up. Remove unnecessary code. ac

[tomcat] branch 8.5.x updated: Code clean-up. Remove unnecessary code.

2021-05-27 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 0e7b871 Code clean-up. Remove unnecessary code. 0e

[tomcat] branch main updated: Need unique name for log files else they overwrite each other

2021-05-27 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 91262f2 Need unique name for log files else they ove

[tomcat] branch 10.0.x updated: Need unique name for log files else they overwrite each other

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 1f15ad2 Need unique name for log files else they

Re: Renamings with APR removal in 10.1.x

2021-05-27 Thread Michael Osipov
Am 2021-05-26 um 15:29 schrieb Mark Thomas: On 25/05/2021 17:27, Michael Osipov wrote: Mark, since you are going to remove all bits soon, will you rename Java items with still carry the APR substring? E.g., AprLifecycleListener will be a misleading name for obvious reasons. I hadn't conside

[tomcat] branch main updated: Remove useless strings

2021-05-27 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 e5b6556 Remove useless strings e5b6556 is described b

[tomcat] branch 10.0.x updated: Remove useless strings

2021-05-27 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6a6acf7 Remove useless strings 6a6acf7 is describ

[tomcat] branch main updated: Remove unused translations (also removed from poeditor.com)

2021-05-27 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 39665c7 Remove unused translations (also removed fro

[tomcat] branch 10.0.x updated: Remove unused translations (also removed from poeditor.com)

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 c99569b Remove unused translations (also removed

[tomcat] branch 9.0.x updated: Simplify NIO block read and write

2021-05-27 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 500b2a4 Simplify NIO block read and write 500b2a4 i

[tomcat] branch 9.0.x updated: Optimized selector handling for Java 11

2021-05-27 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 9535eb3 Optimized selector handling for Java 11 953

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Michael Osipov
Am 2021-05-26 um 15:25 schrieb Mark Thomas: On 25/05/2021 17:23, Michael Osipov wrote: Nice research. Mark, I don't know when the next APR release will happen, but I consider this to be very annoying. Maybe it makes sense to push 1.2.29 with APR 1.7.1-dev to please Windows users? I'd pref

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Michael Osipov
Am 2021-05-27 um 07:39 schrieb Mladen Turk: APR has to be compiled with -D_WIN32_WINNT=0x0600 -DWINVER=0x0600 Same with Tomcat Native Use apr-1.6.x Both don't work out for the following reasons: * Your setenv.bat sets WINVER=0x0601 which fails for the NMakefile which in turn requires a symbol

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Mark Thomas
Michael, I think we need to step back a bit. I am unable to recreate the issue you describe. I am using: - Windows Server 2019 - IPv6 enabled (and IPv4 and both have addresses) - Apache Tomcat 9.0.46 - Apache Tomcat Native 1.2.28 - AprLifecycleListener is enabled - No address configured for Con

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Michael Osipov
Am 2021-05-27 um 11:52 schrieb Mark Thomas: Michael, I think we need to step back a bit. I am unable to recreate the issue you describe. I am using: - Windows Server 2019 - IPv6 enabled (and IPv4 and both have addresses) - Apache Tomcat 9.0.46 - Apache Tomcat Native 1.2.28 - AprLifecycleListen

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Michael Osipov
Prefences in the OS: PS C:\Users\osipovmi> netsh interface ipv6 show prefixpolicies Der aktive Status wird abgefragt... Vorgänger Label Präfix -- - 50 0 :::0:0/96 40 1 ::1/128 30 2 ::/0 20

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Mark Thomas
On 27/05/2021 11:12, Michael Osipov wrote: Am 2021-05-27 um 11:52 schrieb Mark Thomas: Michael, I think we need to step back a bit. I am unable to recreate the issue you describe. I am using: - Windows Server 2019 - IPv6 enabled (and IPv4 and both have addresses) - Apache Tomcat 9.0.46 - Apac

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Mark Thomas
On 27/05/2021 13:24, Mark Thomas wrote: On 27/05/2021 11:12, Michael Osipov wrote: Am 2021-05-27 um 11:52 schrieb Mark Thomas: Michael, I think we need to step back a bit. I am unable to recreate the issue you describe. I am using: - Windows Server 2019 - IPv6 enabled (and IPv4 and both have

[tomcat] branch 7.0.x updated: Add Javadoc. Align with 8.5.x. Trivial commit to trigger CI.

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d651c3e Add Javadoc. Align with 8.5.x. Trivial com

buildbot failure in on tomcat-7.0.x

2021-05-27 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7.0.x while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7.0.x/builds/1 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler sched

[tomcat] branch main updated: Clean up

2021-05-27 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 6776cb6 Clean up 6776cb6 is described below commit

[tomcat] branch 10.0.x updated: Clean up

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 84e7d58 Clean up 84e7d58 is described below com

[tomcat] branch 9.0.x updated: Clean up

2021-05-27 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 d959253 Clean up d959253 is described below commi

[tomcat] branch 8.5.x updated: Clean up

2021-05-27 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 3c0dd7b Clean up 3c0dd7b is described below commi

[tomcat] branch 7.0.x updated: Clean up

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 9ddb734 Clean up 9ddb734 is described below commi

Re: APR connector on Windows 8+ fails to listen on all addresses

2021-05-27 Thread Michael Osipov
Am 2021-05-27 um 15:41 schrieb Mark Thomas: On 27/05/2021 13:24, Mark Thomas wrote: On 27/05/2021 11:12, Michael Osipov wrote: Am 2021-05-27 um 11:52 schrieb Mark Thomas: Michael, I think we need to step back a bit. I am unable to recreate the issue you describe. I am using: - Windows Serve

[tomcat-native] branch main updated (73c347b -> 33a5ef3)

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. from 73c347b Revert "Simplify Address#getInfo() native implementation" new 8ca30e9 Add patch for APR 1.7.0 to a

[tomcat-native] 01/03: Add patch for APR 1.7.0 to address binding issue in Windows

2021-05-27 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-native.git commit 8ca30e9707f0a4db5d9ad56e9db49cf892a4fd78 Author: Mark Thomas AuthorDate: Thu May 27 14:02:24 2021 +0100 Add pat

[tomcat-native] 03/03: Remove diff for CHANGES file from patch

2021-05-27 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-native.git commit 33a5ef3ef0028ae05618fd0689a4c44c63733107 Author: Mark Thomas AuthorDate: Thu May 27 16:36:46 2021 +0100 Remove

[tomcat-native] 02/03: Tweak patch so it can be applied with git apply

2021-05-27 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-native.git commit e3259817ba2b18fc69376f6734ba01a05175a7d7 Author: Mark Thomas AuthorDate: Thu May 27 16:35:35 2021 +0100 Tweak p

[Bug 65302] Add support for setting com.sun.jndi.ldap.tls.cbtype

2021-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65302 --- Comment #6 from Mike Millson --- (In reply to Michael Osipov from comment #1) > The only SASL mech supporting this is GSSAPI and you can > request GSS-API to completely encrypt your traffic with Kerberos > (auth-conf), no TLS necessary. Do

[GitHub] [tomcat-native] markt-asf commented on pull request #9: Simplify Address#getInfo() native implementation

2021-05-27 Thread GitBox
markt-asf commented on pull request #9: URL: https://github.com/apache/tomcat-native/pull/9#issuecomment-849750902 This changes behaviour so it would need to wait until 1.3 (if there ever is such a version). Note that the current plan is that the code being discussed here would be remov

[GitHub] [tomcat-native] michael-o commented on pull request #9: Simplify Address#getInfo() native implementation

2021-05-27 Thread GitBox
michael-o commented on pull request #9: URL: https://github.com/apache/tomcat-native/pull/9#issuecomment-849773816 > > > This changes behaviour so it would need to wait until 1.3 (if there ever is such a version). > Note that the current plan is that the code being discussed here

[Bug 65302] Add support for setting com.sun.jndi.ldap.tls.cbtype

2021-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65302 --- Comment #7 from Michael Osipov --- (In reply to Mike Millson from comment #6) > (In reply to Michael Osipov from comment #1) > > The only SASL mech supporting this is GSSAPI and you can > > request GSS-API to completely encrypt your traffic

[tomcat-native] branch main updated: Update changelog

2021-05-27 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-native.git The following commit(s) were added to refs/heads/main by this push: new 8c22932 Update changelog 8c22932 is described

[GitHub] [tomcat-native] michael-o edited a comment on pull request #9: Simplify Address#getInfo() native implementation

2021-05-27 Thread GitBox
michael-o edited a comment on pull request #9: URL: https://github.com/apache/tomcat-native/pull/9#issuecomment-849773816 > > > This changes behaviour so it would need to wait until 1.3 (if there ever is such a version). > Note that the current plan is that the code being discuss

[tomcat-native] tag 1.2.29 created (now c7166f3)

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 1.2.29 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. at c7166f3 (commit) This tag includes the following new commits: new c7166f3 Tag 1.2.29 The 1 revisions list

[tomcat-native] 01/01: Tag 1.2.29

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.2.29 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit c7166f321fe275676dcc2990fe9232c1fcc67f5f Author: Mark Thomas AuthorDate: Thu May 27 17:39:03 2021 +0100 Tag 1.2.

[tomcat-native] 01/02: Increment version number ready for next development cycle

2021-05-27 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-native.git commit ac54a20919300b27e75a1a1a0bf49b8a14e7374a Author: Mark Thomas AuthorDate: Thu May 27 17:44:35 2021 +0100 Increme

[tomcat-native] 02/02: Add best guess for 1.2.29 release date

2021-05-27 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-native.git commit 353f2c05a0b1030f6caa2f6f9717408e5e3b580d Author: Mark Thomas AuthorDate: Thu May 27 17:44:51 2021 +0100 Add bes

[tomcat-native] branch main updated (8c22932 -> 353f2c0)

2021-05-27 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. from 8c22932 Update changelog new ac54a20 Increment version number ready for next development cycle new 35

buildbot success in on tomcat-7.0.x

2021-05-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7.0.x while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7.0.x/builds/2 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler sc