Changeset 28961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
- Timestamp:
- 2012-11-21T23:57:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
r26228 r28961 190 190 private String grabSVG(URL url) throws IOException, OsmTransferException { 191 191 wmsInterface.urlConn = (HttpURLConnection)url.openConnection(); 192 wmsInterface.urlConn.setRequestProperty("Connection", "close"); 192 193 wmsInterface.urlConn.setRequestMethod("GET"); 193 194 wmsInterface.setCookie();
Note:
See TracChangeset
for help on using the changeset viewer.
