Brent Leeper

Results 2 issues of Brent Leeper

**Affects Version(s):** \ Current --- In org.springframework.integration.handler.support.MessagingMethodInvokerHelper.fallbackToInvokeExpression(), the message is logged using LOGGER.info, this should be LOGGER.warn. Also, this log message currently fully exposes the contents of the ParametersWrapper 'parameters'...

status: on-hold-dependency

Currently: final boolean needsQuoting = stringValue.indexOf(delimiter) != -1 // || foundQualifier // || stringValue.indexOf('\n') != -1; Should be: final boolean needsQuoting = foundQualifier && (stringValue.indexOf(delimiter) != 1 || stringValue.indexOf("\n") !=...