Changeset 31949 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-01-05T13:43:56+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/DirectUpload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r31926 r31949 5 5 <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])"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="9 179"/>7 <property name="plugin.main.version" value="9314"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r31912 r31949 283 283 284 284 // Set up connection and log in 285 HttpClient c = HttpClient.create(url, "POST").set FixedLengthStreamingMode(contentLength).setConnectTimeout(15000);285 HttpClient c = HttpClient.create(url, "POST").setConnectTimeout(15000); 286 286 // unfortunately, addAuth() is protected, so we need to subclass OsmConnection 287 287 // XXX make addAuth public.
Note:
See TracChangeset
for help on using the changeset viewer.