This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new f4ca0342e bug report has been published
f4ca0342e is described below

commit f4ca0342e5c41220eab5b2c0687603785c8c8f6e
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon Mar 2 14:52:42 2026 +0100

    bug report has been published
---
 src/main/org/apache/tools/ant/util/FileUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java 
b/src/main/org/apache/tools/ant/util/FileUtils.java
index d51218dd7..15ecc6ce4 100644
--- a/src/main/org/apache/tools/ant/util/FileUtils.java
+++ b/src/main/org/apache/tools/ant/util/FileUtils.java
@@ -92,7 +92,7 @@ public class FileUtils {
     // see https://bugs.openjdk.org/browse/JDK-8003887
     private static final boolean CAN_TRUST_GET_CANONICAL_PATH =
         !ON_WINDOWS || JavaEnvUtils.isAtLeastJavaVersion("24");
-    // bug report opened with OpenJDK but hasn't been published, yet
+    // see https://bugs.java/bugdatabase/JDK-8378947
     private static final boolean 
CAN_TRUST_GET_CANONICAL_PATH_FOR_NOT_EXISTING_FILES =
         !ON_WINDOWS;
 

Reply via email to