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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---