• B
    Change default appcache manifest file extension · 1881aa5b
    Brian Clozel 提交于
    This commit changes the default file extension configured with
    `AppCacheManifestTranformer`. This ResourceTransformer was previously
    considering `.manifest` files by default, but this has been changed in
    the official spec to `appcache`, in order not to clash with Microsoft's
    unregistered application/manifest type.
    
    Issue: SPR-14687
    1881aa5b
AppCacheManifestTransformer.java 7.6 KB