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
eeverman
changed the title
StdSysPropLoader does not trim values by default
StdSysPropLoader & StdEnvVarLoader do not trim values by default
Oct 15, 2021
eeverman
changed the title
StdSysPropLoader & StdEnvVarLoader do not trim values by default
StdSysPropLoader & StdEnvVarLoader should trim String values by default
Oct 26, 2021
eeverman
changed the title
StdSysPropLoader & StdEnvVarLoader should trim String values by default
StdSysPropLoader & StdEnvVarLoader should trim String values
Oct 26, 2021
Describe the bug
System properties and environment vars are typically set in configuration files. Why would these not be trimmed?
This refers to these two methods:
Its likely that changing these defaults will not result in any tests breaking, but it should - tests should be added that verify the behavior.
The text was updated successfully, but these errors were encountered: