Wednesday, May 4, 2011

Re: Base64Utils 63 char is "$" shouldn't it be "/"?

Base64Util is in gwt-servlet.jar (i.e. not AppEngine), so it won't change the behavior of AppEngine's file upload re. base64 encoding.

It's only used by GWT-RPC and RequestFactory, so it really doesn't matter which "variant" it uses (call it a "GWT variant", and update the wikipedia article if you want), as the client-side code is generated, so both sides are "controlled" by GWT.

Finally, it's explicitly documented as not following MIME-Base64, so if you want MIME-Base64, then use something else.

Did I miss something?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment