The daemon incorrectly interprets the encoding settings.
boolean encoded = MessageLogEnum.XML_WITH_ENCODED_PAYLOAD.equals(messageLog);
Rather than comparing the messageLog object, it should get value from it and
then compare.
Original issue reported on code.google.com by kamil.ba...@gmail.com on 25 Nov 2014 at 1:08
Original issue reported on code.google.com by
kamil.ba...@gmail.com
on 25 Nov 2014 at 1:08