bertramdev / grails-asset-pipeline

Grails Asset Pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date in Last-Modified HTTP header is locale dependent

verglor opened this issue · comments

If locale of application for current request is different from English.US, format of Last-Modified HTTP header may be in wrong format.

This issue is quite severe since assets fail to load in MS Edge if they are served via HTTP/2 (e.g. through proxy or CDN) !!

Since #366 has been fixed, PR #365 can be merged.
@davydotcom please could you merge it and release a new version ?