Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M2
-
None
-
None
Description
The PropertiesFilePrincipalMappingUserPasswordRealmBridge accepts a URI to the properties file containg the mapping information. However, it just loads a file directly from that URI; it's not clear what a relative path would be relative to.
Other components with this problem accept a reference to the ServerInfo, and use that to explicitly resolve relative URI's relative to the Geronimo directory. For example, the PropertiesFileSecurityRealm does this.
This class should also use a ServerInfo to explicitly load the properties file relative to the Geronimo directory.