Thursday, August 7, 2014

Re: GWT Developer Plugin no longer works with Chrome on Linux

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment