Tuesday, October 2, 2012

Re: GWT WebApp and iOS 6 Safari

Thanks Manolo,

I'm aware of iOS6 POST caching problem, but I don't think this behaviour is depending on that Safari bug.

This is the server access log I have when I open the URL with Firefox (where all is still working fine):

192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/ HTTP/1.1" 200 4645
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/module/module.nocache.js HTTP/1.1" 200 8854
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/img/logo.png HTTP/1.1" 200 35447
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/module/gwt/chrome/chrome.css HTTP/1.1" 200 27141
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/module/37E7172BB090A1A4FE482E23A911163C.cache.js HTTP/1.1" 200 676628
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/img/main.png HTTP/1.1" 200 28327
192.168.0.7 - - [02/Oct/2012:16:55:14 +0200] "GET /project/module/gwt/chrome/images/corner.png HTTP/1.1" 200 1181
192.168.0.7 - - [02/Oct/2012:16:55:15 +0200] "GET /project/module/gwt/chrome/images/hborder.png HTTP/1.1" 200 1591
192.168.0.7 - - [02/Oct/2012:16:55:15 +0200] "GET /project/module/gwt/chrome/images/vborder.png HTTP/1.1" 200 188

As you see no POSTs are involved in loading the history mapped place related view.

Enrico

El martes, 2 de octubre de 2012 16:48:27 UTC+2, Manuel Carrasco escribió:
IOS6 is caching POST although HTML spec says not to cache it. 

I opened an issue in gwt sent a patch a couple of days ago, in the issue you can find some workarounds apart from patch gwt.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/11VgjjeOTYUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment