Posts

Showing posts with the label Error Handling

Spring MVC - How to handle errors from a controller?

Image
In a web application, it is very important to handle errors. Proper error handling would protect the application from several vulnerabilities, including Security Misconfiguration . In this post, you will see how you can handle exceptions that arise out of a Spring MVC based application.