-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
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>
- is duplicated by
-
FE-247 <properties> in config.xml not passed to custom authenticators
-
- Closed
-