Honestly, no idea. But I think its not a GWT issue. "v=10&hc=1E53FC7786FF8A5ED<http://localhost:8888/welcome.html?v=10&hc=1E53FC7786FF8A5ED>" should already give you a hint about what could cause this redirect. I have never seen this in the context of GWT so I would bet its something on your system or in your code / library you use.
Does your test.html file contain a meta refresh for some reasons? Do you have a servlet filter in your web.xml that could cause this? Are you running any other non-GWT localhost servers? Any browser plugins that could cause this? Does GWT DevMode really send the redirect (take a look at the browsers dev tools and its networking tab)? Does the redirect also happen when you change GWT's embedded server and dev mode port? What happens if you start GWT DevMode using the parameter "-bindAddress 0.0.0.0" and then access DevMode using your assigned IP, e.g. 192.168.1.1. Good luck. -- J. -- 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/groups/opt_out.
