﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26591	Incorrect Manifest Keys for ManifestStaticFilesStorage on Windows	David Sanders	nobody	"The manifest created by `ManifestStaticFilesStorage` on Windows has some incorrect keys (haven't determined the pattern yet) where slashes are '\\' instead of '/'.

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.

I've attached a patch for staticfiles_tests which checks that the manifest is the same in memory and on disk after the manifest tests finish (unless it was a test which cleared the in-memory version). It passes for the Linux build but fails on the Windows build, nicely illustrating the problem."	Bug	new	contrib.staticfiles	dev	Normal		staticfiles manifest manifeststaticfileststorage windows		Unreviewed	0	0	0	0	0	0
