Changeset 31949 in osm


Ignore:
Timestamp:
2016-01-05T13:43:56+01:00 (9 years ago)
Author:
donvip
Message:

update to JOSM 9314

Location:
applications/editors/josm/plugins/DirectUpload
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/DirectUpload/build.xml

    r31926 r31949  
    55    <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="9179"/>
     7    <property name="plugin.main.version" value="9314"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java

    r31912 r31949  
    283283
    284284        // Set up connection and log in
    285         HttpClient c = HttpClient.create(url, "POST").setFixedLengthStreamingMode(contentLength).setConnectTimeout(15000);
     285        HttpClient c = HttpClient.create(url, "POST").setConnectTimeout(15000);
    286286        // unfortunately, addAuth() is protected, so we need to subclass OsmConnection
    287287        // XXX make addAuth public.
Note: See TracChangeset for help on using the changeset viewer.