CLONE -Custom Authenticator's init method is being passed an empty Properties object

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 1.4.3
    • Affects Version/s: 1.4.1
    • Component/s: None
    • None
    • Environment:

      Standalone Crucible 1.2.1 with Fisheye 1.4.1
      Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)

      The init method of a custom authenticator is being passed an empty Properties object, despite the fact that custom authentication properties have been set.

      Here is the relevant section of config.xml:

      <custom auto-add="true" positive-cache-ttl="5 mins" classname="com.norganna.authenticator.fisheye.VanillaMySQLAuthenticator"><properties># MySQL Setup Variables
      AuthMySQLHost=localhost
      AuthMySQLUser=<blanked>
      AuthMySQLPassword=<blanked>
      AuthMySQLDB=<blanked>
      AuthMySQLUserTable=LUM_User
      AuthMySQLUserNameField=Name
      AuthMySQLPassword1=Password
      AuthMySQLPassword2=IpbPass
      AuthMySQLNameField1=FirstName
      AuthMySQLNameField2=LastName
      AuthMySQLEmailField=Email</properties></custom>

              Assignee:
              Unassigned
              Reporter:
              Jim Carrothers
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: