Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.2.0
-
None
-
None
Description
The ordinal values for the Severity levels in Mojarra use values starting from 0 while MyFaces uses values starting from 1. This results in inconsistent behavior between implementations. I suggest aligning the values starting with 0 since this is consistent with general programming expectations.
Mojarra
INFO(0), WARN(1), ERROR(2), and FATAL(3)
MyFaces
INFO(1), WARN(2), ERROR(3), and FATAL(4)