Hi, 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
Sound reasonable? -Louis

