You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/12/16 10:02:40 UTC

svn commit: r604583 - in /httpcomponents/oac.hc3x/trunk: doap_httpclient.rdf project.xml xdocs/authentication.xml xdocs/downloads.xml xdocs/methods.xml xdocs/methods/get.xml xdocs/navigation.xml xdocs/sslguide.xml xdocs/threading.xml xdocs/userguide.xml

Author: rolandw
Date: Sun Dec 16 01:02:39 2007
New Revision: 604583

URL: http://svn.apache.org/viewvc?rev=604583&view=rev
Log:
fixed 'real' references to SVN

Modified:
    httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf
    httpcomponents/oac.hc3x/trunk/project.xml
    httpcomponents/oac.hc3x/trunk/xdocs/authentication.xml
    httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml
    httpcomponents/oac.hc3x/trunk/xdocs/methods.xml
    httpcomponents/oac.hc3x/trunk/xdocs/methods/get.xml
    httpcomponents/oac.hc3x/trunk/xdocs/navigation.xml
    httpcomponents/oac.hc3x/trunk/xdocs/sslguide.xml
    httpcomponents/oac.hc3x/trunk/xdocs/threading.xml
    httpcomponents/oac.hc3x/trunk/xdocs/userguide.xml

Modified: httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf (original)
+++ httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf Sun Dec 16 01:02:39 2007
@@ -8,15 +8,15 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCLIENT"/>
     <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi"/>
-    <asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
+    <asfext:pmc rdf:resource="http://httpcomponents.apache.org/"/>
     <shortdesc xml:lang="en">Client-side HTTP implementation in Java.</shortdesc>
     <description xml:lang="en">
-    The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1), several related specifications (RFC 2109 (Cookies), RFC 2617 (HTTP Authentication), etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
+    The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1), several related specifications (RFC 2109 (Cookies), RFC 2617 (HTTP Authentication), etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
   </description>
     <repository>
       <SVNRepository>
-        <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk"/>
-        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk"/>
       </SVNRepository>
     </repository>
     <release>

Modified: httpcomponents/oac.hc3x/trunk/project.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/project.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/project.xml (original)
+++ httpcomponents/oac.hc3x/trunk/project.xml Sun Dec 16 01:02:39 2007
@@ -29,8 +29,9 @@
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/httpcomponents/httpclient-3.x/</siteDirectory>
   <repository>
-   <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk</connection>
-    <url>http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/</url>
   </repository>
   <versions>
     <version>

Modified: httpcomponents/oac.hc3x/trunk/xdocs/authentication.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/authentication.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/authentication.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/authentication.xml Sun Dec 16 01:02:39 2007
@@ -227,11 +227,11 @@
 	</subsection>
 	</section>
     <section name="Examples">
-        <p>There are a number of authentication examples in the <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/">example directory</a>, including:
+        <p>There are a number of authentication examples in the <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/">example directory</a>, including:
             <ul>
-                <li><a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/BasicAuthenticationExample.java?view=markup">Basic authentication</a></li>
-                <li><a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/CustomAuthenticationExample.java?view=markup">Custom authentication</a></li>
-                <li><a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/InteractiveAuthenticationExample.java?view=markup">Interactive authentication</a></li>
+                <li><a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/BasicAuthenticationExample.java?view=markup">Basic authentication</a></li>
+                <li><a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/CustomAuthenticationExample.java?view=markup">Custom authentication</a></li>
+                <li><a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/InteractiveAuthenticationExample.java?view=markup">Interactive authentication</a></li>
             </ul>
         </p>
     </section>

Modified: httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml Sun Dec 16 01:02:39 2007
@@ -22,17 +22,17 @@
        </ul>
        <p>
          The Subversion repository for <em>HttpClient</em> can be
-         <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/">browsed online</a>.
+         <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/">browsed online</a>.
        </p>
        <p>
          The best way to get the <em>HttpClient</em> source is to checkout
          directly from our public Subversion
-         <a href="http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk/">repository</a>.
+         <a href="http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/">repository</a>.
          Instructions are available <a href="http://www.apache.org/dev/version-control.html">here</a>.
        </p>
        <p>
-         If you are using Maven for your project, you can create a dependency in your
-         project.xml with one of the following:</p>
+         If you are using Maven for your project, you can define a dependency
+         in your project.xml with the following:</p>
 	 <p><b>3.1</b></p>
          <source><![CDATA[
 <dependency>

Modified: httpcomponents/oac.hc3x/trunk/xdocs/methods.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/methods.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/methods.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/methods.xml Sun Dec 16 01:02:39 2007
@@ -20,7 +20,7 @@
       <p>The examples on the following pages are not complete and are only used
       to highlight the important features that are unique to each method.  For
       complete examples, please refer to the <a
-      href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/">sample
+      href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/">sample
       code</a>.</p>
     </section>
 

Modified: httpcomponents/oac.hc3x/trunk/xdocs/methods/get.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/methods/get.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/methods/get.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/methods/get.xml Sun Dec 16 01:02:39 2007
@@ -41,11 +41,11 @@
 
       <p>See the <a href="../tutorial.html">tutorial</a> for a full example
       of using the GET method.  There are also a number of examples in the <a
-      href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/">sample
+      href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/">sample
       code</a>.</p>
 
       <source><![CDATA[
-        GetMethod get = new GetMethod("http://jakarta.apache.org");
+        GetMethod get = new GetMethod("http://httpcomponents.apache.org");
         // execute method and handle any error responses.
         ...
         InputStream in = get.getResponseBodyAsStream();

Modified: httpcomponents/oac.hc3x/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/navigation.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/navigation.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/navigation.xml Sun Dec 16 01:02:39 2007
@@ -25,7 +25,7 @@
         <item name="Optimization Guide" href="/performance.html"/>
         <item name="Preference Architecture" href="/preference-api.html"/>
         <item name="Redirects Handling" href="/redirects.html"/>
-        <item name="Sample Code" href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/"/>
+        <item name="Sample Code" href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/"/>
         <item name="SSL Guide" href="/sslguide.html"/>
         <item name="Threading" href="/threading.html"/>
         <item name="Trouble Shooting" href="/troubleshooting.html"/>

Modified: httpcomponents/oac.hc3x/trunk/xdocs/sslguide.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/sslguide.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/sslguide.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/sslguide.xml Sun Dec 16 01:02:39 2007
@@ -193,17 +193,17 @@
     <ul>
 
         <li>
-         <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java?view=markup">  
+         <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java?view=markup">  
           EasySSLProtocolSocketFactory</a> can be used to create SSL connections that allow the target 
           server to authenticate with a self-signed certificate.
         </li>
 
         <li>
-         <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/StrictSSLProtocolSocketFactory.java?view=markup">  
+         <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/StrictSSLProtocolSocketFactory.java?view=markup">  
           StrictSSLProtocolSocketFactory</a> can be used to create SSL connections that can optionally perform host name verification in order to help preventing man-in-the-middle type of attacks. 
         </li>
         <li>
-         <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java?view=markup">  
+         <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java?view=markup">  
           AuthSSLProtocolSocketFactory</a> can be used to optionally enforce mutual client/server authentication. This is the most flexible
           implementation of a protocol socket factory.  It allows for customization of most, if not all, aspects of the SSL authentication.
         </li>

Modified: httpcomponents/oac.hc3x/trunk/xdocs/threading.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/threading.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/threading.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/threading.xml Sun Dec 16 01:02:39 2007
@@ -15,7 +15,7 @@
       	<li><a href="#MultiThreadedHttpConnectionManager">MultiThreadedHttpConnectionManager</a></li>
 	    <li><a href="#Connection Release">Connection Release</a></li>
 	  </ul>
-      <p>Please see the <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/MultiThreadedExample.java?view=markup">MultiThreadedExample</a>
+      <p>Please see the <a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/MultiThreadedExample.java?view=markup">MultiThreadedExample</a>
       	for a concrete example.</p>
     </section>
 
@@ -85,7 +85,7 @@
       	HttpClient client = new HttpClient(connectionManager);
 			...
         // and then from inside some thread executing a method
-        GetMethod get = new GetMethod("http://jakarta.apache.org/");
+        GetMethod get = new GetMethod("http://httpcomponents.apache.org/");
         try {
             client.executeMethod(get);
             // print response to stdout

Modified: httpcomponents/oac.hc3x/trunk/xdocs/userguide.xml
URL: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/xdocs/userguide.xml?rev=604583&r1=604582&r2=604583&view=diff
==============================================================================
--- httpcomponents/oac.hc3x/trunk/xdocs/userguide.xml (original)
+++ httpcomponents/oac.hc3x/trunk/xdocs/userguide.xml Sun Dec 16 01:02:39 2007
@@ -64,7 +64,7 @@
              and enumerates standard HttpClient parameters.</td>
         </tr>
         <tr>
-          <td><a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/">Sample Code</a></td>
+          <td><a href="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/">Sample Code</a></td>
           <td>This is a link to the sample code for using HttpClient that is
           stored in the Subversion repository and is available in source releases
           of HttpClient.</td>