Skip to content

play 404 default error handler #11696

Answered by mkurz
abhinandc3 asked this question in Q&A
Mar 2, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I can't speak for Play 2.5 because we don't support that anymore and I am not willing to take a look how it worked back then. But as of 2.8.x you find more information in the here (config play.http.errorHandler), maybe you need to set the breakpoint in the class play.api.http.DefaultHttpErrorHandler (note the api)?

# The error handler.
# Used by Play's built in DI support to locate and bind an error handler. Must be one of the following:
# - A FQCN that implements play.api.http.HttpErrorHandler (Scala).
# - A FQCN that implements play.http.HttpErrorHandler (Java).
# - provid…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@abhinandc3
Comment options

@mkurz
Comment options

Answer selected by mkurz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants