Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.6
-
None
-
None
Description
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.