Re: [appfuse-user] user vs username

2007-05-09 Thread tibi
jep... as i understood it the method was already in. the request.getRemoteUser works fine tibi Matt Raible wrote: The bug you reference was to add a convenience method to get the user's username. However, since it's easy enough to get with request.getRemoteUser(), I didn't add it. Does this an

Re: [appfuse-user] user vs username

2007-05-08 Thread Matt Raible
The bug you reference was to add a convenience method to get the user's username. However, since it's easy enough to get with request.getRemoteUser(), I didn't add it. Does this answer your question? Matt On 5/8/07, tibi <[EMAIL PROTECTED]> wrote: i just stumlbed upon this bug report: http:/

[appfuse-user] user vs username

2007-05-08 Thread tibi
i just stumlbed upon this bug report: http://issues.appfuse.org/browse/APF-650 as i understand it the first user is saying that the method setCurrentUser should be reneamed to setCurrentUserName because you are not setting the user but only his or her name. and the getCurrentUser should be c