Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 63486 invoked from network); 12 Nov 2007 12:51:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 12:51:14 -0000 Received: (qmail 11141 invoked by uid 500); 12 Nov 2007 12:51:01 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 10940 invoked by uid 500); 12 Nov 2007 12:51:01 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 10922 invoked by uid 99); 12 Nov 2007 12:51:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 04:51:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 12:51:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBBCE714209 for ; Mon, 12 Nov 2007 04:50:50 -0800 (PST) Message-ID: <6448823.1194871850897.JavaMail.jira@brutus> Date: Mon, 12 Nov 2007 04:50:50 -0800 (PST) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCLIENT-703) Compilation error in RFC2617Scheme In-Reply-To: <27972356.1194871250625.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-703. ------------------------------------------ Resolution: Invalid Same here. HttpClient trunk currently depends on HttpCore 4.0-alpha6 (official release). It is not compatible with post alpha6 changes in HttpCore. Oleg > Compilation error in RFC2617Scheme > ---------------------------------- > > Key: HTTPCLIENT-703 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-703 > Project: HttpComponents HttpClient > Issue Type: Bug > Reporter: Johannes Koch > > I have a compilation error in o.a.h.impl.auth.RFC2617Scheme: > in > public void processChallenge(final Header header) throws MalformedChallengeException: > HeaderElement[] elements = BasicHeaderValueParser.DEFAULT.parseElements(buffer, pos, buffer.length()); > The method parseElements(CharArrayBuffer, ParserCursor) in the type BasicHeaderValueParser is not applicable for the arguments (CharArrayBuffer, int, int) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org