Saturday, July 26, 2014

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

GWT 2.6.1 is compatible with IE11, and it uses the gecko1_8 permutation, so you don't need any of the lines you added to your gwt.xml.
(BTW, your <set-property> override each other and, AFAICT, make the extend-property and property-provider useless as you're setting a single value)

On Friday, July 25, 2014 3:20:50 PM UTC+2, Mo Baig wrote:
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