Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D9F1064C for ; Thu, 5 Jun 2014 19:41:42 +0000 (UTC) Received: (qmail 11918 invoked by uid 500); 5 Jun 2014 19:35:02 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 11750 invoked by uid 500); 5 Jun 2014 19:35:02 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 11697 invoked by uid 99); 5 Jun 2014 19:35:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 19:35:02 +0000 Date: Thu, 5 Jun 2014 19:35:02 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HTTPCLIENT-1380) NTLMEngineImpl: Change exception message to be informative MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-1380: ------------------------------------------ Affects Version/s: (was: Snapshot) Fix Version/s: (was: 4.4 Alpha1) Future > NTLMEngineImpl: Change exception message to be informative > ---------------------------------------------------------- > > Key: HTTPCLIENT-1380 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1380 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpAuth > Affects Versions: 4.2.5 > Reporter: Ricardo Pereira > Priority: Trivial > Fix For: Future > > > The class NTLMEngineImpl throws an exception when the NTLM server sends the challenge message with the field NTLMSSP_NEGOTIATE_UNICODE set to 0, but the exception message says "NTLM type 2 message has flags that make no sense: ". > The message gives no clue to what the problem is and forces the user to check the source code if (s)he wants to know why the exception was thrown. > Consider changing the exception message to report what the problem really is. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org