Fixed project site urls
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1036113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d9beffdf5
commit
b5340858b8
|
@ -31,11 +31,11 @@
|
|||
<http://www.apache.org />.
|
||||
-->
|
||||
|
||||
<Project rdf:about="http://hc.apache.org/httpcomponents-client/">
|
||||
<Project rdf:about="http://hc.apache.org/httpcomponents-client-ga/">
|
||||
<created>2007-11-15</created>
|
||||
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
|
||||
<name>Apache HttpComponents Client</name>
|
||||
<homepage rdf:resource="http://hc.apache.org/httpcomponents-client/" />
|
||||
<homepage rdf:resource="http://hc.apache.org/httpcomponents-client-ga/" />
|
||||
<asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
|
||||
<shortdesc>
|
||||
Java library implementing an HttpClient based on HttpCore.
|
||||
|
|
|
@ -62,8 +62,8 @@ public class ClientMultiThreadedExecution {
|
|||
// create an array of URIs to perform GETs on
|
||||
String[] urisToGet = {
|
||||
"http://hc.apache.org/",
|
||||
"http://hc.apache.org/httpcomponents-core/",
|
||||
"http://hc.apache.org/httpcomponents-client/",
|
||||
"http://hc.apache.org/httpcomponents-core-ga/",
|
||||
"http://hc.apache.org/httpcomponents-client-ga/",
|
||||
"http://svn.apache.org/viewvc/httpcomponents/"
|
||||
};
|
||||
|
||||
|
|
|
@ -57,9 +57,9 @@ public interface HttpUriRequest extends HttpRequest {
|
|||
*
|
||||
* To find the final URI after any redirects have been processed,
|
||||
* please see the section entitled
|
||||
* <a href="http://hc.apache.org/httpcomponents-client/tutorial/html/fundamentals.html#d4e205">HTTP execution context</a>
|
||||
* <a href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d4e205">HTTP execution context</a>
|
||||
* in the
|
||||
* <a href="http://hc.apache.org/httpcomponents-client/tutorial/html">HttpClient Tutorial</a>
|
||||
* <a href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html">HttpClient Tutorial</a>
|
||||
*/
|
||||
URI getURI();
|
||||
|
||||
|
|
|
@ -43,12 +43,6 @@ import org.apache.http.util.CharArrayBuffer;
|
|||
/**
|
||||
* NTLM is a proprietary authentication scheme developed by Microsoft
|
||||
* and optimized for Windows platforms.
|
||||
* <p>
|
||||
* Please note that the NTLM scheme requires an external
|
||||
* {@link NTLMEngine} implementation to function!
|
||||
* For details please refer to
|
||||
* <a href="http://hc.apache.org/httpcomponents-client/ntlm.html">
|
||||
* this document</a>.
|
||||
*
|
||||
* @since 4.0
|
||||
*/
|
||||
|
|
|
@ -103,8 +103,8 @@
|
|||
title="Apache Software Foundation">
|
||||
<img style="border:none;" src="images/asf_logo_wide.gif"/>
|
||||
</a>
|
||||
<a class="bannerRight" href="http://hc.apache.org/httpcomponents-core/"
|
||||
title="Apache HttpComponents Core">
|
||||
<a class="bannerRight" href="http://hc.apache.org/httpcomponents-client-ga/"
|
||||
title="Apache HttpComponents Client">
|
||||
<img style="border:none;" src="images/hc_logo.png"/>
|
||||
</a>
|
||||
<div class="clear"/>
|
||||
|
|
Loading…
Reference in New Issue