mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 02:53:18 +01:00
DefaultUserAuthenticator maskes the _name varible in ComponentLifecycleBase making the setName() method not work as expected. This patch cleans up the code such that getName() will be getClass().getSimpleName() unless overridden in the Spring configuration.