Is there an example of how to use this parameter? Do you use it instead of using the web.xml FacesServlet configuration- or do you add both?
My Faces - Dev mailing list wrote: > > > [ > https://issues.apache.org/jira/browse/MYFACES-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Leonardo Uribe resolved MYFACES-2234. > ------------------------------------- > > Resolution: Fixed > Fix Version/s: 1.2.7-SNAPSHOT > Assignee: Leonardo Uribe > >> 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 >> Assignee: Leonardo Uribe >> Fix For: 1.2.7-SNAPSHOT >> >> >> 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. > > > Quoted from: http://www.nabble.com/-jira--Created%3A-%28MYFACES-2234%29-add-org.apache.myfaces.DELEGATE_FACES_SERVLET-param%2C-to-make-possible-use-other-custom-servlet-instead-FacesServlet-tp23553720p23553734.html
