Spring Logout Example – how to configure the logout url, the logout-succcess-url and how to use a custom bean to handle advanced logout scenarios.
Also find me here:
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (33)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (17)
- Data (17)
- Java Collections (12)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Java String (5)
- Spring Web (4)
- Spring Boot (4)
- Spring Data (3)
- JSON (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Spring Security – permitAll() and web.ignoring()
Filed under Spring Security
The differences between access=”permitAll”, filters=”none”, security=”none” in Spring Security.
Spring Maven Repositories
Guide on how to set up Maven to use Spring Repositories – Release Candidates, Milestones and Snapshots – after the Spring infrastructure updates.
Spring DataIntegrityViolationException
Filed under Spring Persistence
The Spring DataIntegrityViolationException – Causes and Solutions for Hibernate and JPA: ConstraintViolationException, PropertyValueException, DataException, EntityExistsException.
Spring RequestMapping
Filed under Spring MVC
Spring @RequestMapping – Basic Example, @RequestParam, @PathVariable, Header mapping
Spring BeanDefinitionStoreException
Filed under Spring
Causes and Solutions for the BeanDefinitionStoreException in Spring – FileNotFoundException, NoSuchMethodError, NoClassDefFoundError and IOException.
Maven Release to Nexus
Filed under Maven
Maven Release to Nexus – defining the repository in the pom, using the nexus release plugin, and the Release Process breakdown.
Hibernate 3 with Spring
Filed under Spring Persistence
Setup Hibernate 3 with Spring – the Java and XML Configuration, integration with MySQL and usage best practices.
Spring Security Form Login
Filed under Spring MVC, Spring Security
A Spring Login Example – How to Set Up a simple Login Form, a Basic Security XML Configuration and some more Advanced Configuration Techniques.