[jboss-jira] [JBoss JIRA] (AS7-5671) Configuration for default implementation of PasswordStrengthChecker specifies incorrect FQCN

Kenneth Ljunggren (JIRA) jira-events at lists.jboss.org
Wed Oct 3 04:54:03 EDT 2012


Kenneth Ljunggren created AS7-5671:
--------------------------------------

             Summary: 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: Brian Stansberry
            Priority: Trivial


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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list