Monday, August 4, 2014

Place token decoded on Firefox, but not Chrome

Using the MVP sample app (linked to from the MVP Activities and Places developer guide), I set up to use GWT 2.6.1.

Go to the Goodbye place address after launching:
http://127.0.0.1:8888/?gwt.codesvr=127.0.0.1:9997#GoodbyePlace:%2B

Here's the output in Chrome:
Good-bye, %2B

In Firefox:
Good-bye, +

Why is the fragment URL-decoded in FF, but not in Chrome?

(This is causes an error in our application email validation round-trip.)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment