--- old/test/jaxp/javax/xml/jaxp/libs/jaxp/library/JAXPTestUtilities.java 2018-11-28 11:17:33.508284952 -0500 +++ new/test/jaxp/javax/xml/jaxp/libs/jaxp/library/JAXPTestUtilities.java 2018-11-28 11:17:33.344284139 -0500 @@ -271,7 +271,7 @@ protected static boolean isCommonURL(String s) { if (null == s) return false; - return Pattern.compile("^(file:|http:|ftp:|gopher:|mailto:|news:|telnet:)") + return Pattern.compile("^(file:|http:|ftp:|mailto:|news:|telnet:)") .matcher(s).matches(); }