This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Description
Ideally, there should be a way to dynamically pass message instead of always getting from MessageSource.
It should be pretty easy to implement e.g. HandledException can add a constructor where it takes in message instead of arguments. And that message can be set dynamically using WebErrorHandler.
inside withMessage (if I am not mistaken) in WebErrorHandlers if the message is present in HandledException then use that other wise get from messageSource.