mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +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.