[
https://issues.apache.org/jira/browse/MYFACES-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273104#comment-16273104
]
Eduardo Breijo commented on MYFACES-4177:
-----------------------------------------
If no objections, I'll commit this patch in the next days
> 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)