[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: JBREM-645: Need to cleanup locatorURI parsing

ron.sigal@jboss.com do-not-reply at jboss.com
Tue Jun 5 02:30:18 EDT 2007


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#4051183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051183



More information about the jboss-dev-forums mailing list