pschragger / csc-9010-2011-webcentricdevelopment

Automatically exported from code.google.com/p/csc-9010-2011-webcentricdevelopment
0 stars 0 forks source link

game.jsp needs to check for logged in user #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
game.jsp does not check for logged in user. Probably needs a redirect to a 
login page if the user is null. Added an if statement to avoid user information 
retrieval from being attempted if the user object is null. This is just a temp 
workaround, for now.

This affects all pages in jsp/game that will use this decorator.

Original issue reported on code.google.com by cherian....@gmail.com on 23 Mar 2011 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by aj.palko...@gmail.com on 29 Mar 2011 at 4:02