You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/03/07 09:44:27 UTC

svn commit: r1874931 [32/39] - in /httpcomponents/site: ./ httpcomponents-client-4.5.x/ httpcomponents-client-4.5.x/fluent-hc/ httpcomponents-client-4.5.x/fluent-hc/apidocs/ httpcomponents-client-4.5.x/fluent-hc/apidocs/org/apache/http/client/fluent/ h...

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-frame.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-frame.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.conn.ssl</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.conn.ssl</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-summary.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/ssl/package-summary.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.conn.ssl</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.conn.ssl</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -101,7 +101,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/TestPublicSuffixMatcher.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/TestPublicSuffixMatcher.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/TestPublicSuffixMatcher.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/TestPublicSuffixMatcher.html Sat Mar  7 09:44:14 2020
@@ -65,11 +65,11 @@
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>      @Test
 <a class="jxr_linenumber" name="L58" href="#L58">58</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testGetDomainRootAnyType() {
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>          <em class="jxr_comment">// Private</em>
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.XX"</span>));
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.example.XX"</span>));
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.blah.blah.example.XX"</span>));
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>          <em class="jxr_comment">// Too short</em>
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"xx"</span>));
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.XX"</span>));
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.example.XX"</span>));
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.blah.blah.example.XX"</span>));
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>          Assert.assertEquals(<span class="jxr_string">"appspot.com"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.appspot.com"</span>));
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>          <em class="jxr_comment">// Too short</em>
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"jp"</span>));
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"ac.jp"</span>));
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"any.tokyo.jp"</span>));
@@ -87,11 +87,11 @@
 <a class="jxr_linenumber" name="L79" href="#L79">79</a>      @Test
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testGetDomainRootOnlyPRIVATE() {
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>          <em class="jxr_comment">// Private</em>
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.XX"</span>, DomainType.PRIVATE));
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.example.XX"</span>, DomainType.PRIVATE));
-<a class="jxr_linenumber" name="L84" href="#L84">84</a>          Assert.assertEquals(<span class="jxr_string">"example.xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.blah.blah.example.XX"</span>, DomainType.PRIVATE));
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <em class="jxr_comment">// Too short</em>
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"xx"</span>, DomainType.PRIVATE));
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.XX"</span>, DomainType.PRIVATE));
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.example.XX"</span>, DomainType.PRIVATE));
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>          Assert.assertEquals(<span class="jxr_string">"xx"</span>, matcher.getDomainRoot(<span class="jxr_string">"www.blah.blah.example.XX"</span>, DomainType.PRIVATE));
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          Assert.assertEquals(<span class="jxr_string">"appspot.com"</span>, matcher.getDomainRoot(<span class="jxr_string">"example.appspot.com"</span>));
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <em class="jxr_comment">// Too short</em>
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"jp"</span>, DomainType.PRIVATE));
 <a class="jxr_linenumber" name="L88" href="#L88">88</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"ac.jp"</span>, DomainType.PRIVATE));
 <a class="jxr_linenumber" name="L89" href="#L89">89</a>          Assert.assertEquals(<strong class="jxr_keyword">null</strong>, matcher.getDomainRoot(<span class="jxr_string">"any.tokyo.jp"</span>, DomainType.PRIVATE));
@@ -136,17 +136,19 @@
 <a class="jxr_linenumber" name="L128" href="#L128">128</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".any.tokyo.jp"</span>));
 <a class="jxr_linenumber" name="L129" href="#L129">129</a>         <em class="jxr_comment">// exception</em>
 <a class="jxr_linenumber" name="L130" href="#L130">130</a>         Assert.assertFalse(matcher.matches(<span class="jxr_string">".metro.tokyo.jp"</span>));
-<a class="jxr_linenumber" name="L131" href="#L131">131</a>     }
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> 
-<a class="jxr_linenumber" name="L133" href="#L133">133</a>     @Test
-<a class="jxr_linenumber" name="L134" href="#L134">134</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testMatchUnicode() {
-<a class="jxr_linenumber" name="L135" href="#L135">135</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".h\u00E5.no"</span>)); <em class="jxr_comment">// \u00E5 is &lt;aring&gt;</em>
-<a class="jxr_linenumber" name="L136" href="#L136">136</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".xn--h-2fa.no"</span>));
-<a class="jxr_linenumber" name="L137" href="#L137">137</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".h\u00E5.no"</span>));
+<a class="jxr_linenumber" name="L131" href="#L131">131</a>         Assert.assertFalse(matcher.matches(<span class="jxr_string">".xx"</span>));
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>         Assert.assertFalse(matcher.matches(<span class="jxr_string">".appspot.com"</span>));
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>     }
+<a class="jxr_linenumber" name="L134" href="#L134">134</a> 
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>     @Test
+<a class="jxr_linenumber" name="L136" href="#L136">136</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testMatchUnicode() {
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".h\u00E5.no"</span>)); <em class="jxr_comment">// \u00E5 is &lt;aring&gt;</em>
 <a class="jxr_linenumber" name="L138" href="#L138">138</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".xn--h-2fa.no"</span>));
-<a class="jxr_linenumber" name="L139" href="#L139">139</a>     }
-<a class="jxr_linenumber" name="L140" href="#L140">140</a> 
-<a class="jxr_linenumber" name="L141" href="#L141">141</a> }
+<a class="jxr_linenumber" name="L139" href="#L139">139</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".h\u00E5.no"</span>));
+<a class="jxr_linenumber" name="L140" href="#L140">140</a>         Assert.assertTrue(matcher.matches(<span class="jxr_string">".xn--h-2fa.no"</span>));
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>     }
+<a class="jxr_linenumber" name="L142" href="#L142">142</a> 
+<a class="jxr_linenumber" name="L143" href="#L143">143</a> }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 1999&#x2013;2020 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-frame.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-frame.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.conn.util</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.conn.util</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-summary.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/conn/util/package-summary.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.conn.util</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.conn.util</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-frame.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-frame.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.cookie</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.cookie</title>
         <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-summary.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/cookie/package-summary.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.cookie</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.cookie</title>
         <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -91,7 +91,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-frame.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-frame.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-frame.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-frame.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.impl.auth</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.impl.auth</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-summary.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-summary.html?rev=1874931&r1=1874930&r2=1874931&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-summary.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/httpclient/xref-test/org/apache/http/impl/auth/package-summary.html Sat Mar  7 09:44:14 2020
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache HttpClient 4.5.11 Reference Package org.apache.http.impl.auth</title>
+        <title>Apache HttpClient 4.5.12 Reference Package org.apache.http.impl.auth</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -101,7 +101,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.11 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache HttpClient 4.5.12 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">