Closed GoogleCodeExporter closed 8 years ago
0.9.5 has not been released yet; what revision are you using?
The test I've added in r482 passes, relevant code is in Discovery.java:326-335 :
try
{
opEndpointUrl = sepUri.getURI().toURL();
}
catch (MalformedURLException e)
{
_log.warn("Ignoring malformed OP endpoint URL in XRDS file: "
+ sepUri.toString(), e);
continue;
}
Original comment by Johnny.B...@gmail.com
on 3 Jul 2008 at 7:32
Original issue reported on code.google.com by
i978suk...@gmail.com
on 3 Jul 2008 at 2:48Attachments: