You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shiro.apache.org by "Benjamin Marwell (Jira)" <ji...@apache.org> on 2022/04/12 11:38:00 UTC

[jira] [Updated] (SHIRO-875) Cannot create subjects with principals and disabled session-creation

     [ https://issues.apache.org/jira/browse/SHIRO-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Marwell updated SHIRO-875:
-----------------------------------
    Issue Type: Improvement  (was: Bug)

> Cannot create subjects with principals and disabled session-creation
> --------------------------------------------------------------------
>
>                 Key: SHIRO-875
>                 URL: https://issues.apache.org/jira/browse/SHIRO-875
>             Project: Shiro
>          Issue Type: Improvement
>    Affects Versions: 1.9.0
>            Reporter: Boris Petrov
>            Priority: Major
>
> {code:java}
> var principals = new SimplePrincipalCollection(123, "asd");
> var subject = new Subject.Builder().principals(principals).sessionCreationEnabled(false).buildSubject();
> {code}
> This fails because the `DefaultSecurityManager` calls `save(subject);` which in turn saves something to the session of the subject. But a session can't be created so this blows up.
> Is this by design or is it a bug?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@shiro.apache.org
For additional commands, e-mail: issues-help@shiro.apache.org