Skip to content

Spaces in the request divide url instead of proper substitution causing #1440

@XriXis

Description

@XriXis

On attempt to cause char substitution (' ' to %20 or '\' to %5C) in a mock test I observed partial lost of char sequence:

socket.getOutputStream().write(
new RqPrint(
new RqFake("GET", "/?u=Hello World")
).asString().getBytes()
);

On the RqHref#href i cought following context (uri variable just eliminate part of the request):

Image

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