JDK-7037336 : Downloading of resources with redirect URL should remember final URL
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u12,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-04-18
  • Updated: 2013-09-12
  • Resolved: 2011-05-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u29Fixed 7 b140Fixed
Related Reports
Duplicate :  
Description
Current when resources are downloaded from URL with directed, they are stored in cache or in temporary storage without memory of the final location where the resource came from.  This information is needed for setup accurate codesource.

Comments
EVALUATION The main changes is when download of resource with redirect url to cache we create additional "redirect cache entry" with "Location" header field pointing to the final URL cache entry. For caching disabled case, we also remember the final URL through a static hashtable.
21-04-2011