Changeset 2763 in josm for trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
- Timestamp:
- 2010-01-07T22:15:44+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
r2746 r2763 100 100 boolean authenticatorEnabled = true; 101 101 try { 102 URL url = new URL(normalizeApiUrl(apiUrl) + "/ user/details");102 URL url = new URL(normalizeApiUrl(apiUrl) + "/0.6/user/details"); 103 103 authenticatorEnabled = DefaultAuthenticator.getInstance().isEnabled(); 104 104 DefaultAuthenticator.getInstance().setEnabled(false); … … 165 165 + "with the Access Token ''{0}''.<br>" 166 166 + "The server rejected the Access Token as unauthorised. You will not<br>" 167 + " able to access any protected resource on this server using this token."167 + "be able to access any protected resource on this server using this token." 168 168 +"</html>", 169 169 apiUrl,
Note:
See TracChangeset
for help on using the changeset viewer.