Hi All
My web app contains the comment function. Only the login user can comment on some topic. I use the spring security to protect this comment action. That meas:
1. A unlogged in user write the...