[GitHub] [tapestry-5] vjlamp opened a new pull request, #39: TAP5-1733: Gracefully deal with FormsRequirePostExcept ion in prod mode.

vjlamp (via GitHub) <[email protected]> Sun, 30 Apr 2023 11:07:57 -0000
Newsgroups gmane.comp.jakarta.tapestry.devel
Message-ID <[email protected]>
vjlamp opened a new pull request, #39:
URL: https://github.com/apache/tapestry-5/pull/39

   With the recently added FormsRequirePostException it is now time to have a proper handler for it.
   
   Contributing a specific `ExceptionHandlerAssistant` to `RequestExceptionHandler` seems to be a nice of way of doing it. 
   
   Alas, despite graceful handling of the exception within such a contribution, `OperationTracker` still creates error level log messages, as it is called before the assistant. Does anyone know of a better way than modifying `OperationTrackerImpl` (which I did in my first commit to this PR)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]