// Get the internal context from the request context.
pageContext = ContextInternals.getMarinerPageContext(context);
if (logger.isDebugEnabled()) {
debugTimer = new DebugTimer();
debugTimer.beginTimer();
// Log the URL of the requested page.
String relativeRequestURL = pageContext.getRelativeRequestURL();
logger.debug("Requested page is "