ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Choosel example doesn't do authentication #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The choosel example application overrides the initAuthenticationBar() so that 
no authentication can be done by the user. This causes errors downstream with 
actions that need to authenticate because the AuthenticationServiceServlet 
always reports that the user is not authenticated.

If you don't want authentication, then the AuthenticationServiceServlet should 
probably be replaced with one that always reports that the user is always 
authenticated. 

Original issue reported on code.google.com by delmyers...@gmail.com on 26 Nov 2010 at 6:14