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 2AB2F9CE2 for ; Fri, 24 Feb 2012 06:13:51 +0000 (UTC) Received: (qmail 54835 invoked by uid 500); 24 Feb 2012 06:13:51 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 52519 invoked by uid 500); 24 Feb 2012 06:13:43 -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 52489 invoked by uid 99); 24 Feb 2012 06:13:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 06:13:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paperwastage@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-tul01m020-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 06:13:35 +0000 Received: by obbup6 with SMTP id up6so2378994obb.10 for ; Thu, 23 Feb 2012 22:13:15 -0800 (PST) Received-SPF: pass (google.com: domain of paperwastage@gmail.com designates 10.60.3.9 as permitted sender) client-ip=10.60.3.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of paperwastage@gmail.com designates 10.60.3.9 as permitted sender) smtp.mail=paperwastage@gmail.com; dkim=pass header.i=paperwastage@gmail.com Received: from mr.google.com ([10.60.3.9]) by 10.60.3.9 with SMTP id 9mr319250oey.49.1330063995430 (num_hops = 1); Thu, 23 Feb 2012 22:13:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=yBCPLIzXPIHYcCwYxoe4sBLAFqRxlRVL7U7y2y7otWM=; b=oIpUMJneBgJkV00VOQYNAORGgmyswJBxQwurfkEG5kRCINcq8YX36aBoIZrRa4AJgB ib4GbElKl71qLcU5YoOW0Vqt1lObieRteuVDZv640aY/Fi6ZM+TheJFIh/pyUg3e1oWm xuXhFkywZZReoez28Fpo//D1HIMgpuLNgFmVc= MIME-Version: 1.0 Received: by 10.60.3.9 with SMTP id 9mr284235oey.49.1330063995378; Thu, 23 Feb 2012 22:13:15 -0800 (PST) Received: by 10.60.67.226 with HTTP; Thu, 23 Feb 2012 22:13:15 -0800 (PST) Date: Fri, 24 Feb 2012 01:13:15 -0500 Message-ID: Subject: httpcomponents authentication/digest parsing From: Tim Warren To: dev@hc.apache.org Content-Type: multipart/alternative; boundary=e89a8f83ae2bf91a8104b9afa72a --e89a8f83ae2bf91a8104b9afa72a Content-Type: text/plain; charset=ISO-8859-1 I see that the httpclient has methods/classes to aid in authentication via Basic/Digest, but the httpcomponents/core doesn't have any. Am I missing it through my searches, or do I have to write my own routines for server-side processing of the authentication? Thanks, Tim Warren. --e89a8f83ae2bf91a8104b9afa72a--