[
https://issues.apache.org/jira/browse/MYFACES-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577440#action_12577440
]
Matthias Weßendorf commented on MYFACES-1837:
---------------------------------------------
here is the commit:
http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/src/main/java/org/apache/myfaces/taglib/core/ValidatorImplTag.java?r1=600199&r2=616081&diff_format=h
> ValidatorImplTag: Unnecessary Thread.dumpStack()
> ------------------------------------------------
>
> Key: MYFACES-1837
> URL: https://issues.apache.org/jira/browse/MYFACES-1837
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 1.2.2
> Environment: myfaces-1.2.2
> Reporter: Christian Küppers
> Fix For: 1.2.3-SNAPSHOT
>
>
> protected Validator createValidator() throws
> javax.servlet.jsp.JspException
> {
> Thread.dumpStack();
> if (_validatorIdString != null)
> {
> return this.createClassicValidator();
> }
> if (_validatorId != null && _validatorId.isLiteralText())
> {
> return this.createClassicValidator();
> }
>
> return new DelegateValidator(_validatorId, _binding,
> _validatorIdString);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.