<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version?  in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1545#M6</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think it will be quite that easy to swap it out with the newer version, unfortunately. The API has only been tested and certified with the HTTPClient that was shipped with it. We have already updated the HttpClient libs with Quartz Beta 1, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 19:21:06 GMT</pubDate>
    <dc:creator>EricBader</dc:creator>
    <dc:date>2015-09-09T19:21:06Z</dc:date>
    <item>
      <title>ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1544#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1544#M5</guid>
      <dc:creator>TorstenKeim</dc:creator>
      <dc:date>2015-09-09T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1545#M6</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think it will be quite that easy to swap it out with the newer version, unfortunately. The API has only been tested and certified with the HTTPClient that was shipped with it. We have already updated the HttpClient libs with Quartz Beta 1, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 19:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1545#M6</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-09-09T19:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1546#M7</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I found a soluton:&lt;/P&gt;&lt;P&gt;I patched httpclient-4.4.1 by adding this to org.apache.http.impl.cookie.BrowserCompatSpec:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;protected static final String[] DATE_PATTERNS = new String[] { DateUtils.PATTERN_RFC1123, DateUtils.PATTERN_RFC1036,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;DateUtils.PATTERN_ASCTIME, "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;"EEE, dd MMM yy HH:mm:ss z", "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;"EEE dd-MMM-yyyy HH-mm-ss z", "EEE dd-MMM-yy HH:mm:ss z", "EEE dd MMM yy HH:mm:ss z", "EEE,dd-MMM-yy HH:mm:ss z",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;"EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z", };&lt;/P&gt;&lt;P align="left"&gt;&lt;/P&gt;&lt;P align="left"&gt;... and I removed the old httpclient which comes with ArcGis Runtime SDK for Java 10.2.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1546#M7</guid>
      <dc:creator>TorstenKeim</dc:creator>
      <dc:date>2015-09-10T13:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGis Runtime SDK for Java 10.2.4 comes with an old version of HttpClient. How can I use a newer version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1547#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool!&lt;/P&gt;&lt;P&gt;However, be aware that this approach (replacing the httpclient) is not an officially-supported scenario. &lt;/P&gt;&lt;P&gt;So be careful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-sdk-for-java-10-2-4-comes-with-an/m-p/1547#M8</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2015-09-10T13:10:00Z</dc:date>
    </item>
  </channel>
</rss>

