AcceleratedHTTPCacheManager: do nothing if object is not directly published.
If we accidentally specify AcceleratedHTTPCacheManager in a widely-called Script (Python) by mistake, many responses will have wrong Cache-Control header. With this change, AcceleratedHTTPCacheManager is effective only when the object itself is directly published, so that we can prevent such unexpected cache pollution.
Showing
Please register or sign in to comment