micronaut-projects / micronaut-views

Micronaut Integration with Server Side View Rendering
Apache License 2.0
30 stars 32 forks source link

Exceptions thrown from view renderers yield JSON errors with exception info #759

Open mikehearn opened 6 months ago

mikehearn commented 6 months ago

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.