Mark Hale created SHIRO-583:
-------------------------------
Summary: 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)