[ 
https://issues.apache.org/jira/browse/MYFACES-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eduardo Breijo updated MYFACES-4177:
------------------------------------
    Status: Patch Available  (was: Open)

> 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
>         Attachments: MYFACES-4177.patch
>
>
> 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