Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Labels containing a space sign are improperly encoded in the Totp.uri method output #21

@divarvel

Description

@divarvel

UrlEncoder encodes spaces as + instead of %20, which is consistent with application/x-www-form-urlencoded and OK in query strings, but causes an error if it's in other components.

A solution would be to use java.net.URI to build the uri. I can write a PR if needed.

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