Eduardo Breijo created MYFACES-4177:
---------------------------------------

             Summary: FacesServletMappingUtils.isFacesServlet improvement
                 Key: MYFACES-4177
                 URL: https://issues.apache.org/jira/browse/MYFACES-4177
             Project: MyFaces Core
          Issue Type: Improvement
    Affects Versions: 2.3.0-beta
            Reporter: Eduardo Breijo
            Assignee: Eduardo Breijo
            Priority: Minor


Right now the isFacesServlet method from FacesServletMappingUtils is using 
ClassUtils.simpleClassForName which logs and throws a lot of classes that 
cannot find. We can change it to use 
ClassUtils.simpleClassForName(servletClassName, false) so it doesn't log every 
class not found.

I'll provide a patch



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to