final SlingHttpServletResponse response,
final RequestDispatcherOptions options) throws ServletException, IOException {
this.setRequestAttrForm(request, form);
final SlingHttpServletRequest syntheticRequest = new SyntheticSlingHttpServletGetRequest(request);
if (log.isDebugEnabled()) {
log.debug("Forwarding as GET to path: {} ", path);
log.debug("Forwarding as GET w/ replace selectors: {} ", options.getReplaceSelectors());
log.debug("Forwarding as GET w/ add selectors: {} ", options.getAddSelectors());