aboutsummaryrefslogtreecommitdiff
path: root/asmack-master/patch/41-fix-digest-md5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'asmack-master/patch/41-fix-digest-md5.patch')
-rw-r--r--asmack-master/patch/41-fix-digest-md5.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/asmack-master/patch/41-fix-digest-md5.patch b/asmack-master/patch/41-fix-digest-md5.patch
new file mode 100644
index 0000000..5f7f1dc
--- /dev/null
+++ b/asmack-master/patch/41-fix-digest-md5.patch
@@ -0,0 +1,13 @@
+--- ../../src-unpatched/trunk/com/novell/sasl/client/DigestMD5SaslClient.java 2009-12-07 19:14:10.000000000 +0100
++++ com/novell/sasl/client/DigestMD5SaslClient.java 2009-12-07 19:19:07.000000000 +0100
+@@ -673,8 +673,8 @@
+ digestResponse.append("00000001"); //nounce count
+ digestResponse.append(",qop=");
+ digestResponse.append(m_qopValue);
+- digestResponse.append(",digest-uri=\"ldap/");
+- digestResponse.append(m_serverName);
++ digestResponse.append(",digest-uri=\"");
++ digestResponse.append(m_digestURI);
+ digestResponse.append("\",response=");
+ digestResponse.append(response);
+ digestResponse.append(",charset=utf-8,nonce=\"");