so it appears I have a exceiption handler filter t...
# http4k
s
so it appears I have a exceiption handler filter that is catching the lensFailure exception. I wanted my exception handler to be the last line of defense. It seems if I disable it, http4k works like expected which would lead me to believe that http4k catches that exception and returns a 400 whereas my catch all returns 500s because it is suppose to log details and sanitize the output to the user.