Changeset 3748 in josm for trunk/src/org
- Timestamp:
- 2010-12-27T23:26:54+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java
r3494 r3748 433 433 434 434 int retCode = connection.getResponseCode(); 435 if (retCode != HttpURLConnection.HTTP_ MOVED_TEMP)435 if (retCode != HttpURLConnection.HTTP_OK) 436 436 throw new OsmOAuthAuthorizationException(tr("Failed to authorize OAuth request ''{0}''", requestToken.getKey())); 437 437 } catch(MalformedURLException e) {
Note:
See TracChangeset
for help on using the changeset viewer.