--- HttpMethod.old 2002-08-19 11:13:38.000000000 +0200 +++ HttpMethod.java 2002-08-21 17:38:42.000000000 +0200 @@ -187,6 +187,19 @@ public void setFollowRedirects(boolean followRedirects); /** + * Whether or not I should automatically process responses where + * authentication is required (status code 401, etc.) + * @return true if I will automatically process authentications + */ + public boolean getDoAuthentication(); + + /** + * Set whether or not I should automatically process responses where + * authentication is required (status code 401, etc.) + */ + public void setDoAuthentication(boolean doAuthentication); + + /** * Set my query string. * @param queryString the query string */