Hello all, I'm running into a weird problem with GWT 2.4, and hope I can get some help here.
Users are given the following URL to click on: http://biorweb.mayo.edu/#UseFTPFile=ftp://<server>/Path In every browser except for Safari, the URL is converted to http://rcfclusterws2.mayo.edu:9097/GAIAClient/#UseFTPFile=ftp://<server>/Path Which is the server and port where my app is running. In the non-Safari case, the web app is brought up, and my app gets the history and parses it. On Safari, my web app is correctly launched, but my History.addValueChangeHandler callback is not called with anything. Is this a known problem? Is this a problem fixed in a release after 2.4? Is there a way from me to put a breakpoint in the gwt servlet to determine whether or not it is correctly being sent the history? Thank you, Greg -- 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.
