Changeset 12921 in josm
- Timestamp:
- 2017-10-03T21:43:00+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/HttpClient.java
r12846 r12921 141 141 DefaultAuthenticator.getInstance().addFailedCredentialHost(url.getHost()); 142 142 } 143 } catch (IOException e) {143 } catch (IOException | IllegalArgumentException e) { 144 144 Logging.info("{0} {1} -> !!!", requestMethod, url); 145 145 Logging.warn(e);
Note:
See TracChangeset
for help on using the changeset viewer.