Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 77748 invoked from network); 18 Feb 2003 11:59:22 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 18 Feb 2003 11:59:22 -0000 Received: (qmail 29454 invoked by uid 50); 18 Feb 2003 12:00:54 -0000 Date: 18 Feb 2003 12:00:54 -0000 Message-ID: <20030218120054.29453.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-httpclient-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 17158] New: - Realm from authentication challenge unavailable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17158 Realm from authentication challenge unavailable Summary: Realm from authentication challenge unavailable Product: Commons Version: 2.0 Alpha 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: HttpClient AssignedTo: commons-httpclient-dev@jakarta.apache.org ReportedBy: adrian@ephox.com There is currently no way to extract the authentication realm from HttpClient except to extract the authentication challenge header and parse it manually. Either the realm needs to be available to the client or a method in Authenticator should extract the realm from a given authentication header. The same problems occurs with determining which type of authentication is being used and what other options there are (basic, digest, NTLM, others).