[
http://jira.jboss.com/jira/browse/JBSEAM-781?page=all ]
Gavin King closed JBSEAM-781.
-----------------------------
Resolution: Won't Fix
I don't see how a login failure is an "error". It is not. It is correct
functioning of the system. (User error, perhaps.)
Anyway, the JSF spec does not define semantics for these messages so its pretty
arbitrary.
In CVS, I let you override the whole method.
Identity.login is reporting a login failure with a SEVERITY_INFO
----------------------------------------------------------------
Key: JBSEAM-781
URL:
http://jira.jboss.com/jira/browse/JBSEAM-781
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.1.5.GA
Reporter: Keith Naas
A login failure should be either a SEVERITY_ERROR or configurable.
For instance, line 191 would be
FacesMessages.instance().addFromResourceBundle(FacesMessage.SEVERITY_ERROR,
"org.jboss.seam.loginFailed", "Login failed", ex);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira