|
@@ -767,7 +767,8 @@ implements OnRemoteOperationListener, OnSslValidatorListener, OnFocusChangeList
|
|
|
// NOTHING TO DO ; can't find out what situation that leads to the exception in this code, but user logs signal that it happens
|
|
|
}
|
|
|
|
|
|
- if (result.isTemporalRedirection() || result.isIdPRedirection()) {
|
|
|
+ //if (result.isTemporalRedirection() || result.isIdPRedirection()) {
|
|
|
+ if (result.isIdPRedirection()) {
|
|
|
String url = result.getRedirectedLocation();
|
|
|
String targetUrl = mHostBaseUrl + AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);
|
|
|
|