Thanks for working on the issue.  The fix looks good.

Regards,
Joe

On 11/20/2013 7:58 PM, Patrick Zhang wrote:
Hi Everyone,

I am working on https://bugs.openjdk.java.net/browse/JDK-8027973. The problem is caused by wrong URL format on windows. file://c:\xxx is one invalid schema.

Solution:
Replace "file://" with "file:///" then it will work on windows and it will not impact other platforms. And remove the test from ProblemList.txt

webrev:
http://cr.openjdk.java.net/~pzhang/8027973/webrev/

Result on windows:
http://cr.openjdk.java.net/~pzhang/8027973/XSLTExFuncTest.jtr
Result on Linux:
http://cr.openjdk.java.net/~pzhang/8027973/XSLTExFuncTest.linux.jtr

Regards
Patrick

Reply via email to