Commit d38b5f4c3e7f9a41b294a53ed9eb0f805b2f81de
1 parent
f31078bf
Exists in
master
Comentando a causa da falha
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
impl/extension/jaas/src/main/java/br/gov/frameworkdemoiselle/security/JAASAuthenticator.java
... | ... | @@ -143,9 +143,9 @@ public class JAASAuthenticator implements Authenticator { |
143 | 143 | |
144 | 144 | // AbstractSecurityContext. |
145 | 145 | |
146 | - Object securityContext = System.getSecurityManager().getSecurityContext(); | |
146 | +// Object securityContext = System.getSecurityManager().getSecurityContext(); | |
147 | 147 | |
148 | - System.out.println(securityContext.toString()); | |
148 | +// System.out.println(securityContext.toString()); | |
149 | 149 | |
150 | 150 | String name = config.getLoginModuleName(); |
151 | 151 | LoginContext loginContext = new LoginContext(name, this.subject); | ... | ... |