By default, InvokerLocator uses the java.net.URI.URI parsing facilities to analyze the
input locator string. Optionally, if (1) the static attribute
InvokerLocator.useLegacyParsing is set to true or (2) useLegacyParsing is unset and the
system property InvokerLocator.LEGACY_PARSING (actual value "legacyParsing") is
set to true, the original parsing algorithm will be used instead, with a deprecation
warning. (Note that the attribute useLegacyParsing takes precedence.) The difference, as
noted above, is that the original algorithm does not include a "/" character at
the beginning of a non-null path component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051183#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...