[
https://issues.apache.org/jira/browse/KARAF-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765000#comment-16765000
]
ASF subversion and git services commented on KARAF-423:
-------------------------------------------------------
Commit c21721c1b84ea8be40b5e65bfc1dec5aeec42c25 in karaf-site's branch
refs/heads/trunk from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-site.git;h=c21721c ]
Merge pull request #37 from fpapon/RELEASE-KARAF-423
Release Karaf runtime 4.2.3
> KarafJaasPasswordAuthenticator should log reason for authentication failure.
> ----------------------------------------------------------------------------
>
> Key: KARAF-423
> URL: https://issues.apache.org/jira/browse/KARAF-423
> Project: Karaf
> Issue Type: Improvement
> Components: karaf
> Affects Versions: 2.2.0
> Environment: Karaf trunk
> Reporter: Torsten Mielke
> Assignee: Andreas Pieber
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments: Kara-423f.patch
>
>
> In method KarafJaasPasswordAuthenticator.authenticate() we catch any
> exceptions at the end and only return false in the event of an exception
> } catch (Exception e) {
> return false;
> }
> without logging anything about the reason for the exception, e.g. in case of
> a FailedLoginException.
> I propose to add some logging in the exception handling. Perhaps at INFO
> level so that it gets written to the log file by default.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)