[ 
https://issues.apache.org/jira/browse/CB-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404723#comment-15404723
 ] 

David Azevedo commented on CB-3071:
-----------------------------------

I have tried Andrew Grieve possible work around and it indeed make the url 
cache work again.
I dont know if this breaks another thing.

You guys know why is needed to append an unique thing after the user agent?

----------------------------

To test i changed the file CDVViewController.m
   this
        // Use our address as a unique number to append to the User-Agent.
        //_userAgent = [NSString stringWithFormat:@"%@ (%lld)", 
localBaseUserAgent, (long long)self];

   to this
        _userAgent = [NSString stringWithFormat:@"%@", localBaseUserAgent];

I have in my config.xml file 
<preference name="OverrideUserAgent" value="Mozilla/5.0 My Browser" />

The user agent on the request before was:  
"Mozilla/5.0 My Browser (140287863425184)"

And now is: 
"Mozilla/5.0 My Browser"



> App cache is invalidated after complete restart of an app
> ---------------------------------------------------------
>
>                 Key: CB-3071
>                 URL: https://issues.apache.org/jira/browse/CB-3071
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.5.0
>            Reporter: Shazron Abdullah
>         Attachments: apache server 200 on GET requests from IOS Cordova 
> client.pdf, apache server 304  on GET requests from cordova client.pdf, 
> headers
>
>
> I have this report from a developer:
> We've recently upgraded from 2.2 to 2.5 on IOS.
> In 2.2, our application leveraged cached assets after a complete restart of 
> the application.  In 2.5 the same scenario always requests new assets from 
> the web server.  The web server has not changed, and it returns caching 
> instructions with the content.  Once the application is running, the cached 
> assets are utilized as we expect.
> Is this by design?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to