[
https://issues.apache.org/jira/browse/SHINDIG-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-1.
--------------------------------
Resolution: Fixed
I did a scan through the source and didn't see any cases where URL objects were
used in collections or where .equals calls are made. Marking resolved.
> Use java.net.URI rather than java.net.URL
> -----------------------------------------
>
> Key: SHINDIG-1
> URL: https://issues.apache.org/jira/browse/SHINDIG-1
> Project: Shindig
> Issue Type: Improvement
> Reporter: John Hjelmstad
> Priority: Minor
>
> Recommendation by [EMAIL PROTECTED]:
> ---
> I noticed that the Shindig code is using java.net.URL which has some well
> known performance issues in its 'equals' method. I think Shindig can happily
> use java.net.URI instead and avoid those performance pitfalls and shield
> consumers.
> ---
> Seems reasonable to me; no dissent from [EMAIL PROTECTED] Onward!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.