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.

Reply via email to