Hi Stephan,
the userinfo part is not deprecated, instead of the format "login:password".
I add a comment in the javadocs.
best regards,
Thierry Boileau


Stephan Koops a écrit :
Hi Theirry,

what about mark Reference.setUserInfo as deprecated in the javadoc and as annotation, with a reference to RFC 3986?

best regards
  Stephan

Thierry Boileau schrieb:
Hi Eben,

as pointed by the last URI specification, the use of the format "user:password" in the userinfo field is deprecated (see http://gbiv.com/protocols/uri/rfc/rfc3986.html#userinfo). Thus, you should use the ChallengeResponse object. However, there is a bug in the code of the Reference class which does not prevent such cases. Thanks for having reported that.

best regards,
Thierry Boileau

Reply via email to