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 | ec17ac7fca60b87449355f8c240fc7e0512eba33 (patch) | |
tree | 86299b9ad492279a17d9c4022a250161f76b5068 /src/com/p4square/grow/frontend/session/SessionCreatingAuthenticator.java | |
parent | dced76f5f6f7efb4b4fd49e41a3fe73a9ab3bdc3 (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; } |