summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 20:24:49 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-11 20:24:49 +0200
commitda11816444e1f3fc27f174a1b8d31b5e703fbd01 (patch)
treec2544467ebdae0a7273b0c4463a958c513348610
parent47ba30a0350440ded8a263f4352ecf466efc655d (diff)
Add WSSE debug info.
Ignore-this: 2eded88373d7f6b3b14de71ef94c1e3 darcs-hash:d1775b988f6fb24b53d7b6bc638019cad68cd6fa
-rw-r--r--utils.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.lisp b/utils.lisp
index ff24ae9..762a6dd 100644
--- a/utils.lisp
+++ b/utils.lisp
@@ -422,6 +422,8 @@ ELEMENT-TYPE as the stream's."
(string= their-digest our-digest))
"Time stamp too old."
"Wrong user name or password."))
+ (debug-log "Authentication failed. Their WSSE info was: ")
+ (debug-log *wsse*)
(http-send-headers)
#+clisp (ext:quit 0))))))