----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4786/ -----------------------------------------------------------
Review request for shindig. Summary ------- line 172 in MessageBundle.java: "message.put(name, sw.toString().trim())" The "trim()" method trim the whitespace around the message's value, which result in returning the wrong value. This addresses bug SHINDIG-1540. https://issues.apache.org/jira/browse/SHINDIG-1540 Diffs ----- Diff: https://reviews.apache.org/r/4786/diff Testing ------- Done Thanks, Ran