diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:44:05 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:44:05 -0700 |
commit | 68fb7d58b69f73e69f9b114792bd576897f41122 (patch) | |
tree | 9bcd693f3e2aa52c328421eb2ca5232414a425cb /src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java | |
parent | 3ed17f90de3069ae2d1934c2f2fd95973c4febb4 (diff) |
Fixing logins and configuration
Diffstat (limited to 'src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java')
-rw-r--r-- | src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java b/src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java index ce6024c..c569bb9 100644 --- a/src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java +++ b/src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java @@ -36,6 +36,7 @@ public class SessionCreatingAuthenticator extends Authenticator { if (request.getClientInfo().isAuthenticated() && user != null) { Sessions.getInstance().create(request, response); + LOG.debug(response); return true; } |