Description
HandlerExecutionListener has an executing() method that allows for running code prior to the request. It would be great to run an equivalent executed() method after the request. Ideally this would also run in a finally block to allow for adding a profiler interceptor.