|
Quick Lists
|
|
Bug ID:
|
6819122
|
|
Votes
|
0
|
|
Synopsis
|
DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects
|
|
Category
|
java:classes_net
|
|
Reported Against
|
|
|
Release Fixed
|
7(b55)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6798873
|
|
Submit Date
|
18-MAR-2009
|
|
Description
|
DefaultProxySelector has a few static variables (e.g. ftpNonProxyInfo and httpNonProxyInfo and the Pattern customer ) that are not always needed at startup. We can defer its initialization until it's needed.
Posted Date : 2009-03-18 19:59:08.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Defer the initialization of the static fields.
Posted Date : 2009-03-18 20:00:05.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |