Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE8
-
Support Case References:Support Case #12692 - https://icesoft.my.salesforce.com/5007000000aanjH
Description
We observes in IE8 a number of extra requests
to validate cached images. These are "full" HTTP
requests that occur at roughly the same time as
the Ajax requests from user events, so may be
interfering. For instance, when a data table is
rendered true/false, the (datatable) paginator image expiry will
be validated at the server.
Various forum postings seem to indicate that
setting the Expires header is a good way to prevent
the If-Modified-Since requests.
to validate cached images. These are "full" HTTP
requests that occur at roughly the same time as
the Ajax requests from user events, so may be
interfering. For instance, when a data table is
rendered true/false, the (datatable) paginator image expiry will
be validated at the server.
Various forum postings seem to indicate that
setting the Expires header is a good way to prevent
the If-Modified-Since requests.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Fix Version/s | 3.3 [ 10370 ] |
Mircea Toma
made changes -
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Mircea Toma
made changes -
Fix Version/s | 3.3 [ 10370 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arran Mccullough
made changes -
Support Case References | Support Case #12692 - https://icesoft.my.salesforce.com/5007000000aanjH |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Modified CompatResourceServlet to send 'Expires' and 'Etag' headers to better control the browser caching.