Stephen Mallette created TINKERPOP-2571:
-------------------------------------------
Summary: Remove actual arguments from exception message in
JavaTranslator
Key: TINKERPOP-2571
URL: https://issues.apache.org/jira/browse/TINKERPOP-2571
Project: TinkerPop
Issue Type: Improvement
Components: process
Affects Versions: 3.4.11
Reporter: Stephen Mallette
Assignee: Stephen Mallette
{{JavaTranslator}} currently generate exceptions with messages that display the
values of arguments that failed to be called for a particular step. That's
helpful to debugging but could share too much information to logs if those
arguments contain some form of private data. Instead of including the argument
values, instead output their types so that the debug information is still
meaningful, but the data itself stays hidden.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)