[Lispweb] Cookie parsing error
Jonathon McKitrick
jcm at FreeBSD-uk.eu.org
Tue May 30 08:04:17 CDT 2006
I was reading some cookies for authentication and sometimes I get this error.
Any idea what I am doing wrong?
The bounding indices 0 and 9 are bad for a sequence of length 5.
[Condition of type SB-KERNEL:BOUNDING-INDICES-BAD-ERROR]
See also:
Common Lisp Hyperspec, bounding index designator [glossary]
Common Lisp Hyperspec, SUBSEQ-OUT-OF-BOUNDS:IS-AN-ERROR [issue]
Restarts:
0: [ABORT-RESPONSE] Abort this response and answer another request
1: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: (SB-IMPL::SIGNAL-BOUNDING-INDICES-BAD-ERROR "exp=0" 0 9)
1: (SB-IMPL::VECTOR-SUBSEQ* "exp=0" 0 #<unavailable argument>)
2: (RFC2109:PARSE-COOKIES "exp=0; user=0; digest=0")
Locals:
SB-DEBUG::ARG-0 = "exp=0; user=0; digest=0"
Jonathon McKitrick
--
My other computer is your Windows box.
More information about the lispweb
mailing list