Boris Petrov created SHIRO-875:
----------------------------------
Summary: 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: Bug
Affects Versions: 1.9.0
Reporter: Boris Petrov
{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: [email protected]
For additional commands, e-mail: [email protected]