diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 20:24:49 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-11 20:24:49 +0200 |
commit | da11816444e1f3fc27f174a1b8d31b5e703fbd01 (patch) | |
tree | c2544467ebdae0a7273b0c4463a958c513348610 | |
parent | 47ba30a0350440ded8a263f4352ecf466efc655d (diff) |
Add WSSE debug info.
Ignore-this: 2eded88373d7f6b3b14de71ef94c1e3
darcs-hash:d1775b988f6fb24b53d7b6bc638019cad68cd6fa
-rw-r--r-- | utils.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)))))) |