Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-10-13 21:35:01 +0000
committerspingel2008-10-13 21:35:01 +0000
commitc5530cb348f1e625964654736b50c2ecc9faa0c1 (patch)
tree0cd9263cfc8e0e819fb94bbbde2847046bbe7129 /org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac
parent838236c89cafaae2d6c26a1afec054eb312ede3c (diff)
downloadorg.eclipse.mylyn.tasks-c5530cb348f1e625964654736b50c2ecc9faa0c1.tar.gz
org.eclipse.mylyn.tasks-c5530cb348f1e625964654736b50c2ecc9faa0c1.tar.xz
org.eclipse.mylyn.tasks-c5530cb348f1e625964654736b50c2ecc9faa0c1.zip
NEW - bug 214341: Large XML-RPC requests fail when using digest authentication and tracd
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214341
Diffstat (limited to 'org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac')
-rw-r--r--org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/client/TracXmlRpcClient.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/client/TracXmlRpcClient.java b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/client/TracXmlRpcClient.java
index 86166c819..457cc7323 100644
--- a/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/client/TracXmlRpcClient.java
+++ b/org.eclipse.mylyn.trac.core/src/org/eclipse/mylyn/internal/trac/core/client/TracXmlRpcClient.java
@@ -289,8 +289,6 @@ public class TracXmlRpcClient extends AbstractTracClient implements ITracWikiCli
}
private void probeAuthenticationScheme(IProgressMonitor monitor) throws TracException {
- this.digestScheme = null;
-
AuthenticationCredentials credentials = location.getCredentials(AuthenticationType.REPOSITORY);
if (!credentialsValid(credentials)) {
return;

Back to the top