Changeset 28961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java
- Timestamp:
- 2012-11-21T23:57:14+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java
r26835 r28961 85 85 private BufferedImage grab(URL url) throws IOException, OsmTransferException { 86 86 wmsInterface.urlConn = (HttpURLConnection)url.openConnection(); 87 wmsInterface.urlConn.setRequestProperty("Connection", "close"); 87 88 wmsInterface.urlConn.setRequestMethod("GET"); 88 89 wmsInterface.setCookie();
Note:
See TracChangeset
for help on using the changeset viewer.