Skip to content

Escaping of task notes / title / tags should be using UrlEncode #9

@jclement

Description

@jclement

I think that the ToodleDo docs are a bit lacking when they recommend escaping the & and ; characters. Because all the data is glued together into a single Get request for this application, and is part of a URL, I think the whole value needs to be URL Encoded.

ie)

public class TextEncoder {
    public String encode(String original) {
        return java.net.URLEncoder.encode(original, "UTF8");
    }
}

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