-
Task
-
Resolution: Done
-
Major
-
None
-
None
The class org.(jboss|axis).axis.client.Service uses a URL as the key to a hashtable.
This has known performance issues:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4434494
A more suitable key would be url.toString() to avoid the host name resolution.