Skip to content

tempredirect/spring-mvc-json-error-resolver

Repository files navigation

This is a simple Spring MVC 3.0.5 web application to demonstrate an issue using @ResponseStatus(reason = 'Message')

Usage:

> mvn tomcat:run

> curl -v http://localhost:8080/404

> curl -v http://localhost:8080/404b

both requests are implemented to throw an exception, but the /404b request is handled by a method annotated with the 'reason' attribute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages