Community
Participate
Working Groups
SaxMultiBugReportContentHandler_id_not_found=\ id not found.
BugzillaStatus_errorRepository = Repository error from {0}:\n\n{1}
BugzillaStatus_repositoryLoginFailure = Unable to login to {0}.\n\n{1}\n\nPlease validate credentials via Task Repositories view.
BugzillaStatus_repositoryLoginFailure = Unable to login to {0}.\n{1} Please validate credentials via Task Repositories view.
BugzillaStatus_repositoryNotFound = Repository {0} could not be found.
BugzillaStatus_repositoryCommentRequired = You have to specify a new comment when making this change. Please comment on the reason for this change.
BugzillaStatus_repositoryCollision = Mid-air collision occurred while submitting to {0}. Synchronize task and re-submit changes.
RepositoryStatus.ERROR_NETWORK, "Http error: " + HttpStatus.getStatusText(code))); //$NON-NLS-1$
}
boolean oldLoggedIn = loggedIn;
if (hasAuthenticationCredentials()) {
for (Cookie cookie : httpClient.getState().getCookies()) {
if (cookie.getName().equals(COOKIE_BUGZILLA_LOGIN)) {
break;
if (!oldLoggedIn && !loggedIn) {
throw new CoreException(
new BugzillaStatus(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
RepositoryStatus.ERROR_REPOSITORY_LOGIN, repositoryUrl.toString(),
"HTTP Cookie not found.")); //$NON-NLS-1$
if (!loggedIn) {
InputStream input = getResponseStream(postMethod, monitor);