I have ported from 3.0.2 and in the old code I had:

      client.getParams().setParameter(AuthPolicy.AUTH_SCHEME_PRIORITY,
          policyList);

To get the most similar behavior with the 4.1 API, do I set
AuthPNames.TARGET_AUTH_PREF, AuthPNames.PROXY_AUTH_PREF, or both?

      client.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF,
          policyList);
      client.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF,
          policyList);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to