Friday, July 25, 2014

IE11 gets 404 error when accessing GWT application - Upgraded to GWT 2.6.1

Hello,
We have an GWT application that we upgraded from GWT 2.4 to GWT 2.6.1.
When I try to access the application with IE11, I get a 404 error, however I am able to bring up the application on IE8.

My app.gwt.xml for compilation lines are

<set-property name="user.agent" value="ie8"/>
<set-property name="user.agent" value="gecko1_8"/>
<extend-property name="user.agent" values="ie9,ie10,gecko1_8,opera" />
<extend-property name="user.agent" values="ie11" fallback-value="ie10" />
<property-provider name="user.agent" generator="com.google.gwt.useragent.rebind.UserAgentPropertyGenerator"/> 

Please help.
Thanks

--
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