Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0E59699A for ; Tue, 7 Jun 2011 03:13:00 +0000 (UTC) Received: (qmail 28685 invoked by uid 500); 7 Jun 2011 03:12:59 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 28629 invoked by uid 500); 7 Jun 2011 03:12:59 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 28621 invoked by uid 99); 7 Jun 2011 03:12:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 03:12:58 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of freeman.fang@gmail.com designates 209.85.210.41 as permitted sender) Received: from [209.85.210.41] (HELO mail-pz0-f41.google.com) (209.85.210.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 03:12:53 +0000 Received: by pzk4 with SMTP id 4so2699599pzk.0 for ; Mon, 06 Jun 2011 20:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:from:to:in-reply-to:content-type :mime-version:subject:date:references:x-mailer; bh=2YaRTVTFuMbvZEJ7EUxvRMRV+t7GMeU7i1IdLAWLKzU=; b=ueZPo2KrZLSCDrKOL3uFSAV1MAbKhWghdVzM1Y70w0NSQxy5FgLQEZ7OGhNcWk0C1t HPZSji4/6ioBvzy2jPPMvBFx+pcMJQ7IIevMt/42Acx9zQecSm1AIDHPq8ycivYJsuhf LSLQIQl85JKbkdCBi/DCe57XT95DGiyv6wpBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:mime-version:subject :date:references:x-mailer; b=BuFz+nkAsmaA1n+Mv0OGOiSzm9COFkteuDmwK+24tieRSH+daky8MVDLlQDXuPNZCt 8Y1v4ZRM/UFZK6iyia/NRCi5V95RlU8cAAfC2bSpzEhGkzh9XBWkrn71dZz85ICFvmGS od/mS4oStZXSHlrn1EluGcMKgyQsTERS0DoDU= Received: by 10.68.28.193 with SMTP id d1mr2418558pbh.48.1307416352884; Mon, 06 Jun 2011 20:12:32 -0700 (PDT) Received: from [192.168.1.101] ([123.119.247.205]) by mx.google.com with ESMTPS id x1sm4133298pbb.34.2011.06.06.20.12.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Jun 2011 20:12:32 -0700 (PDT) Message-Id: <9917FAA8-03F7-4253-ADFD-3FDB8BAF449E@gmail.com> From: Freeman Fang To: users@cxf.apache.org In-Reply-To: <1307413211204-4460614.post@n5.nabble.com> Content-Type: multipart/alternative; boundary=Apple-Mail-5-544147497 Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: CXF with basic authentication with wsdl2java Date: Tue, 7 Jun 2011 11:12:25 +0800 References: <1307132832237-4452439.post@n5.nabble.com> <1307204587098-4454308.post@n5.nabble.com> <97BA7D3D-6A01-496D-98F0-622E33DA17E0@gmail.com> <1307413211204-4460614.post@n5.nabble.com> X-Mailer: Apple Mail (2.936) --Apple-Mail-5-544147497 Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Hi, My comment inline On 2011-6-7, at =E4=B8=8A=E5=8D=8810:20, stimpy wrote: > Freeman > > Thanks for the update. > > Does the element http-conf:basicAuthSupplier have a function is this =20= > case ? Generally no, use authorization preemptively is enough. basicAuthSupplier can also support the "401 http challenge" besides =20 preemptive way, you may need google to get more info about what's "401 =20= http challenge" > > Hows does > > name=3D"*.http-conduit" > > differ from > > name=3D"http://localhost:8080/.*" > > or are they equivalent No, they're not equivalent. name=3D"*.http-conduit" can match all endpoints regardless the port = name. name=3D"http://localhost:8080/.*" can match all target url start with = http://localhost:8080/=20 , it can even include the basic auth for downloading wsdl file > name=3D"*.http-conduit" > > Since the web server is this case is IIS 6.0 can should I also set =20 > chunking > to false ? I think you can also turn on chunking for IIS6.0 for better performance. Freeman > > thanks again > > stimpy > > -- > View this message in context: = http://cxf.547215.n5.nabble.com/CXF-with-basic-authentication-with-wsdl2ja= va-tp4452439p4460614.html > Sent from the cxf-user mailing list archive at Nabble.com. --------------------------------------------- Freeman Fang FuseSource Email:ffang@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com --Apple-Mail-5-544147497--