Changes between Initial Version and Version 1 of Ticket #26591
- Timestamp:
- May 6, 2016, 10:32:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26591
- Property Triage Stage Unreviewed → Accepted
-
Ticket #26591 – Description
initial v1 1 The manifest created by `ManifestStaticFilesStorage` on Windows has some incorrect keys (haven't determined the pattern yet) where slashes are '\\'instead of '/'.1 The manifest created by `ManifestStaticFilesStorage` on Windows has some incorrect keys (haven't determined the pattern yet) where slashes are `'\\'` instead of '/'. 2 2 3 3 This silently 'succeeds' because `HashedFilesMixin` will hash the original file on a 'cache miss' (in the case of `ManifestStaticFilesStorage` it's a manifest miss) and insert the result into the in-memory hashed files map.