I think your app is crashing somewhere.
Do you have enabled logging and configured uncauchExceptionHandler ?
Take a look to the debug console in ios, or try sending some logging to the
console or to the server.



On Tue, Oct 2, 2012 at 5:06 PM, Enrico <[email protected]> wrote:

> 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.
>>
>> http://gwt-code-reviews.**appspot.com/1845803/<http://gwt-code-reviews.appspot.com/1845803/>
>> http://code.google.com/p/**google-web-toolkit/issues/**detail?id=7703<http://code.google.com/p/google-web-toolkit/issues/detail?id=7703>
>>
>> - Manolo
>>
>>  --
> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to