[Bug 65102] New: Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 Bug ID: 65102 Summary: Build fails due to a lacking component Product: Tomcat 9 Version: 9.0.41 Hardware: PC Status: NEW Severity: major Priority: P2

Re: [tomcat] branch master updated: Ensure Windows signing uses sha256 hash

2021-01-25 Thread Christopher Schultz
Mark, On 1/24/21 04:44, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: n

[Bug 65102] Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 Christopher Schultz changed: What|Removed |Added OS||All Component|Catalina

[Bug 65102] Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 65102] Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 --- Comment #3 from piotrw --- I took the source package from your official website: https://downloads.apache.org/tomcat/tomcat-9/v9.0.41/src/apache-tomcat-9.0.41-src.tar.gz together with the signature file: https://downloads.apache.org/tomc

[Bug 65102] Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 --- Comment #4 from Mark Thomas --- Sorry, not going to happen. ASF releases are immutable. The release of Commons Daemon 1.2.4 (which removed 1.2.3 from the mirrors) should have triggered the build process to download the file from archive. I

[Bug 65102] Build fails due to a lacking component

2021-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65102 --- Comment #5 from Mark Thomas --- Looks like the http test in Ant's condition task (at least in 1.9.15) doesn't behave they way the Tomcat build script expects it to when a URL first returns a 302 and then a 404. -- You are receiving this m

[GitHub] [tomcat] michael-o commented on a change in pull request #401: Add support for unix domain sockets (APR Protocol)

2021-01-25 Thread GitBox
michael-o commented on a change in pull request #401: URL: https://github.com/apache/tomcat/pull/401#discussion_r563890291 ## File path: java/org/apache/tomcat/util/net/AprEndpoint.java ## @@ -287,6 +312,9 @@ public int getSendfileCount() { @Override public void bind(

[GitHub] [tomcat] minfrin commented on a change in pull request #401: Add support for unix domain sockets (APR Protocol)

2021-01-25 Thread GitBox
minfrin commented on a change in pull request #401: URL: https://github.com/apache/tomcat/pull/401#discussion_r564042386 ## File path: java/org/apache/tomcat/util/net/AprEndpoint.java ## @@ -287,6 +312,9 @@ public int getSendfileCount() { @Override public void bind()

[GitHub] [tomcat] minfrin commented on a change in pull request #401: Add support for unix domain sockets (APR Protocol)

2021-01-25 Thread GitBox
minfrin commented on a change in pull request #401: URL: https://github.com/apache/tomcat/pull/401#discussion_r564045870 ## File path: test/org/apache/tomcat/jni/TestUnixDomainSocketServer.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tomcat] minfrin commented on a change in pull request #401: Add support for unix domain sockets (APR Protocol)

2021-01-25 Thread GitBox
minfrin commented on a change in pull request #401: URL: https://github.com/apache/tomcat/pull/401#discussion_r564042386 ## File path: java/org/apache/tomcat/util/net/AprEndpoint.java ## @@ -287,6 +312,9 @@ public int getSendfileCount() { @Override public void bind()

[GitHub] [tomcat] michael-o commented on a change in pull request #401: Add support for unix domain sockets (APR Protocol)

2021-01-25 Thread GitBox
michael-o commented on a change in pull request #401: URL: https://github.com/apache/tomcat/pull/401#discussion_r563890291 ## File path: java/org/apache/tomcat/util/net/AprEndpoint.java ## @@ -287,6 +312,9 @@ public int getSendfileCount() { @Override public void bind(