[Bug 65776] "Duplicate accept detected" error from a subsequent request with the same local port
https://bz.apache.org/bugzilla/show_bug.cgi?id=65776 --- Comment #8 from Brooke T. Hedrick --- We are seeing this error on Windows Server 2019 Jan 21, 2022 10:30:21 AM org.apache.tomcat.util.net.AprEndpoint setSocketOptions SEVERE: Error allocating socket processor java.io.IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924298 at org.apache.tomcat.util.net.AprEndpoint.setSocketOptions(AprEndpoint.java:811) at org.apache.tomcat.util.net.AprEndpoint.setSocketOptions(AprEndpoint.java:83) at org.apache.tomcat.util.net.Acceptor.run(Acceptor.java:149) at java.base/java.lang.Thread.run(Thread.java:829) Adoptium JDK jdk-11.0.13+8 64bit Apache Tomcat 9.0.56 tomcat-native-1.2.31 openssl-1.1.1l apr-1.7.0 apr-util-1.6.1 2022-01-21 09:58:59 Apache Commons Daemon procrun stdout initialized. Jan 21, 2022 9:59:01 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Loaded Apache Tomcat Native library [1.2.31] using APR version [1.7.0]. Jan 21, 2022 9:59:01 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true]. Jan 21, 2022 9:59:01 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] Jan 21, 2022 9:59:01 AM org.apache.catalina.core.AprLifecycleListener initializeSSL INFO: OpenSSL successfully initialized [OpenSSL 1.1.1l 24 Aug 2021] Jan 21, 2022 9:59:01 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-apr-0.0.0.0-x"] Jan 21, 2022 9:59:01 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-openssl-apr-0.0.0.0-x"] Jan 21, 2022 9:59:01 AM org.apache.tomcat.util.net.openssl.OpenSSLUtil getKeyManagers Jan 21, 2022 9:59:01 AM org.apache.catalina.startup.Catalina load INFO: Server initialization in [667] milliseconds Jan 21, 2022 9:59:01 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Catalina] Jan 21, 2022 9:59:01 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet engine: [Apache Tomcat/9.0.56] AND We are seeing the error on Ubuntu 20.04.3 LTS Jan 21, 2022 8:55:02 AM org.apache.tomcat.util.net.AprEndpoint setSocketOptions SEVERE: Error allocating socket processor java.io.IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924298 at org.apache.tomcat.util.net.AprEndpoint.setSocketOptions(AprEndpoint.java:811) at org.apache.tomcat.util.net.AprEndpoint.setSocketOptions(AprEndpoint.java:83) at org.apache.tomcat.util.net.Acceptor.run(Acceptor.java:149) at java.base/java.lang.Thread.run(Thread.java:829) Jan 21, 2022 7:08:11 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Loaded Apache Tomcat Native library [1.2.31] using APR version [1.7.0]. Jan 21, 2022 7:08:11 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true]. Jan 21, 2022 7:08:11 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] Jan 21, 2022 7:08:11 AM org.apache.catalina.core.AprLifecycleListener initializeSSL INFO: OpenSSL successfully initialized [OpenSSL 1.1.1l 24 Aug 2021] Jan 21, 2022 7:08:11 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-apr-0.0.0.0-x"] Jan 21, 2022 7:08:11 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["https-openssl-apr-0.0.0.0-x"] Jan 21, 2022 7:08:11 AM org.apache.catalina.startup.Catalina load INFO: Server initialization in [463] milliseconds Jan 21, 2022 7:08:11 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service [Catalina] Jan 21, 2022 7:08:11 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet engine: [Apache Tomcat/9.0.56] We do NOT see this issue logged, by Tomcat, on the same Windows or Linux O/S versions with DIFF AdoptOpenJDK 11.0.10+9 64bit DIFF Apache Tomcat 9.0.43 DIFF tomcat-native-1.2.26 DIFF openssl-1.1.1i SAME apr-1.7.0 SAME apr-util-1.6.1 Reported here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924298/comments/8 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: All current branches building with Java 11
On 24/01/2022 11:52, Rainer Jung wrote: I had a little nag mailed on January 20th. Thanks for the reminder. Should be fixed now. Mark Copying here: Am 13.01.2022 um 17:36 schrieb ma...@apache.org: > 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 0188b6d Remove unnecessary references to compile.source and compile.target > 0188b6d is described below > > commit 0188b6d8f326aa83dabeeefe18d70a5b92fbbace > Author: Mark Thomas > AuthorDate: Thu Jan 13 16:36:32 2022 + > > Remove unnecessary references to compile.source and compile.target > Since we are using release, that overrides source and target. > --- > build.xml | 31 +-- > 1 file changed, 9 insertions(+), 22 deletions(-) > > diff --git a/build.xml b/build.xml > index dbacea4..9dc3217 100644 > --- a/build.xml > +++ b/build.xml ... > @@ -983,8 +977,8 @@ > depends="build-prepare"> > > - > - > + > + > value="${servlet.spec.version}"/> > > ... File res/bnd/build-defaults.bnd contains: X-Compile-Source-JDK: ${compile.source} X-Compile-Target-JDK: ${compile.target} which leads to [bnd] 2 WARNINGS [bnd] No translation found for macro: compile.target [bnd] No translation found for macro: compile.source when bnd runs. I have not tried, whether it suffices to use compile.release, or whether compile.release also has to be added to the version.filters in build.xml. Observed for 10.0.16, but probably the same in the current HEADS for multiple branches. Best regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Remove remaining references to compile.source and compile.target
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 078071f Remove remaining references to compile.source and compile.target 078071f is described below commit 078071fe28878462244cfc7e7257f3408445066f Author: Mark Thomas AuthorDate: Mon Jan 24 14:53:50 2022 + Remove remaining references to compile.source and compile.target These are now unused with compile.release the effective replacement --- modules/jdbc-pool/build.xml| 4 res/ide-support/netbeans/nb-tomcat.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 408e890..613ff4c 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -153,8 +153,6 @@ @@ -193,8 +191,6 @@ diff --git a/res/ide-support/netbeans/nb-tomcat.xml b/res/ide-support/netbeans/nb-tomcat.xml index bbcdcd4..3a0db47 100644 --- a/res/ide-support/netbeans/nb-tomcat.xml +++ b/res/ide-support/netbeans/nb-tomcat.xml @@ -75,7 +75,7 @@ includes="${files}" debug="true" deprecation="${compile.deprecation}" - source="${compile.source}" + source="${compile.release}" encoding="ISO-8859-1" includeantruntime="false"> - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: Remove remaining references to compile.source and compile.target
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 2fcf5ef Remove remaining references to compile.source and compile.target 2fcf5ef is described below commit 2fcf5eff33a44fc1858c1fc8eab98d039917769d Author: Mark Thomas AuthorDate: Mon Jan 24 14:53:50 2022 + Remove remaining references to compile.source and compile.target These are now unused with compile.release the effective replacement --- modules/jdbc-pool/build.xml| 4 res/bnd/build-defaults.bnd | 4 ++-- res/ide-support/netbeans/nb-tomcat.xml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 2feb3a4..0381503 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -153,8 +153,6 @@ @@ -193,8 +191,6 @@ diff --git a/res/bnd/build-defaults.bnd b/res/bnd/build-defaults.bnd index b7ddb81..d07caa5 100644 --- a/res/bnd/build-defaults.bnd +++ b/res/bnd/build-defaults.bnd @@ -22,8 +22,8 @@ Implementation-Title: Apache Tomcat Implementation-Version: ${version} Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: ${compile.source} -X-Compile-Target-JDK: ${compile.target} +X-Compile-Source-JDK: ${compile.release} +X-Compile-Target-JDK: ${compile.release} -includeresource.notice: META-INF/NOTICE;literal="${replace;${cat;../META-INF/default.notice};@YEAR@;${year}}\n" -includeresource.license: {META-INF/LICENSE=../META-INF/default.license} diff --git a/res/ide-support/netbeans/nb-tomcat.xml b/res/ide-support/netbeans/nb-tomcat.xml index bbcdcd4..3a0db47 100644 --- a/res/ide-support/netbeans/nb-tomcat.xml +++ b/res/ide-support/netbeans/nb-tomcat.xml @@ -75,7 +75,7 @@ includes="${files}" debug="true" deprecation="${compile.deprecation}" - source="${compile.source}" + source="${compile.release}" encoding="ISO-8859-1" includeantruntime="false"> - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: Remove remaining references to compile.source and compile.target
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 bab6bf8 Remove remaining references to compile.source and compile.target bab6bf8 is described below commit bab6bf88fdea1d46fad2ac50c0ebf70e3f9bd648 Author: Mark Thomas AuthorDate: Mon Jan 24 14:53:50 2022 + Remove remaining references to compile.source and compile.target These are now unused with compile.release the effective replacement --- modules/jdbc-pool/build.xml| 4 res/bnd/build-defaults.bnd | 4 ++-- res/ide-support/netbeans/nb-tomcat.xml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 2feb3a4..0381503 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -153,8 +153,6 @@ @@ -193,8 +191,6 @@ diff --git a/res/bnd/build-defaults.bnd b/res/bnd/build-defaults.bnd index b7ddb81..d07caa5 100644 --- a/res/bnd/build-defaults.bnd +++ b/res/bnd/build-defaults.bnd @@ -22,8 +22,8 @@ Implementation-Title: Apache Tomcat Implementation-Version: ${version} Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: ${compile.source} -X-Compile-Target-JDK: ${compile.target} +X-Compile-Source-JDK: ${compile.release} +X-Compile-Target-JDK: ${compile.release} -includeresource.notice: META-INF/NOTICE;literal="${replace;${cat;../META-INF/default.notice};@YEAR@;${year}}\n" -includeresource.license: {META-INF/LICENSE=../META-INF/default.license} diff --git a/res/ide-support/netbeans/nb-tomcat.xml b/res/ide-support/netbeans/nb-tomcat.xml index bbcdcd4..3a0db47 100644 --- a/res/ide-support/netbeans/nb-tomcat.xml +++ b/res/ide-support/netbeans/nb-tomcat.xml @@ -75,7 +75,7 @@ includes="${files}" debug="true" deprecation="${compile.deprecation}" - source="${compile.source}" + source="${compile.release}" encoding="ISO-8859-1" includeantruntime="false"> - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated (bf594ed -> c744a4f)
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.git. from bf594ed Use correct property to pass timestamp to tomcat-jdbc module add c744a4f Remove remaining references to compile.source and compile.target No new revisions were added by this update. Summary of changes: modules/jdbc-pool/build.xml| 4 res/bnd/build-defaults.bnd | 4 ++-- res/ide-support/netbeans/nb-tomcat.xml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: Use correct property to pass timestamp to tomcat-jdbc module
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 046b7ee Use correct property to pass timestamp to tomcat-jdbc module 046b7ee is described below commit 046b7eea279fb4a1c58499ed275318d488fcba64 Author: Mark Thomas AuthorDate: Mon Jan 24 14:24:36 2022 + Use correct property to pass timestamp to tomcat-jdbc module Originally, reproducible builds used ant.tstamp.now.iso but that was switched shortly after the initial commit to ant.tstamp.now but this reference wasn't updated. --- build.xml | 2 +- webapps/docs/changelog.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 3110753..5e69b11 100644 --- a/build.xml +++ b/build.xml @@ -1477,7 +1477,7 @@ - + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2e4f6fe..0a5dd08 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1441,8 +1441,8 @@ Implement the first phase of reproducible builds. Sequential builds on the same machine now produce identical output provided that the Ant -property ant.tstamp.now.iso is set. The minimum required -Ant version is now 1.9.10. (markt) +property ant.tstamp.now is set. The minimum required Ant +version is now 1.9.10. (markt) Improvements to Chinese translations. Provided by Ruan Wenjun. (mark) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Reproducible builds update
On 24/01/2022 11:50, Rainer Jung wrote: I had a little nag about ant.tstamp.now.iso mailed on January 20th. Thanks. Fixed. I switched from ant.tstamp.now.iso to ant.tstamp.now shortly after adding the property but missed a couple of references in that switch. Should be OK now. Mark Copying here: Am 15.01.2022 um 12:56 schrieb ma...@apache.org: > 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 c5fda80 Update (currently unused) reproducible build timestamp > c5fda80 is described below > > commit c5fda809d2344d76aab21e5902fff797fd19880c > Author: Mark Thomas > AuthorDate: Sat Jan 15 11:56:27 2022 + > > Update (currently unused) reproducible build timestamp > --- > build.properties.default | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build.properties.default b/build.properties.default > index 35aeb76..e1003ea 100644 > --- a/build.properties.default > +++ b/build.properties.default > @@ -38,8 +38,8 @@ version.suffix=-M10-dev > # - Reproducible builds - > # Uncomment and set to current time for reproducible builds > # Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()). > -#2022-01-12T06:00:00Z > -#ant.tstamp.now=1642003200 > +#2022-01-15T12:00:00Z > +#ant.tstamp.now=1642248000 It seems build.xml uses ant.tstamp.now.iso, so the two lines should be #ant.tstamp.now.iso=2022-01-15T12:00:00Z #ant.tstamp.now=1642248000 or just the iso line and dropping the last one. Without the addition of "ant.tstamp.now.iso=" and iuncommenting, I get a build warning: build-tomcat-jdbc: [echo] Building Tomcat JDBC pool libraries [tstamp] magic property ant.tstamp.now.iso ignored as '${ant.tstamp.now.iso}' is not in valid ISO pattern [tstamp] magic property ant.tstamp.now.iso ignored as '${ant.tstamp.now.iso}' is not in valid ISO pattern The warning is OK, but it indocates, that the "iso" property is actually the one, that should be prepared to be easily usable. Observed for TC 10.0, probably the same in other branches. Thanks and regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated (ee9b1c6 -> bf594ed)
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.git. from ee9b1c6 Fix position of entry in changelog.xml add bf594ed Use correct property to pass timestamp to tomcat-jdbc module No new revisions were added by this update. Summary of changes: build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: All current branches building with Java 11
I had a little nag mailed on January 20th. Copying here: Am 13.01.2022 um 17:36 schrieb ma...@apache.org: > 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 0188b6d Remove unnecessary references to compile.source and compile.target > 0188b6d is described below > > commit 0188b6d8f326aa83dabeeefe18d70a5b92fbbace > Author: Mark Thomas > AuthorDate: Thu Jan 13 16:36:32 2022 + > > Remove unnecessary references to compile.source and compile.target > Since we are using release, that overrides source and target. > --- > build.xml | 31 +-- > 1 file changed, 9 insertions(+), 22 deletions(-) > > diff --git a/build.xml b/build.xml > index dbacea4..9dc3217 100644 > --- a/build.xml > +++ b/build.xml ... > @@ -983,8 +977,8 @@ > depends="build-prepare"> > > - > - > + > + > value="${servlet.spec.version}"/> > > ... File res/bnd/build-defaults.bnd contains: X-Compile-Source-JDK: ${compile.source} X-Compile-Target-JDK: ${compile.target} which leads to [bnd] 2 WARNINGS [bnd] No translation found for macro: compile.target [bnd] No translation found for macro: compile.source when bnd runs. I have not tried, whether it suffices to use compile.release, or whether compile.release also has to be added to the version.filters in build.xml. Observed for 10.0.16, but probably the same in the current HEADS for multiple branches. Best regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Reproducible builds update
I had a little nag about ant.tstamp.now.iso mailed on January 20th. Copying here: Am 15.01.2022 um 12:56 schrieb ma...@apache.org: > 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 c5fda80 Update (currently unused) reproducible build timestamp > c5fda80 is described below > > commit c5fda809d2344d76aab21e5902fff797fd19880c > Author: Mark Thomas > AuthorDate: Sat Jan 15 11:56:27 2022 + > > Update (currently unused) reproducible build timestamp > --- > build.properties.default | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build.properties.default b/build.properties.default > index 35aeb76..e1003ea 100644 > --- a/build.properties.default > +++ b/build.properties.default > @@ -38,8 +38,8 @@ version.suffix=-M10-dev > # - Reproducible builds - > # Uncomment and set to current time for reproducible builds > # Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()). > -#2022-01-12T06:00:00Z > -#ant.tstamp.now=1642003200 > +#2022-01-15T12:00:00Z > +#ant.tstamp.now=1642248000 It seems build.xml uses ant.tstamp.now.iso, so the two lines should be #ant.tstamp.now.iso=2022-01-15T12:00:00Z #ant.tstamp.now=1642248000 or just the iso line and dropping the last one. Without the addition of "ant.tstamp.now.iso=" and iuncommenting, I get a build warning: build-tomcat-jdbc: [echo] Building Tomcat JDBC pool libraries [tstamp] magic property ant.tstamp.now.iso ignored as '${ant.tstamp.now.iso}' is not in valid ISO pattern [tstamp] magic property ant.tstamp.now.iso ignored as '${ant.tstamp.now.iso}' is not in valid ISO pattern The warning is OK, but it indocates, that the "iso" property is actually the one, that should be prepared to be easily usable. Observed for TC 10.0, probably the same in other branches. Thanks and regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar
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-*.jar e9eae92 is described below commit e9eae92766e7471c229afd09e614f5653405d2a9 Author: Michael Osipov AuthorDate: Mon Jan 24 12:05:29 2022 +0100 jarsToSkip += derby-*.jar jaxws-rt-*.jar --- conf/catalina.properties | 2 ++ webapps/docs/changelog.xml | 9 + 2 files changed, 11 insertions(+) diff --git a/conf/catalina.properties b/conf/catalina.properties index 918f8f1..19f6718 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -141,6 +141,7 @@ ecj-*.jar,\ el-api.jar,\ geronimo-spec-jaxrpc*.jar,\ h2*.jar,\ +ha-api-*.jar,\ hamcrest-*.jar,\ hibernate*.jar,\ httpclient*.jar,\ @@ -150,6 +151,7 @@ jasper.jar,\ jaspic-api.jar,\ jaxb-*.jar,\ jaxen-*.jar,\ +jaxws-rt-*.jar,\ jdom-*.jar,\ jetty-*.jar,\ jmx-tools.jar,\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 5cb306d..2e4f6fe 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,15 @@ issues do not "pop up" wrt. others). --> + + + +Add ha-api-*.jar and jaxws-rt-*.jar to the +list of JARs to skip when scanning for TLDs, web fragments and +annotations. (michaelo) + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar
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-*.jar 85d9d0e is described below commit 85d9d0e1eb9aad3b1dc22139db18e1658ae22d17 Author: Michael Osipov AuthorDate: Mon Jan 24 12:05:29 2022 +0100 jarsToSkip += derby-*.jar jaxws-rt-*.jar --- conf/catalina.properties | 2 ++ webapps/docs/changelog.xml | 9 + 2 files changed, 11 insertions(+) diff --git a/conf/catalina.properties b/conf/catalina.properties index a3f7349..a6c423a 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -142,6 +142,7 @@ ecj-*.jar,\ el-api.jar,\ geronimo-spec-jaxrpc*.jar,\ h2*.jar,\ +ha-api-*.jar,\ hamcrest-*.jar,\ hibernate*.jar,\ httpclient*.jar,\ @@ -151,6 +152,7 @@ jasper.jar,\ jaspic-api.jar,\ jaxb-*.jar,\ jaxen-*.jar,\ +jaxws-rt-*.jar,\ jdom-*.jar,\ jetty-*.jar,\ jmx-tools.jar,\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index d16f9b6..8ba5867 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,15 @@ issues do not "pop up" wrt. others). --> + + + +Add ha-api-*.jar and jaxws-rt-*.jar to the +list of JARs to skip when scanning for TLDs, web fragments and +annotations. (michaelo) + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar
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-*.jar 562762f is described below commit 562762f8c9dcabc92ae2601f59be808684f8add1 Author: Michael Osipov AuthorDate: Mon Jan 24 12:05:29 2022 +0100 jarsToSkip += derby-*.jar jaxws-rt-*.jar --- conf/catalina.properties | 2 ++ webapps/docs/changelog.xml | 9 + 2 files changed, 11 insertions(+) diff --git a/conf/catalina.properties b/conf/catalina.properties index d73a8bf..9f0c046 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -141,6 +141,7 @@ ecj-*.jar,\ el-api.jar,\ geronimo-spec-jaxrpc*.jar,\ h2*.jar,\ +ha-api-*.jar,\ hamcrest-*.jar,\ hibernate*.jar,\ httpclient*.jar,\ @@ -151,6 +152,7 @@ jasper.jar,\ jaspic-api.jar,\ jaxb-*.jar,\ jaxen-*.jar,\ +jaxws-rt-*.jar,\ jdom-*.jar,\ jetty-*.jar,\ jmx-tools.jar,\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index cd3c9f9..b6647cf 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,15 @@ issues do not "pop up" wrt. others). --> + + + +Add ha-api-*.jar and jaxws-rt-*.jar to the +list of JARs to skip when scanning for TLDs, web fragments and +annotations. (michaelo) + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated: Fix position of entry in changelog.xml
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 ee9b1c6 is described below commit ee9b1c687406f3f52e99df1de121cabd2a1935bd Author: Michael Osipov AuthorDate: Mon Jan 24 12:05:29 2022 +0100 Fix position of entry in changelog.xml --- webapps/docs/changelog.xml | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2d13033..e988f47 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,15 @@ issues do not "pop up" wrt. others). --> + + + +Add ha-api-*.jar and jaxws-rt-*.jar to the +list of JARs to skip when scanning for TLDs, web fragments and +annotations. (michaelo) + + + @@ -720,11 +729,6 @@ 447. Correct JPMS metadata for catalina.jar. Pull request provided by Hui Wang. (markt) - -Add ha-api-*.jar and jaxws-rt-*.jar to the -list of JARs to skip when scanning for TLDs, web fragments and -annotations. (michaelo) - - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated: jarsToSkip += derby-*.jar jaxws-rt-*.jar
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 1710c7b is described below commit 1710c7ba940f114a11fbc7fe8f10b2c68d95d9b7 Author: Michael Osipov AuthorDate: Mon Jan 24 12:01:43 2022 +0100 jarsToSkip += derby-*.jar jaxws-rt-*.jar --- conf/catalina.properties | 2 ++ webapps/docs/changelog.xml | 5 + 2 files changed, 7 insertions(+) diff --git a/conf/catalina.properties b/conf/catalina.properties index 2596547..6a31180 100644 --- a/conf/catalina.properties +++ b/conf/catalina.properties @@ -141,6 +141,7 @@ ecj-*.jar,\ el-api.jar,\ geronimo-spec-jaxrpc*.jar,\ h2*.jar,\ +ha-api-*.jar,\ hamcrest-*.jar,\ hibernate*.jar,\ httpclient*.jar,\ @@ -151,6 +152,7 @@ jasper.jar,\ jaspic-api.jar,\ jaxb-*.jar,\ jaxen-*.jar,\ +jaxws-rt-*.jar,\ jdom-*.jar,\ jetty-*.jar,\ jmx-tools.jar,\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9ba81fb..2d13033 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -720,6 +720,11 @@ 447. Correct JPMS metadata for catalina.jar. Pull request provided by Hui Wang. (markt) + +Add ha-api-*.jar and jaxws-rt-*.jar to the +list of JARs to skip when scanning for TLDs, web fragments and +annotations. (michaelo) + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65841] wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65841 Bug 65841 depends on bug 65840, which changed state. Bug 65840 Summary: wrong icon for the link https://bz.apache.org/bugzilla/show_bug.cgi?id=65840 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65840] wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65840 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW |RESOLVED OS||All --- Comment #1 from Mark Thomas --- Insufficient information. Examples links confirmed to be working correctly in latest 9.0.x build. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65841] wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65841 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Mark Thomas --- Insufficient information. Examples links confirmed to be working correctly in latest 8.5.x build. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65840] wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65840 Sneha changed: What|Removed |Added Blocks||65841 Referenced Bugs: https://bz.apache.org/bugzilla/show_bug.cgi?id=65841 [Bug 65841] wrong icon for the link -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65841] New: wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65841 Bug ID: 65841 Summary: wrong icon for the link Product: Tomcat 8 Version: 8.0.1 Hardware: PC OS: All Status: NEW Severity: blocker Priority: P2 Component: Examples Assignee: dev@tomcat.apache.org Reporter: snehamariathomas1...@gmail.com CC: dev@tomcat.apache.org Depends on: 65840 Target Milestone: +++ This bug was initially created as a clone of Bug #65840 +++ The icon for the link examples is wrong and can't go to example page.. Referenced Bugs: https://bz.apache.org/bugzilla/show_bug.cgi?id=65840 [Bug 65840] wrong icon for the link -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65840] New: wrong icon for the link
https://bz.apache.org/bugzilla/show_bug.cgi?id=65840 Bug ID: 65840 Summary: wrong icon for the link Product: Tomcat 9 Version: 9.0.0.M1 Hardware: PC Status: NEW Severity: blocker Priority: P2 Component: Examples Assignee: dev@tomcat.apache.org Reporter: snehamariathomas1...@gmail.com Target Milestone: - The icon for the link examples is wrong and can't go to example page.. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org