Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 248154
Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java (+2 lines)
Lines 404-409 Link Here
404
						RepositoryStatus.ERROR_REPOSITORY_LOGIN, repositoryUrl.toString(),
403
						RepositoryStatus.ERROR_REPOSITORY_LOGIN, repositoryUrl.toString(),
405
						"Proxy authentication required"));
404
						"Proxy authentication required"));
406
405
406
			} else if (code == HttpURLConnection.HTTP_MOVED_TEMP) {
407
				// ignore redirect, check cookie...
407
			} else if (code != HttpURLConnection.HTTP_OK) {
408
			} else if (code != HttpURLConnection.HTTP_OK) {
408
				authenticated = false;
409
				authenticated = false;
409
				postMethod.getResponseBodyNoop();
410
				postMethod.getResponseBodyNoop();

Return to bug 248154