JDK-4802557 : Consolidation: Networking/Proxy/Cookie
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 1.2.0,5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_nt,windows_2000
  • CPU: generic,x86
  • Submitted: 2003-01-13
  • Updated: 2003-08-06
  • Resolved: 2003-08-06
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.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Duplicate :  
Description
Consolidated networking/proxy/cookie support between Java Plug-in and Java Web Start with the following:
- Shared common code in the com/sun/deploy/net package, including HTTPS.
- Provide a ProxyManager object in com/sun/deploy/net/proxy for accessing proxy settings from both products.
- Provide a CookieManager object in com/sun/deploy/net/cookie for accessing cookie settings from both products.

###@###.### 2003-01-13

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b14
14-06-2004

EVALUATION Comitted to Tiger. ###@###.### 2003-01-13 Spec is available at http://j2se.east/deployment/specs/deploy/1.5/networking_proxy_cookie.html ###@###.### 2003-04-18 A simple testbed is incorporated into the code, which enables simple test to be ran with the networking/proxy/cookie environment setup using standalone app: java -cp deploy.jar com.sun.deploy.ClientContainer <test-class-name> [args] ###@###.### 2003-04-18
18-04-2003