https://issues.apache.org/bugzilla/show_bug.cgi?id=46592
Sven Diedrichsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Sven Diedrichsen <[email protected]> 2009-12-03 15:06:56 UTC --- The trimming should already be done. Please see PropertySetter class: - snip Object convertArg(String val, Class type) { if(val == null) return null; String v = val.trim(); if (String.class.isAssignableFrom(type)) { return val; - snip Why does this not work for you? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
