Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error prone JSF implementation causes broken AJAX communication #23

Open
abelet opened this issue Oct 5, 2018 · 0 comments
Open

Error prone JSF implementation causes broken AJAX communication #23

abelet opened this issue Oct 5, 2018 · 0 comments

Comments

@abelet
Copy link

abelet commented Oct 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant