Skip to content

Double response content in java17 #1

@dcremo

Description

@dcremo

I'm using spring-httpserver-timings-java17 version 0.0.1 in SpringBoot v3.1.4 and Java jdk 17.0.3.1, and I'm getting a doubled text in the response, for example (omitting full token) on a RestController GET request

{
"token": "eyJhbGciOiJI...."
}{
"token": "eyJhbGciOiJI...."
}

Not sure if it is a bug or misconfiguration.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions