Skip to content

Encoding Problem when calculating the Lenght of the Response contentLenght #223

Closed
@sijakubo

Description

@sijakubo

Hi,

the servlet responses are cut off when containing utf8 charachters like 'ä', 'ö', ...

I've noticed that you already fixed this issue in your current master. Could you release a new Version with this fix? This is a show stopper for us.

response.setContentLength(responseContent.getBytes(StandardCharsets.UTF_8).length);

Best regards,
Simon Jakuobwski

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions