[
https://issues.apache.org/jira/browse/SHIRO-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469731#comment-15469731
]
Mark Hale commented on SHIRO-583:
---------------------------------
Using spring and property injection, so it was easy enough to fix.
> SubjectAwareExecutorService.setTargetExecutor is incorrect
> ----------------------------------------------------------
>
> Key: SHIRO-583
> URL: https://issues.apache.org/jira/browse/SHIRO-583
> Project: Shiro
> Issue Type: Bug
> Affects Versions: 1.2.4
> Reporter: Mark Hale
>
> SubjectAwareExecutorService.setTargetExecutor() calls
> super.setTargetExecutor() instead of this.setTargetExecutorService() causing
> NPE because super.targetExecutor is non-null but this.targetExecutorService
> is null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)