You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Mark Hale (JIRA)" <ji...@apache.org> on 2016/09/06 13:20:21 UTC

[jira] [Created] (SHIRO-583) SubjectAwareExecutorService.setTargetExecutor is incorrect

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)