Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Any
Description
http.agent can be set as a system property to override a user agent string but is not currently noticed by SystemDefaultHttpClient, it just continues to use its default.
The native java http implementation (URLConnection) does honor this system property.
Can SystemDefaultHttpClient be enhanced to honor this?
Thanks.