> What functions does HttpUrlConnection still require using system > properties for, which HttpClient provides on an instance basis? I know > that HttpUrlConnection used to require use of system properties for the > read and connection timeouts, although that difference was eliminated in > JDK 1.5.
I could be mistaken, but I'm pretty sure that some aspects of HTTP proxy configuration (e.g. username, password) still need to be specified through system properties for HttpUrlConnection to function. Thanks, Sam --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org