]
Darran Lofthouse updated AS7-5671:
----------------------------------
Priority: Major (was: Trivial)
Configuration for default implementation of PasswordStrengthChecker
specifies incorrect FQCN
--------------------------------------------------------------------------------------------
Key: AS7-5671
URL:
https://issues.jboss.org/browse/AS7-5671
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.2.0.Alpha1
Environment: Windows 7
java version "1.7.0_06"
Java(TM) SE Runtime Environment (build 1.7.0_06-b24)
Reporter: Kenneth Ljunggren
Assignee: Darran Lofthouse
Labels: passwordchecker
The configuration for the default implementation of PasswordStrengthChecker in property
file
jboss-as/domain-management/src/main/resources/org/jboss/as/domain/management/security/password/utility.properties
specifies an icorrect FQCN
# class of password strenght checker. If not present, utility will revert to default
implementation
checker=org.jboss.as.domain.management.security.password.simple.Simple
The correct FQCN is
org.jboss.as.domain.management.security.password.simple.SimplePasswordStrengthChecker
Note, the fallback works, but a superfluous exception is thrown which could be avoided.
java.lang.ClassNotFoundException:
org.jboss.as.domain.management.security.password.simple.Simple
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: