Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20A9C178BE for ; Sat, 14 Mar 2015 21:48:38 +0000 (UTC) Received: (qmail 51647 invoked by uid 500); 14 Mar 2015 21:48:38 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 51605 invoked by uid 500); 14 Mar 2015 21:48:38 -0000 Mailing-List: contact commits-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 commits@hc.apache.org Received: (qmail 51596 invoked by uid 99); 14 Mar 2015 21:48:37 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2015 21:48:37 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id C46D9AC0163 for ; Sat, 14 Mar 2015 21:48:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1666752 - /httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc Date: Sat, 14 Mar 2015 21:48:37 -0000 To: commits@hc.apache.org From: michaelo@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150314214837.C46D9AC0163@hades.apache.org> Author: michaelo Date: Sat Mar 14 21:48:37 2015 New Revision: 1666752 URL: http://svn.apache.org/r1666752 Log: Added SVN Id and fixed some style issues Modified: httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc (contents, props changed) Modified: httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc?rev=1666752&r1=1666751&r2=1666752&view=diff ============================================================================== --- httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc (original) +++ httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc Sat Mar 14 21:48:37 2015 @@ -1,15 +1,15 @@ Designing HTTPCLIENT-1625 ========================= Michael Osipov +$Id$ :tabsize: 4 :toc: :icons: :linkcss: :homepage: http://people.apache.org/~michaelo/issues/HTTPCLIENT-1625/ -This documents tracks the design goals of the link:https://issues.apache.org/jira/browse/HTTPCLIENT-1625 -[complete redesign of the GSS-based authentication in HttpClient]. Namely, implementation decisions, -known issues, awkward stuff, testing, etc. +This documents tracks the design goals of the link:https://issues.apache.org/jira/browse/HTTPCLIENT-1625[complete redesign of the GSS-based authentication in HttpClient]. +Namely, implementation decisions, known issues, awkward stuff, testing, etc. Implementation Decisions ------------------------ @@ -61,7 +61,7 @@ Integeration tests will be performed in * Java runtime: 1.6 and 1.7 from Oracle, OpenJDK and HP * Target servers: Microsoft Forefront TMG (HTTP proxy) (SSPI), Microsoft IIS 7.5/8.0 (SSPI), Apache Web Server 2.2.x with link:https://github.com/michael-o/mod_spnego[`mod_spnego`] - (MIT Kerberos) and link:http://tomcatspnegoad.sourceforge.net/[Tomcat Authnz SPNEGO AD] (JGSS). + (MIT Kerberos) and Apache Tomcat 6 with link:http://tomcatspnegoad.sourceforge.net/[Tomcat Authnz SPNEGO AD] (JGSS). [NOTE] Not all combinations can be tested. Propchange: httpcomponents/httpclient/branches/HTTPCLIENT-1625/documentation.adoc ------------------------------------------------------------------------------ svn:keywords = Id