Hi there, i just want to ask is it valid to have
request.getRootRef() returning null? That is happening when Application is "mounted" at root of the j2ee webapp container (at "/"). When it runs in some of the "usual" context paths (ie. "/nexus"), it works fine, and returns the expected reference to the root of that context path. -- Thanks, ~t~

