Index: /trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java	(revision 2762)
+++ /trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java	(revision 2763)
@@ -100,5 +100,5 @@
         boolean authenticatorEnabled = true;
         try {
-            URL url = new URL(normalizeApiUrl(apiUrl) + "/user/details");
+            URL url = new URL(normalizeApiUrl(apiUrl) + "/0.6/user/details");
             authenticatorEnabled = DefaultAuthenticator.getInstance().isEnabled();
             DefaultAuthenticator.getInstance().setEnabled(false);
@@ -165,5 +165,5 @@
                         + "with the Access Token ''{0}''.<br>"
                         + "The server rejected the Access Token as unauthorised. You will not<br>"
-                        + "able to access any protected resource on this server using this token."
+                        + "be able to access any protected resource on this server using this token."
                         +"</html>",
                         apiUrl,
