-
Bug
-
Resolution: Fixed
-
P2
-
6u10
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199349 | 7 | Thomas Ng | P2 | Resolved | Fixed | b64 |
When investigating JavaFX bug http://openjfx.java.sun.com/jira/browse/RT-1128, we discovered that "Range" header in HTTP request does not work with the deployment cache.
The current deployment cache is not designed to cache partial "range" resource.
We should not try to cache the resource if range header is present.
The current deployment cache is not designed to cache partial "range" resource.
We should not try to cache the resource if range header is present.
- backported by
-
JDK-2199349 when "Range" header is present in HTTP request, we should not cache the request
- Resolved