Alex Parvulescu created FELIX-4827:
--------------------------------------
Summary: Improve logging on LoginModule registration
Key: FELIX-4827
URL: https://issues.apache.org/jira/browse/FELIX-4827
Project: Felix
Issue Type: Bug
Components: JAAS
Reporter: Alex Parvulescu
Priority: Minor
There's a space missing in the log message when registering a new LoginModule
[0], currently the log looks like the following:
{code}
22.02.2015 03:03:28.256 *INFO* [FelixStartLevel] org.apache.felix.jaas
Registering LoginModule class
[org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule] from
Bundleorg.apache.jackrabbit.oak-core [85]
{code}
_from Bundleorg.apache.jackrabbit.oak-core_ -> _from Bundle
org.apache.jackrabbit.oak-core_
[0]
https://github.com/apache/felix/blob/33f093d4862955286c3a37b0b1a01153821c50f3/jaas/src/main/java/org/apache/felix/jaas/internal/BundleLoginModuleCreator.java#L151
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)