Renamed crdentials/principals to userName/password

This commit is contained in:
Olivier Brand
2012-01-05 08:26:54 -08:00
parent e96ae91800
commit 36bca7d609
2 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -1452,7 +1452,7 @@ public class DroidGap extends PhonegapActivity {
AuthenticationToken token = getAuthenticationToken(host,realm);
if(token != null) {
handler.proceed(token.getPrincipal(), token.getCredentials());
handler.proceed(token.getUserName(), token.getPassword());
}
}