Changes between Initial Version and Version 4 of Ticket #26447
- Timestamp:
- Sep 16, 2016, 6:00:44 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26447
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Component Uncategorized → HTTP handling
- Property Summary Remove USE_ETAGS setting → Deprecate USE_ETAGS setting in favor of ConditionalGetMiddleware unconditionally setting an ETag
-
Ticket #26447 – Description
initial v4 1 (with deprecation)2 3 1 In my opinion this setting is not needed (any more) 4 2 … … 9 7 this also will fix a problem when you use the GZipMiddleware in combination with the Conditional-Get handling in CommonMiddleware. 10 8 11 12 13 9 Open questions for me: 14 10 - ConditionalGetMiddleware also handles Last-Modified/If-Modified-Since , which CommonMiddleware didn't. I don't see a problem in throwing them together and activating/deactivating them together. You?