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

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

    [ https://issues.apache.org/jira/browse/SHIRO-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15467483#comment-15467483 ] 

Brian Demers commented on SHIRO-583:
------------------------------------

Sounds like an easy enough fix.

How are you running into this problem? Setting bean properties via a shiro.ini (or similar)?  I want to include a work around if any, in the issue as well.



> 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)