Hi. Thank you for suggestion. Tied this, but SlingWebDavServlet is throwing the error that the response is already committed. Something change since last year?
On Sun, Oct 19, 2008 at 10:20 PM, Felix Meschberger <fmes...@gmail.com> wrote: >>RequestDispatcher rd = request.getRequestDispatcher( request.getResource(), >>new RequestDispatcherOptions(ServletResolverConstants.DEFAULT_SERVLET_NAME) >>); rd.forward(request, response); >>For the forward to succeed you need a current snapshot build of the engine >>module (forward has just been added last week).