Yep, using the jars from 2.7.0-SNAPSHOT build fixes it. In FF, it has the expected output:
> Good-bye, %2B > Thanks Thomas. Now I just need to clean up our dependencies so that we can actually update to 2.7.0 once it's available! -Jay On Monday, August 4, 2014 4:35:04 PM UTC-7, Thomas Broyer wrote: > > Would you mind trying 2.7.0-SNAPSHOT from > https://oss.sonatype.org/content/repositories/google-snapshots/ Maven > repository? > The History implementation has changed a bit since 2.6.* and the behavior > might have changed. > In any case, would you mind filing an issue in the tracker? as it looks > like we should try to add tests about roundtripping tokens that need > escaping. > > On Monday, August 4, 2014 9:52:21 PM UTC+2, Jay Hodgson wrote: >> >> Using the MVP sample app >> <http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-hellomvp-2.1.zip> >> >> (linked to from the MVP Activities and Places developer guide >> <http://www.gwtproject.org/doc/latest/DevGuideMvpActivitiesAndPlaces.html>), >> 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 >> <https://sagebionetworks.jira.com/browse/SWC-1601> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
