-
Kerri Miller authored
We had previously not applied these to web requests, thinking them to be redundant. However, this poses a potential security issue, so we need to enable them. Format error msg for web requests We'll eventually clean this messaging up for the web, but the simplest thing we can do is remove the \n characters so that the API can send (and the front end display) the error message legibly; the \n were causing us to drop everything after the first line. It's ugly, but it is approved language and is FAR more helpful for a user to be able to resolve the issue.
4d73ef61