Skip to content

Unicode issues in BrokerPropertiesMapper #188

Description

@jcookems

Dev estimate: 1
Test estimate: 1

The BrokerPropertiesMapper uses the parameterless version of getBytes to construct an array to pass to CodeHaus's JsonParser (via ObjectMapper). This is risky, because CodeHaus expects UTF-8, andgetBytes() uses the the platform's default charset.

To make this safe, need to change to getBytes("UTF8").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions