Commit e510044e authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Merge branch 'ac2' of /srv/cadc/git/wopencadc into ac2

parents c3580b2a d3aea657
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public class CadcBasicAuthenticator extends RealmBase
        URL loginURL = registryClient.getServiceURL(
            new URI(AC_URI), "http", "/login");

        String post = "userid=" + username + "&password=" + credentials;
        String post = "username=" + username + "&password=" + credentials;

        HttpURLConnection conn = (HttpURLConnection) loginURL.openConnection();
        conn.setRequestMethod("POST");