On 4/3/07, Jerome Louvel <[EMAIL PROTECTED]> wrote:
Alex, The remaining part property is varying depending on the routing process. When the routing starts, this property contains the whole URI for example. In your client helper, you should use a more stable way of extracting the interesting parts of your URIs, like relying on the getPath() method.
Ah. OK. Reading the javadoc a little more carefully... there is a note there about some prerequisites. :) This makes more sense. Thanks! --Alex Milowski

