Index: java/org/apache/commons/httpclient/HttpState.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpState.java,v retrieving revision 1.22.2.4 diff -u -r1.22.2.4 HttpState.java --- java/org/apache/commons/httpclient/HttpState.java 22 Feb 2004 18:21:13 -0000 1.22.2.4 +++ java/org/apache/commons/httpclient/HttpState.java 21 Sep 2004 01:58:51 -0000 @@ -77,13 +77,14 @@ private boolean preemptive; /** - * The boolean property name to turn on preemptive authentication. + * The boolean system property name to turn on preemptive authentication. + * @deprecated This field and feature will be removed following HttpClient 3.0. */ - public static final String PREEMPTIVE_PROPERTY = - "httpclient.authentication.preemptive"; + public static final String PREEMPTIVE_PROPERTY = "httpclient.authentication.preemptive"; /** - * The default property value for #PREEMPTIVE_PROPERTY. + * The default value for {@link #PREEMPTIVE_PROPERTY}. + * @deprecated This field and feature will be removed following HttpClient 3.0. */ public static final String PREEMPTIVE_DEFAULT = "false";