Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Incomplete
-
2.10
-
None
-
None
Description
In my job, we must use a "corporate proxy" with "NTLM+SPNEGO authentication" to access Internet.
Unfortunately, we haven't got any nominative proxy credential because Windows use current user session to authenticate against proxy (we we login to Windows session with a smart card).
The only way for Java application to connect to internet is to launch JVM with -Djava.net.useSystemProxies=true standard parameter.
It work perfectly with "standard" URLConnection , but unfortunately not with wagon-http-lightweight.
Attachments
Attachments
Issue Links
- is related to
-
HTTPCLIENT-1625 Completely overhaul GSS-API-based authentication backend
- Resolved