PRB: CCPKG Does Not Pick Up the Updated Archive File When the Source Script Is Defined by http:// (317954)
The information in this article applies to:
This article was previously published under Q317954 SYMPTOMS
The CCPKG utility does not pick up the source script properly when the source script is defined by http://. The utility works properly when the source script is defined by file://.
WORKAROUND
When you create archives from local files, use file:// instead of http:// to avoid caching problems, or mark the pages as non-cacheable. Also, if you plan to change the http:// pages, mark these pages as non-cacheable.
You can make a page non-cacheable by incorporating JScript in the HTML page and by adding a META tag that shows the expiration of the content in the file, as in the following sample code:
<meta http-equiv="expires" content="description">
Later updates to the file overwrite the copy in the cache.
Modification Type: | Minor | Last Reviewed: | 6/18/2003 |
---|
Keywords: | kbprb KB317954 |
---|
|