forward
osgi
servlet
Jahia 7.3
Jahia 8
Forward to an servlet
Question
Is it possible to forward dispatcher.forward(request, response);
to a servlet or another page?
Answer
No, because the OSGi context doesn't support a fully initialized PageContext. So forwards are not possible. It is recommended to use redirects.