I wanted to hide 500 error messages from my clients, not just the stacktrace, but the message text itself. Not being familiar with this code, this seemed the most obvious way. I added a static500Error option to the config.
My configuration adds a static 'Internal Server Error' message:
Coverage decreased (-0.1%) to 96.044% when pulling f8d06d98bdefc3c5606f9859126657c0d59b0628 on EnigmaCurry:static-500-error into 129ded602a4470a6d62fc6910a51f7c579e43374 on theganyo:master.
I wanted to hide 500 error messages from my clients, not just the stacktrace, but the message text itself. Not being familiar with this code, this seemed the most obvious way. I added a
static500Error
option to the config.My configuration adds a static 'Internal Server Error' message: