You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to do that at this point; you would need to catch exception and create a replacement.
If someone wanted to implement a feature like that ("property"), I would accept it -- or maybe some kind of handler that would be given proposed message and could replace it with something else.
Added a label to indicate that I probably won't have time to work on such a feature myself, but would be happy to help getting a PR merged (and suggests ways to approach this).
Hello,
I would like to ask if there's a option to disable faultstring messages. For example, turn messages like this:
throwParseError("Unexpected '<' character in element (missing closing '>'?)");
to a generic or empty one, so as to avoid details in Internal Server Error response.
Thanks in advance.
S.
The text was updated successfully, but these errors were encountered: