I suppose you do a redirect from biorweb.mayo.edu to 
rcfclusterws2.mayo.edu:9097? If so, then you should make your redirect 
using JavaScript rather than HTTP, as forwarding the hash to the 
redirected-to URL has only be recently spec'd in HTTP.

On Wednesday, March 12, 2014 5:53:29 PM UTC+1, GregD wrote:
>
> 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.

Reply via email to