[
https://issues.apache.org/jira/browse/NIFI-9201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414252#comment-17414252
]
ASF subversion and git services commented on NIFI-9201:
-------------------------------------------------------
Commit 3fbd9c9e1431371aa3ec4e5a2cbf45ea7d733a25 in nifi's branch
refs/heads/main from Denes Arvay
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3fbd9c9 ]
NIFI-9201 NullPointerException in AbstractKerberosUser if the tgt is not
renewable (#5383)
> NullPointerException in AbstractKerberosUser if the tgt is not renewable
> ------------------------------------------------------------------------
>
> Key: NIFI-9201
> URL: https://issues.apache.org/jira/browse/NIFI-9201
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Denes Arvay
> Assignee: Denes Arvay
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> KerberosTicket.getRenewTill() returns null if the ticket is non-renewable
> (seeĀ [1]) and this causes NPEx in AbstractKerberosUser.getRefreshTime() ([2])
> [1]
> https://docs.oracle.com/javase/8/docs/api/javax/security/auth/kerberos/KerberosTicket.html#getRenewTill--
> [2]
> https://github.com/apache/nifi/blob/main/nifi-commons/nifi-security-kerberos/src/main/java/org/apache/nifi/security/krb/AbstractKerberosUser.java#L266
--
This message was sent by Atlassian Jira
(v8.3.4#803005)