You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by klopfdreh <gi...@git.apache.org> on 2017/07/31 15:56:19 UTC

[GitHub] wicket issue #225: Some changes regarding CssHeaderItem / push integration

Github user klopfdreh commented on the issue:

    https://github.com/apache/wicket/pull/225
  
    All in all there are currently some errors regarding the caching of the resources which are pushed. It currently behaves like this:
    
    Resource pushed (no status code) > 200 OK (served via link tag) > 304 NOT MODIFIED (received from cache)
    
    It should be:
    
    Resource pushed (no status code) > 304 NOT MODIFIED (received from cache)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---