In GWT 2.6.x devModeRedirectEnabled is enabled by default, so you can 
remove it from your module. Because it is enabled by default GWT restricts 
SDM to 127.0.0.1 and localhost for security. If you need to access your app 
through "myhost" then you have to whitelist that host explicitly using 
<set-configuration-property name="devModeUrlWhitelistRegexp" value="....">.

In the future, with GWT 2.7, you can also remove the xsiframe linker 
because that will be the new default.

-- 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/d/optout.

Reply via email to