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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]