} catch (IllegalArgumentException e) {\r
// NOTHING TO DO ; can't find out what situation that leads to the exception in this code, but user logs signal that it happens\r
}\r
-- \r
- if (result.isTemporalRedirection() && result.isIdPRedirection()) {\r
- //if (result.isTemporalRedirection() || result.isIdPRedirection()) {\r
- if (result.isIdPRedirection()) {\r
++
++ //if (result.isTemporalRedirection() && result.isIdPRedirection()) {\r
++ if (result.isIdPRedirection()) {
String url = result.getRedirectedLocation();\r
String targetUrl = mHostBaseUrl + AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);\r
\r