Tag: logout
Spring Security: Login and Logout Form JSP
When you configure spring security in your web application you can configure your login.jsp in the applicationContext-security.xml. But how this page looks like? If you search around, you are not going to find it easily. There is many articles about how to configure spring security, but a few ones list login.jsp. If you take a [...]

