jboss / jboss-jsf-api_spec

JBoss JSF API Spec
GNU General Public License v2.0
6 stars 14 forks source link

[WFLY-13571] make the extra validation only on UIViewParameter. #21

Closed soul2zimate closed 4 years ago

soul2zimate commented 4 years ago

issue: https://issues.redhat.com/browse/JBEAP-19594 upstream issue: https://issues.redhat.com/browse/JBEAP-19593 WFLY issue: https://issues.redhat.com/browse/WFLY-13571

Upstream PR: https://github.com/jboss/jboss-jakarta-faces-api/pull/10

Last pull request https://github.com/jboss/jboss-jsf-api_spec/pull/20 addressed the JAVASERVERFACES_SPEC_PUBLIC-1329 validation requirement inside UIInput.java rather than UIViewParameter.java. However, the extra validation should have only applied on UIViewParameter.