Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

Error prone JSF implementation causes broken AJAX communication #23

@abelet

Description

@abelet

My major concern is how fault tolerant the JSF runtime is. The current JSF runtime hides the real problem, and makes from an invalid HTML a valid one, and produces an invalid partial response. It is really hard to find an error which was hidden by the JSF runtime. The risk of this kind of error increased from almost zero to a frequent one in wildfly 14 (JSF 2.3).
The JSF runtime expected not to make things worse, errors more severe. In this case an incorrect HTML leads to an incorrect partial response, and this is the responsibility of the JSF runtime.

Details:

eclipse-ee4j/mojarra#4488

The issue has been closed leaving the problem unsolved, shifting the responsibility onto JSF frameworks like primefaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions