ID | Category | Description | Fixed in Source Code Repository of Specification |
731
|
|
Clarify f:event listener method parameter requirements
|
|
869
|
|
Specify CSRF solution.
|
|
C005 | Errata | Change validate method on UIInput to require a call to protected compareValues() method. Modify spec for
compareValues() to require using the Comparable interface if the equals check fails | yes |
C003 | Errata | JavaDoc for UIInput does not have a constant for INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL | yes |
C014 | Errata | Jsdocs for specifying form view state updating must also include any forms specified in the render list. Currently the view state is only updated for the form containing the control that fired the Ajax request. Spec Public:790 | no |
C039 | Errata | view metadata must be traversed on Ajax request during the execute portion of the lifecycle if there is at least one execute id other then "@none" | no |
C042 | Errata | Modify managed bean annotation spec to say the annotations can be on the setter or the field | no |
C045 | Change | Add | no |
C055 | Errata | Handled by 1402 | no |
C056 | Errata | JSF ManagedBean implementations must support 330 style injection (@inject) if running in a container that supports 330 style injection. | no |
C057 | Errata | Make OutputTarget Head renderer not specify exactly where within the HEAD the resource must be rendered | yes |
C059 | Change | Make the flash be stored in session by default. | yes, see mojarra issue 1449 |
C067 | Change | Specify return value for jsf.util.chain() in JS | no |
C006 | Change | If, when processing an <absolute-ordering> section in the WEB-INF/faces-config.xml file, we come across a <name> entry, and there are multiple jars in the WEB-INF/lib that declare this value as their <name> entry,
the runtime must log a descriptive error message listing the value of the <name> entry, and information from which each of the jars that declares that value as their <name> entry, and fail to deploy the application. | no |
C019 | Errata | OutputStyleSheet Renderer : don't output a "media='screen'" attribute, as specified. | yes |
C020 | Change | OutputStyleSheet Renderer : add
a "media" attribute. | yes |
C025 | Errata | Class javax.faces.event.PostAddToViewNonPDLEvent should have been removed before the spec went final | no |
C036 | Errata | EL Evaluation needs to be specified in the javadocs for Resource.getInputStream() | no |
C038 | Errata | In section 3.6.2 state that if the implementation detects the occurrence of a composite component directly or indirectly including itself in its implementation section, the page must not be rendered and a helpful specific error message must be shown | no |
C041 | Errata | Modify absolute-ordering section to declare
that the detection of a duplicate name should cause an error and fail to deploy
rather then the current behavior of "just keep going" | no |
C070 | Change | Add a context-param javax.faces.STORE_FLASH_IN_SESSION_SCOPE to section 11.1.3. | yes, see mojarra issue
1449 |
C076 | Errata | f:selectItems value="#{myMap}" underspecified. Spec Public:772 | no |