Re: getAuthenticatedUser()

Thomas Vandahl <[email protected]> Mon, 08 Apr 2013 17:46:23 +0200
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <[email protected]>
On 08.04.2013 15:27, Robert Lee wrote:
> The section that I am concerned about is the one with the null username;
[...]
> 2013-04-07 19:08:08,673 [http-bio-80-exec-13] DEBUG
> org.apache.torque.util.SQLBuilder - SELECT TURBINE_USER.USER_ID,
> TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE,
> TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME,
> TURBINE_USER.EMAIL, TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED,
> TURBINE_USER.CREATED, TURBINE_USER.LAST_LOGIN, TURBINE_USER.OBJECTDATA
> FROM TURBINE_USER WHERE TURBINE_USER.LOGIN_NAME=''

This belongs to the getAnonymousUser() call. No need to worry, this is 
perfecly fine.

Bye, Thomas.