Buildbot failure in on tomcat-10.1.x

2023-08-31 Thread buildbot
Build status: BUILD FAILED: Logs copied. (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/918 Blamelist: lihan Build Text: Logs copied. (failure) Status Detected: new failure Build Source Stamp: [branch 10.1.x] 5d6e0ea5c86c43110e3efeeb4d2cc110131c8b3a

[tomcat] branch 10.1.x updated: Fix javadoc and documentation.

2023-08-31 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 5d6e0ea5c8 Fix javadoc and documentation.

Buildbot failure in on tomcat-11.0.x

2023-08-31 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/553 Blamelist: lihan Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] ca095d52c98c2e25005990a9ef02240a823f0334

[tomcat] branch main updated: Fix javadoc and documentation.

2023-08-31 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ca095d52c9 Fix javadoc and documentation. ca095d52c9

[Bug 65770] Make keys reload automatically

2023-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770 --- Comment #13 from Remy Maucherat --- (In reply to Michael Osipov from comment #12) > Maybe this listener should receive a reload interface will will decide > whether the file needs to be reloaded or not? We can provide a default impl, > but

[Bug 65770] Make keys reload automatically

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

[Bug 65770] Make keys reload automatically

2023-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770 --- Comment #12 from Michael Osipov --- (In reply to Mark Thomas from comment #8) > I've been discussing this with the users recently and came up with the > following approach. > > - Lifecycle listener that ships with Tomcat > - Every X

[tomcat] branch main updated: Add methods to reduce use of deprecated methods eventually

2023-08-31 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 446a2a6c5f Add methods to reduce use of deprecated

[Bug 65770] Make keys reload automatically

2023-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770 --- Comment #11 from Remy Maucherat --- (In reply to Mark Thomas from comment #8) > I've been discussing this with the users recently and came up with the > following approach. > > - Lifecycle listener that ships with Tomcat > - Every X

[Bug 65770] Make keys reload automatically

2023-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770 --- Comment #10 from Mark Thomas --- Not every key/cert is defined by a file. At least one cloud provider (Azure) has a JCA provider that enables Java apps to access keys in the cloud provided vault without any reference to a file on the file

[Bug 67065] Using "::1" to bind to all local addresses (IPV4 and IPV6)

2023-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67065 --- Comment #5 from Mark Thomas --- Same problem. The only values that allow binding of multiple addresses are "::" and "0.0.0.0". Anything else needs to be done individually. -- You are receiving this mail because: You are the assignee for