mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Renamed crdentials/principals to userName/password
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user