doTestUrl(portalUrl, request);
}
public void testPathStateAndPathInfo()
{
PathNavigationalState navState = new PathNavigationalState(codec, cache);
PathInfoEncodingPortalURL portalUrl = new PathInfoEncodingPortalURL(navState, portalContext);
HttpServletRequest request = buildRequest(portalUrl, false);
navState = new PathNavigationalState(codec, cache);
portalUrl = new PathInfoEncodingPortalURL(navState, portalContext);
doTestUrl(portalUrl, request);
}