Changes between Initial Version and Version 1 of Ticket #28786, comment 5
- Timestamp:
- Nov 8, 2017, 8:25:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28786, comment 5
initial v1 1 Error is related to middleware order. If the content -length is modified after calculations (and in my case it was) comparison between values always returns False. I guess it affects everyone with apps like django-livereload or similar apps, which injects content into site. Is this header necessary to exist because of security?1 Error is related to middleware order. If the content is modified after calculation of length (and in my case it was) comparison between values always returns False. I guess it affects everyone with apps like django-livereload or similar apps, which injects content into site. Is this header necessary to exist because of security or some different point? 2 2 3 3 Its worth to add info about order of middlewares to release notes of version 1.11, to prevent people from digging through internet.