https://issues.apache.org/bugzilla/show_bug.cgi?id=45190





--- Comment #1 from Steve Loughran <[EMAIL PROTECTED]>  2008-06-12 03:35:07 PST 
---
Patch is:

--- Definer.java.org    Wed Jun 11 16:24:17 2008
+++ Definer.java        Wed Jun 11 17:05:15 2008
@@ -331,7 +331,7 @@
         }
         try {
             if (message == null) {
-                return file.toURL();
+                return file.toURI().toURL();
             }
         } catch (Exception ex) {
             message =


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to