micronaut-views icon indicating copy to clipboard operation
micronaut-views copied to clipboard

Exceptions thrown from view renderers yield JSON errors with exception info

Open mikehearn opened this issue 10 months ago • 0 comments

Feature description

Generally, if a page is being viewed by a user then returning JSON is the wrong thing to do. Instead Micronaut should render an attractive default error page that doesn't include details about what went wrong, as those can assist attackers.

mikehearn avatar Apr 04 '24 15:04 mikehearn