logger.debug("Detected non-Faces resource");
String resourceId = resourceRequest.getResourceID();
PortletRequestDispatcher portletRequestDispatcher = portletContext.getRequestDispatcher(resourceId);
portletRequestDispatcher.forward(resourceRequest, resourceResponse);
}
// Otherwise, must be an Ajax (partial-submit) request. Though technically a postback type of request,
// Ajax requests also utilize the portlet RESOURCE_PHASE. Therefore treat it like a postback, and
// execute the entire Faces lifecycle: RESTORE_VIEW, APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS,