add org.apache.myfaces.DELEGATE_FACES_SERVLET param, to make possible use other
custom servlet instead FacesServlet
-------------------------------------------------------------------------------------------------------------------
Key: MYFACES-2234
URL: https://issues.apache.org/jira/browse/MYFACES-2234
Project: MyFaces Core
Issue Type: Improvement
Affects Versions: 1.2.6
Reporter: Leonardo Uribe
On myfaces impl there exists an interface called DelegatedFacesServlet. If
someone wants to create an alternative FacesServlet, it should implements
DelegatedFacesServlet, so myfaces can recognize it and handle its facesMappings
correctly.
It is better to use a param like org.apache.myfaces.DELEGATE_FACES_SERVLET, so
it is possible prevent add myfaces-impl as a compile reference.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.