You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2018/01/16 00:00:57 UTC

svn commit: r1821208 [4/8] - in /httpcomponents/site: ./ css/ httpcomponents-asyncclient-4.0.x/ httpcomponents-asyncclient-4.1.x/ httpcomponents-client-4.3.x/ httpcomponents-client-4.5.x/ httpcomponents-client-5.0.x/ httpcomponents-core-4.4.x/ httpcomp...

Modified: httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -116,7 +116,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                           <li class="collapsed">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -180,8 +180,6 @@
 <p>This example demonstrates a basic asynchronous HTTP request / response exchange. Response content is buffered in memory for simplicity.</p></li>
 <li><a href="./httpclient5/examples/org/apache/hc/client5/http/examples/AsyncClientHttpExchangeStreaming.java"> Asynchronous HTTP exchange with content streaming</a>
 <p>This example demonstrates an asynchronous HTTP request / response exchange with a full content streaming.</p></li>
-<li><a href="./httpclient5/examples/org/apache/hc/client5/http/examples/AsyncClientTlsAlpn.java"> HTTP/2 ALPN support</a>
-<p>This example demonstrates how to avoid the illegal reflective access operation warning when running with Oracle JRE 9 or newer.</p></li>
 <li><a href="./httpclient5/examples/org/apache/hc/client5/http/examples/AsyncClientHttp1Pipelining.java"> Pipelined HTTP/1.1 exchanges</a>
 <p>This example demonstrates a pipelined execution of multiple HTTP/1.1 request / response exchanges. Response content is buffered in memory for simplicity.</p></li>
 <li><a href="./httpclient5/examples/org/apache/hc/client5/http/examples/AsyncClientHttp2Multiplexing.java"> Multiplexed HTTP/2 exchanges</a>
@@ -210,7 +208,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-client-5.0.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/examples.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/examples.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -116,7 +116,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                           <li class="collapsed">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -222,7 +222,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-client-5.0.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/index.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/index.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/index.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -116,7 +116,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                           <li class="collapsed">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -233,7 +233,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-client-5.0.x/logging.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/logging.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/logging.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/logging.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -116,7 +116,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                           <li class="collapsed">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -222,7 +222,8 @@
       &lt;AppenderRef ref=&quot;STDOUT&quot; /&gt;
     &lt;/Root&gt;
   &lt;/Loggers&gt;
-&lt;/Configuration&gt;</pre></div></li>
+&lt;/Configuration&gt;
+</pre></div></li>
 <li>Enable full wire + context logging
 <div>
 <pre>&lt;Configuration&gt;
@@ -239,7 +240,8 @@
       &lt;AppenderRef ref=&quot;STDOUT&quot; /&gt;
     &lt;/Root&gt;
   &lt;/Loggers&gt;
-&lt;/Configuration&gt;</pre></div></li>
+&lt;/Configuration&gt;
+</pre></div></li>
 <li>Enable context logging for connection management
 <div>
 <pre>&lt;Configuration&gt;
@@ -259,7 +261,8 @@
       &lt;AppenderRef ref=&quot;STDOUT&quot; /&gt;
     &lt;/Root&gt;
   &lt;/Loggers&gt;
-&lt;/Configuration&gt;</pre></div></li>
+&lt;/Configuration&gt;
+</pre></div></li>
 <li>Enable context logging for connection management / request execution
 <div>
 <pre>&lt;Configuration&gt;
@@ -276,7 +279,8 @@
       &lt;AppenderRef ref=&quot;STDOUT&quot; /&gt;
     &lt;/Root&gt;
   &lt;/Loggers&gt;
-&lt;/Configuration&gt;</pre></div></li></ul>
+&lt;/Configuration&gt;
+</pre></div></li></ul>
 <p>The <tt>Log4J 2</tt> manual is the best reference for how to configure <tt>Log4J 2</tt>. It is available at <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/"> https://logging.apache.org/log4j/2.x/manual/</a>.</p></div></div></div>
       </div>
     </div>
@@ -290,7 +294,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -116,7 +116,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                           <li class="collapsed">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -216,7 +216,8 @@ try {
     EntityUtils.consume(entity2);
 } finally {
     response2.close();
-}</pre></div>
+}
+</pre></div>
 <p>Source can be downloaded <a href="./httpclient5/examples/org/apache/hc/client5/http/examples/QuickStart.java">here</a></p></li>
 <li>The same requests can be executed using a simpler, albeit less flexible, fluent API.
 <div>
@@ -229,6 +230,7 @@ Request.Get(&quot;http://targethost/home
 Request.Post(&quot;http://targethost/login&quot;)
     .bodyForm(Form.form().add(&quot;username&quot;,  &quot;vip&quot;).add(&quot;password&quot;,  &quot;secret&quot;).build())
     .execute().returnContent();
+
 </pre></div>
 <p>Source can be downloaded <a href="./httpclient5-fluent/examples/org/apache/hc/client5/http/examples/fluent/FluentQuickStart.java">here</a></p></li>
 <li>The below code fragment illustrates the execution of HTTP requests using HttpClient async API.
@@ -330,7 +332,8 @@ httpclient.execute(producer3, consumer3,
     }
 
 });
-latch2.await();</pre></div>
+latch2.await();
+</pre></div>
 <p>Source can be downloaded <a href="./httpclient5/examples/org/apache/hc/client5/http/examples/AsyncQuickStart.java">here</a></p></li></ol></div>
       </div>
     </div>
@@ -344,7 +347,7 @@ latch2.await();</pre></div>
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-4.4.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/download.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/download.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                                     <li class="expanded">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -188,7 +188,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-4.4.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/examples.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/examples.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                                     <li class="expanded">
                           <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
@@ -200,7 +200,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-4.4.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/index.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/index.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                         <li class="collapsed">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                   </li>
                                                                                                                               <li class="expanded">
             <strong>HttpCore 4.4</strong>
@@ -197,7 +197,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-5.0.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/download.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/download.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                                   <li class="expanded">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                     <ul>
                       <li class="none">
                           <a href="../httpcomponents-core-5.0.x/examples.html" title="Examples">Examples</a>
@@ -184,7 +184,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-5.0.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/examples.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/examples.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                                   <li class="expanded">
-                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
                     <ul>
                       <li class="none">
             <strong>Examples</strong>
@@ -175,8 +175,6 @@
 <p>This example demonstrates asynchronous execution of multiple HTTP/1.1 requests.</p></li>
 <li><a href="./httpcore5-h2/examples/org/apache/hc/core5/http/examples/Http2RequestExecutionExample.java"> Asynchronous HTTP/2 GET requests</a>
 <p>This example demonstrates asynchronous execution of multiple HTTP/2 requests.</p></li>
-<li><a href="./httpcore5-h2/examples/org/apache/hc/core5/http/examples/Http2TlsAlpnRequestExecutionExample.java"> HTTP/2 requests over TLS connections with ALPN support</a>
-<p>This example demonstrates how to execute HTTP/2 requests over TLS connections with ALPN support. It also explains how to avoid the illegal reflective access operation warning when running Java 9 or older.</p></li>
 <li><a href="./httpcore5/examples/org/apache/hc/core5/http/examples/AsyncPipelinedRequestExecutionExample.java"> Asynchronous HTTP/1.1 GET requests with message pipelining</a>
 <p>This example demonstrates asynchronous, pipelined execution multiple HTTP/1.1 requests.</p></li>
 <li><a href="./httpcore5-h2/examples/org/apache/hc/core5/http/examples/Http2MultiStreamExecutionExample.java"> Asynchronous HTTP/2 GET requests with multiple concurrent streams</a>
@@ -207,7 +205,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/httpcomponents-core-5.0.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/index.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/index.html Tue Jan 16 00:00:56 2018
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2018-01-15 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180115" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
@@ -96,7 +96,7 @@
                           <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
                   </li>
                                                                                                             <li class="expanded">
-            <strong>HttpCore 5.0 beta</strong>
+            <strong>HttpCore 5.0 alpha</strong>
                   <ul>
                       <li class="none">
                           <a href="../httpcomponents-core-5.0.x/examples.html" title="Examples">Examples</a>
@@ -196,7 +196,7 @@
 <br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
+                <div class="xright">Copyright &#169;                    2005-2017
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 

Modified: httpcomponents/site/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/index.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/index.html (original)
+++ httpcomponents/site/index.html Tue Jan 16 00:00:56 2018
@@ -1,35 +1,47 @@
-<?xml version="1.0" standalone="yes"?>
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta><title>Apache HttpComponents &#8211; Apache HttpComponents</title><style type="text/css" media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; Apache HttpComponents</title>
+    <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
-    </style><link rel="stylesheet" href="./css/print.css" type="text/css" media="print"></link><meta name="Date-Revision-yyyymmdd" content="20180115"></meta><meta http-equiv="Content-Language" content="en"></meta></head><body class="composite">
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
     <div id="banner">
-                        <a shape="rect" id="bannerLeft" href="http://www.apache.org/">
-                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache"></img>
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a shape="rect" id="bannerRight" href="./">
-                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents"></img>
+                                            <a href="./" id="bannerRight">
+                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
-                  &#160;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
-            <div class="xright">                    <a shape="rect" class="externalLink" href="http://www.apache.org/" title="Apache">Apache</a>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a shape="rect" href="index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="index.html" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
       <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
     <div id="leftColumn">
@@ -37,72 +49,103 @@
              
                 
                                 <h5>HttpComponents</h5>
-                  <ul><li class="none">
+                  <ul>
+                  <li class="none">
             <strong>Home</strong>
-          </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/licenses/" title="License">License</a>
-            </li><li class="none">
-                          <a shape="rect" href="downloads.cgi" title="Download">Download</a>
-            </li><li class="none">
-                          <a shape="rect" href="mail.html" title="Mailing Lists">Mailing Lists</a>
-            </li><li class="none">
-                          <a shape="rect" href="dev-docs.html" title="Developer documents">Developer documents</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://wiki.apache.org/HttpComponents/" title="Wiki (external)">Wiki (external)</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/security/" title="Security">Security</a>
-            </li></ul>
+          </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="dev-docs.html" title="Developer documents">Developer documents</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
                        <h5>Overview</h5>
-                  <ul><li class="none">
+                  <ul>
+                  <li class="none">
             <strong>About</strong>
-          </li><li class="none">
-                          <a shape="rect" href="news.html" title="News">News</a>
-            </li><li class="none">
-                          <a shape="rect" href="poweredby.html" title="Powered by">Powered by</a>
-            </li><li class="none">
-                          <a shape="rect" href="get-involved.html" title="Get Involved">Get Involved</a>
-            </li></ul>
+          </li>
+                  <li class="none">
+                          <a href="news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
                        <h5>Components</h5>
-                  <ul><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0 alpha">HttpClient 5.0 alpha</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
-                  </li></ul>
+                  <ul>
+                                                                                                                                                              <li class="collapsed">
+                          <a href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0 alpha">HttpClient 5.0 alpha</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                        <li class="collapsed">
+                          <a href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
                        <h5>Legacy</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
                        <h5>Project</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="status.html" title="Status">Status</a>
-            </li><li class="none">
-                          <a shape="rect" href="charter.html" title="Charter">Charter</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
                        <h5>Project Documentation</h5>
-                  <ul><li class="collapsed">
-                          <a shape="rect" href="project-info.html" title="Project Information">Project Information</a>
-                  </li></ul>
+                  <ul>
+                                                                                                                          <li class="collapsed">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
                        <h5>ASF</h5>
-                  <ul><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org" title="ASF Home Page">ASF Home Page</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/" title="Foundation">Foundation</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/sponsorship.html" title="Sponsor Apache">Sponsor Apache</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a>
-            </li></ul>
-                                                                                                                   <a shape="rect" class="poweredBy" href="http://www.apache.org/events/current-event.html" title="ApacheCon">
-        <img class="poweredBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"></img>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
       </a>
-                                                                                                    <a shape="rect" class="poweredBy" href="http://maven.apache.org/" title="Maven">
-        <img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"></img>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
       </a>
                        
                 
@@ -111,50 +154,57 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2><a shape="rect" name="Apache_HttpComponents"></a>Apache HttpComponents</h2>
-<p>The Apache HttpComponents&#8482; project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols.</p>
+<h2><a name="Apache_HttpComponents"></a>Apache HttpComponents</h2>
+<p>The Apache HttpComponents&#x2122; project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols.</p>
 <p>This project functions under the Apache Software Foundation (http://www.apache.org), and is part of a larger community of developers and users.</p></div>
 <div class="section">
-<h2><a shape="rect" name="HttpComponents_Overview"></a>HttpComponents Overview</h2>
+<h2><a name="HttpComponents_Overview"></a>HttpComponents Overview</h2>
 <p>The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, while increasing the number of applications that require HTTP support.</p>
 <p>Designed for extension while providing robust support for the base HTTP protocol, the HttpComponents may be of interest to anyone building HTTP-aware client and server applications such as web browsers, web spiders, HTTP proxies, web service transport libraries, or systems that leverage or extend the HTTP protocol for distributed communication. </p></div>
 <div class="section">
-<h2><a shape="rect" name="HttpComponents_Structure">HttpComponents Structure</a></h2>
+<h2><a name="HttpComponents_Structure">HttpComponents Structure</a></h2>
 <div class="section">
-<h3><a shape="rect" name="HttpComponents_Core">HttpComponents Core</a></h3>
-<p><a shape="rect" href="./httpcomponents-core-ga/index.html">HttpCore</a> is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p>
+<h3><a name="HttpComponents_Core">HttpComponents Core</a></h3>
+<p><a href="./httpcomponents-core-ga/index.html">HttpCore</a> is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p>
 <p>The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.</p>
-<ul><li>HttpCore Tutorial <a shape="rect" href="./httpcomponents-core-ga/tutorial/html">HTML</a> / <a shape="rect" href="./httpcomponents-core-ga/tutorial/pdf/httpcore-tutorial.pdf">PDF</a> </li><li>HttpCore <a shape="rect" href="./httpcomponents-core-ga/examples.html">Examples</a></li></ul></div>
+<ul>
+<li>HttpCore Tutorial <a href="./httpcomponents-core-ga/tutorial/html">HTML</a> / <a href="./httpcomponents-core-ga/tutorial/pdf/httpcore-tutorial.pdf">PDF</a> </li>
+<li>HttpCore <a href="./httpcomponents-core-ga/examples.html">Examples</a></li></ul></div>
+<div class="section">
+<h3><a name="HttpComponents_Client">HttpComponents Client</a></h3>
+<p><a href="./httpcomponents-client-ga/index.html">HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. HttpComponents Client is a successor of and replacement for <a class="externalLink" href="http://hc.apache.org/httpclient-legacy/index.html"> Commons HttpClient 3.x</a>. Users of Commons HttpClient are strongly encouraged to upgrade.</p>
+<ul>
+<li>HttpClient Tutorial <a href="./httpcomponents-client-ga/tutorial/html">HTML</a> / <a href="./httpcomponents-client-ga/tutorial/pdf/httpclient-tutorial.pdf">PDF</a></li>
+<li>HttpClient <a href="./httpcomponents-client-ga/examples.html">Samples</a></li>
+<li>HttpClient <a href="./httpcomponents-client-4.3.x/android-port.html">port for Android</a></li></ul></div>
+<div class="section">
+<h3><a name="HttpComponents_AsyncClient">HttpComponents AsyncClient</a></h3>
+<p><a href="./httpcomponents-asyncclient-dev/index.html">Asynch HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore NIO and HttpClient components. It is a complementary module to Apache HttpClient intended for special cases where ability to handle a great number of concurrent connections is more important than performance in terms of a raw data throughput.</p>
+<ul>
+<li>HttpAsyncClient <a href="./httpcomponents-asyncclient-dev/examples.html">Samples</a></li></ul></div>
 <div class="section">
-<h3><a shape="rect" name="HttpComponents_Client">HttpComponents Client</a></h3>
-<p><a shape="rect" href="./httpcomponents-client-ga/index.html">HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. HttpComponents Client is a successor of and replacement for <a shape="rect" class="externalLink" href="http://hc.apache.org/httpclient-legacy/index.html"> Commons HttpClient 3.x</a>. Users of Commons HttpClient are strongly encouraged to upgrade.</p>
-<ul><li>HttpClient Tutorial <a shape="rect" href="./httpcomponents-client-ga/tutorial/html">HTML</a> / <a shape="rect" href="./httpcomponents-client-ga/tutorial/pdf/httpclient-tutorial.pdf">PDF</a></li><li>HttpClient <a shape="rect" href="./httpcomponents-client-ga/examples.html">Samples</a></li><li>HttpClient <a shape="rect" href="./httpcomponents-client-4.3.x/android-port.html">port for Android</a></li></ul></div>
-<div class="section">
-<h3><a shape="rect" name="HttpComponents_AsyncClient">HttpComponents AsyncClient</a></h3>
-<p><a shape="rect" href="./httpcomponents-asyncclient-dev/index.html">Asynch HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore NIO and HttpClient components. It is a complementary module to Apache HttpClient intended for special cases where ability to handle a great number of concurrent connections is more important than performance in terms of a raw data throughput.</p>
-<ul><li>HttpAsyncClient <a shape="rect" href="./httpcomponents-asyncclient-dev/examples.html">Samples</a></li></ul></div>
-<div class="section">
-<h3><a shape="rect" name="Commons_HttpClient_legacy">Commons HttpClient (legacy)</a></h3>
+<h3><a name="Commons_HttpClient_legacy">Commons HttpClient (legacy)</a></h3>
 <p>Commons HttpClient 3.x codeline is at the end of life. All users of Commons HttpClient 3.x are strongly encouraged to upgrade to HttpClient 4.1. </p></div></div>
       </div>
     </div>
     <div class="clear">
-      <hr></hr>
+      <hr/>
     </div>
     <div id="footer">
                       
 <div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
             
-<br clear="none"></br>
+<br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
-                        <a shape="rect" href="http://www.apache.org/">The Apache Software Foundation</a>.
+                <div class="xright">Copyright &#169;                    2005-2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>
       <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
-  </body></html>
+  </body>
+</html>

Modified: httpcomponents/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/issue-tracking.html?rev=1821208&r1=1821207&r2=1821208&view=diff
==============================================================================
--- httpcomponents/site/issue-tracking.html (original)
+++ httpcomponents/site/issue-tracking.html Tue Jan 16 00:00:56 2018
@@ -1,35 +1,47 @@
-<?xml version="1.0" standalone="yes"?>
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta><title>Apache HttpComponents &#8211; Issue Management</title><style type="text/css" media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2017-10-07 ( $Revision$ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; Issue Management</title>
+    <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
-    </style><link rel="stylesheet" href="./css/print.css" type="text/css" media="print"></link><meta name="Date-Revision-yyyymmdd" content="20180115"></meta><meta http-equiv="Content-Language" content="en"></meta></head><body class="composite">
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20171007" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
     <div id="banner">
-                        <a shape="rect" id="bannerLeft" href="http://www.apache.org/">
-                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache"></img>
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a shape="rect" id="bannerRight" href="./">
-                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents"></img>
+                                            <a href="./" id="bannerRight">
+                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-15</span>
-                  &#160;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+        <span id="publishDate">Last Published: 2017-10-07</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
-            <div class="xright">                    <a shape="rect" class="externalLink" href="http://www.apache.org/" title="Apache">Apache</a>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a shape="rect" href="index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="index.html" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
       <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
     <div id="leftColumn">
@@ -37,81 +49,117 @@
              
                 
                                 <h5>HttpComponents</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="index.html" title="Home">Home</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/licenses/" title="License">License</a>
-            </li><li class="none">
-                          <a shape="rect" href="downloads.cgi" title="Download">Download</a>
-            </li><li class="none">
-                          <a shape="rect" href="mail.html" title="Mailing Lists">Mailing Lists</a>
-            </li><li class="none">
-                          <a shape="rect" href="dev-docs.html" title="Developer documents">Developer documents</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://wiki.apache.org/HttpComponents/" title="Wiki (external)">Wiki (external)</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/security/" title="Security">Security</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="dev-docs.html" title="Developer documents">Developer documents</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
                        <h5>Overview</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="index.html" title="About">About</a>
-            </li><li class="none">
-                          <a shape="rect" href="news.html" title="News">News</a>
-            </li><li class="none">
-                          <a shape="rect" href="poweredby.html" title="Powered by">Powered by</a>
-            </li><li class="none">
-                          <a shape="rect" href="get-involved.html" title="Get Involved">Get Involved</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
                        <h5>Components</h5>
-                  <ul><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0 alpha">HttpClient 5.0 alpha</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 beta">HttpCore 5.0 beta</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
-                  </li><li class="collapsed">
-                          <a shape="rect" href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
-                  </li></ul>
+                  <ul>
+                                                                                                                                                              <li class="collapsed">
+                          <a href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0 alpha">HttpClient 5.0 alpha</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                        <li class="collapsed">
+                          <a href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0 alpha">HttpCore 5.0 alpha</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
                        <h5>Legacy</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
                        <h5>Project</h5>
-                  <ul><li class="none">
-                          <a shape="rect" href="status.html" title="Status">Status</a>
-            </li><li class="none">
-                          <a shape="rect" href="charter.html" title="Charter">Charter</a>
-            </li></ul>
+                  <ul>
+                  <li class="none">
+                          <a href="status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
                        <h5>Project Documentation</h5>
-                  <ul><li class="expanded">
-                          <a shape="rect" href="project-info.html" title="Project Information">Project Information</a>
-                    <ul><li class="none">
-                          <a shape="rect" href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
-            </li><li class="none">
+                  <ul>
+                                                                                                                                    <li class="expanded">
+                          <a href="project-info.html" title="Project Information">Project Information</a>
+                    <ul>
+                      <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                      <li class="none">
             <strong>Issue Management</strong>
-          </li><li class="none">
-                          <a shape="rect" href="license.html" title="Licenses">Licenses</a>
-            </li><li class="none">
-                          <a shape="rect" href="team-list.html" title="Team">Team</a>
-            </li></ul>
-        </li></ul>
+          </li>
+                      <li class="none">
+                          <a href="license.html" title="Licenses">Licenses</a>
+            </li>
+                      <li class="none">
+                          <a href="team-list.html" title="Team">Team</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
                        <h5>ASF</h5>
-                  <ul><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org" title="ASF Home Page">ASF Home Page</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/" title="Foundation">Foundation</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/sponsorship.html" title="Sponsor Apache">Sponsor Apache</a>
-            </li><li class="none">
-                          <a shape="rect" class="externalLink" href="http://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a>
-            </li></ul>
-                                                                                                                   <a shape="rect" class="poweredBy" href="http://www.apache.org/events/current-event.html" title="ApacheCon">
-        <img class="poweredBy" alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"></img>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
       </a>
-                                                                                                    <a shape="rect" class="poweredBy" href="http://maven.apache.org/" title="Maven">
-        <img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"></img>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
       </a>
                        
                 
@@ -120,32 +168,33 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section">
-<h2><a shape="rect" name="Overview"></a>Overview</h2><a shape="rect" name="Overview"></a>
-<p>This project uses <a shape="rect" class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
 <div class="section">
-<h2><a shape="rect" name="Issue_Management"></a>Issue Management</h2><a shape="rect" name="Issue_Management"></a>
+<h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p>
 <div class="source">
-<pre><a shape="rect" class="externalLink" href="https://issues.apache.org/jira/secure/BrowseProjects.jspa?selectedCategory=10280">https://issues.apache.org/jira/secure/BrowseProjects.jspa?selectedCategory=10280</a></pre></div></div>
+<pre><a class="externalLink" href="https://issues.apache.org/jira/secure/BrowseProjects.jspa?selectedCategory=10280">https://issues.apache.org/jira/secure/BrowseProjects.jspa?selectedCategory=10280</a></pre></div></div>
       </div>
     </div>
     <div class="clear">
-      <hr></hr>
+      <hr/>
     </div>
     <div id="footer">
                       
 <div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
             
-<br clear="none"></br>
+<br/>
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2018
-                        <a shape="rect" href="http://www.apache.org/">The Apache Software Foundation</a>.
+                <div class="xright">Copyright &#169;                    2005-2017
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>
       <div class="clear">
-        <hr></hr>
+        <hr/>
       </div>
     </div>
-  </body></html>
+  </body>
+</html>