Hi Dan,

I'm not sure why that would make a difference:

the Subject.Builder default constructor implementation currently
delegates to the constructor accepting a SecurityManager, using
SecurityUtils.getSecurityManager(), i.e.

new Subject.Builder() === new
Subject.Builder(SecurityUtils.getSecurityManager());

I'm glad to see that it worked for you though!

Best,

Les

Reply via email to