Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 92545 invoked from network); 11 Jan 2006 09:42:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 09:42:03 -0000 Received: (qmail 41210 invoked by uid 500); 11 Jan 2006 09:41:55 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 41122 invoked by uid 500); 11 Jan 2006 09:41:54 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 41073 invoked by uid 99); 11 Jan 2006 09:41:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 01:41:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Jan 2006 01:41:53 -0800 Received: (qmail 92270 invoked by uid 65534); 11 Jan 2006 09:41:33 -0000 Message-ID: <20060111094133.92267.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r367986 - in /forrest/trunk: main/forrest.build.xml main/fresh-site/forrest.properties site-author/content/xdocs/docs_0_70/faq.xml site-author/content/xdocs/docs_0_80/faq.xml site-author/status.xml Date: Wed, 11 Jan 2006 09:41:32 -0000 To: svn@forrest.apache.org From: cdupoirieux@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cdupoirieux Date: Wed Jan 11 01:41:22 2006 New Revision: 367986 URL: http://svn.apache.org/viewcvs?rev=367986&view=rev Log: Add the ability to set a proxy user and password in case the proxy is an authenticated one. Update the faq.xml Modified: forrest/trunk/main/forrest.build.xml forrest/trunk/main/fresh-site/forrest.properties forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml forrest/trunk/site-author/status.xml Modified: forrest/trunk/main/forrest.build.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=367986&r1=367985&r2=367986&view=diff ============================================================================== --- forrest/trunk/main/forrest.build.xml (original) +++ forrest/trunk/main/forrest.build.xml Wed Jan 11 01:41:22 2006 @@ -504,10 +504,17 @@ - - Using proxy : ${proxy.host}:${proxy.port} - + Using proxy : ${proxy.host}:${proxy.port} + + + + Proxy connection : xxxxxx/xxxxxx (confidential) + + + + + + - Modified: forrest/trunk/main/fresh-site/forrest.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/forrest.properties?rev=367986&r1=367985&r2=367986&view=diff ============================================================================== --- forrest/trunk/main/fresh-site/forrest.properties (original) +++ forrest/trunk/main/fresh-site/forrest.properties Wed Jan 11 01:41:22 2006 @@ -154,6 +154,6 @@ # Proxy configuration # - proxy.user and proxy.password are only needed if the proxy is an authenticated one... # proxy.host=myproxy.myhost.com -# proxy.port= +# proxy.port= # proxy.user= # proxy.password= Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml?rev=367986&r1=367985&r2=367986&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml Wed Jan 11 01:41:22 2006 @@ -426,8 +426,8 @@ do?

You can configure the proxy in the forrest.properties file. Set the - proxy.host and proxy.port accordingly (the port will default - to port 80).

+ proxy.host and proxy.port accordingly.

+

You can also cross an authenticated proxy by setting the proxy.user and proxy.password accordingly.

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=367986&r1=367985&r2=367986&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Wed Jan 11 01:41:22 2006 @@ -538,8 +538,8 @@ do?

You can configure the proxy in the forrest.properties file. Set the - proxy.host and proxy.port accordingly (the port will default - to port 80).

+ proxy.host and proxy.port accordingly.

+

You can also cross an authenticated proxy by setting the proxy.user and proxy.password accordingly.

Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev=367986&r1=367985&r2=367986&view=diff ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Wed Jan 11 01:41:22 2006 @@ -454,7 +454,7 @@ This requires that your source must now be foo.lang.xml instead of foo_lang.xml - Added proxy.host and proxy.port to allow plugin downloads from behind a + Added proxy.host, proxy.port, proxy.user and proxy.password to allow plugin downloads from behind a proxy.