-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exception-handling): Fix #2147 - setting app debug does not propa…
…gate to exception handling middleware (#2153) * fix(exception-handling): Fix #2147 - setting app debug dynamically does not propagate to exception handling middleware. Change ExceptionHandlerMiddleware to use the current application's debug value rather than assigning it statically at creation / startup time.
- Loading branch information
1 parent
edbe1c9
commit 5dbbedf
Showing
3 changed files
with
86 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters