Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 53662 invoked from network); 13 Nov 2008 01:24:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 01:24:18 -0000 Received: (qmail 32892 invoked by uid 500); 13 Nov 2008 01:24:25 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 32841 invoked by uid 500); 13 Nov 2008 01:24:25 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 32830 invoked by uid 99); 13 Nov 2008 01:24:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 17:24:25 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.79.199.57] (HELO server.dankulp.com) (64.79.199.57) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 01:23:02 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id A8C90243000F; Wed, 12 Nov 2008 20:23:15 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5-gr0 (2008-06-10) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter.CEaSwRb3Oo Received: from dilbert (c-24-91-141-225.hsd1.ma.comcast.net [24.91.141.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTP id 988DF197C09C for ; Wed, 12 Nov 2008 20:23:14 -0500 (EST) From: Daniel Kulp To: dev@cxf.apache.org Subject: http-conduit config, wildcards, and heading toward secure wsdl retrieval..... Date: Wed, 12 Nov 2008 20:23:22 -0500 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811122023.22323.dkulp@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.7 required=3.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5-gr0 As the first step toward getting secure wsdl retrieval working, I've now updated the http-conduit config to be configurable via URL as well as the previous endpoint name. Thus, you can use the URL you are trying to hit as the bean name and it will get picked up. To make it even more useful, I've updated the Configuration stuff to allow real regex pattern matching for the config. Thus, you can do something like: and that will apply to all clients that connext to any of the sub-urls. That way, if you have a bunch of clients that talk to the same set of endpoints, you don't need to configure each one individually. Anyway, it's kind of a first step toward the secure wsdl retrieval. Definitely have a lot further to go, but it does provide a bit nicer configuration. :-) -- Daniel Kulp dkulp@apache.org http://dankulp.com/blog