Changeset 1572
- Timestamp:
- 12/14/2006 09:38:56 AM (2 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 modified
-
HISTORY (modified) (1 diff)
-
framework/Web/THttpResponse.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/HISTORY
r1567 r1572 2 2 =================== 3 3 BUG: Ticket#481 - Unable to cancel navigation when handling OnSideBarButtonClickEvent (Qiang) 4 BUG: typo in THttpResponse.writeFile() about sending headers (Qiang) 4 5 5 6 Version 3.0.6 December 4, 2006 -
branches/3.0/framework/Web/THttpResponse.php
r1563 r1572 262 262 header('Pragma: public'); 263 263 header('Expires: 0'); 264 header('Cache-Co mponent: must-revalidate, post-check=0, pre-check=0');264 header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); 265 265 } 266 266 header("Content-type: $mimeType");
