Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jclement opened this issue Aug 18, 2010 · 1 comment
Open

Comments

@jclement
Copy link

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");
    }
}
@lant
Copy link
Owner

lant commented Sep 16, 2010

I'm trying to find time to make a new major release of some code I have laying around. I'll introduce this in the next release. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants