I\'m using Jquery for menu created like: <div class=\"prof_info1\">home</div><div class=\"prof_info2\">info2</div><div class=\"prof_info3\">info3</div>
I\'m trying to set up spring security 3 to authe开发者_如何学JAVAnticate users against my hibernate 3 database. I\'m storing only sha1 hashes of the passwords in the database (not plaintext).
My controllers all extend a basic UserAwareController cla开发者_如何学编程ss, that exposes GetCurrentUser() method. I would like any call to this method to redirect to the login page if the user is no