[
https://issues.apache.org/jira/browse/KAFKA-3279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186684#comment-15186684
]
ASF GitHub Bot commented on KAFKA-3279:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/967
> SASL implementation checks for unused System property
> java.security.auth.login.config
> -------------------------------------------------------------------------------------
>
> Key: KAFKA-3279
> URL: https://issues.apache.org/jira/browse/KAFKA-3279
> Project: Kafka
> Issue Type: Bug
> Components: security
> Reporter: Rajini Sivaram
> Assignee: Rajini Sivaram
> Fix For: 0.10.0.0
>
>
> In many environments (eg. JEE containers), JAAS configuration may be set
> using methods different from the System property
> {{java.security.auth.login.config}}. While Kafka obtains JAAS configuration
> correctly using {{Configuration.getConfiguration()}}, an exception is thrown
> if the System property {{java.security.auth.login.config}} is not set even
> when the property is never used. There are also misleading error messages
> which refer to the value of this property which may or may not be the
> configuration for which the error is being reported.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)