Changes between Version 7 and Version 9 of Ticket #891
- Timestamp:
- 11/01/11 12:17:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #891
- Property Status changed from assigned to closed
- Property Milestone changed from ckan-sprint-2011-10-24 to current-ckan-sprint-2011-11-07
- Property Resolution changed from to fixed
-
Ticket #891 – Description
v7 v9 27 27 * IF: NOT data stuff (e.g. text/html) then EXIT. (store outcomes and info on resource) 28 28 * ELSE: archive it (compute md5 hash etc) 29 * IF: get hash from headers and hash unchanged GOTO step 430 29 * IF: get content-length and content-length unchanged GOTO step 4 31 * IF: max-age / expires / other cache headers show this has not changed since last check GOTO step 432 30 3. Archive it: connect to storage system and store it. Bucket: from config, Key: /archive/{timestamp}/{resourceid}/filename.ext 33 31 * Add cache url to resource and updated date