jboss / mojarra

Fork of Mojarra
10 stars 41 forks source link

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

Closed soul2zimate closed 4 years ago

soul2zimate commented 4 years ago

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

Upstream PR: https://github.com/eclipse-ee4j/mojarra/pull/4717

Last pull request https://github.com/jboss/mojarra/pull/72 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.

@fjuma My apologies to bug you again about this, could review please.