Skip to content
Snippets Groups Projects
Commit 14f4c9cb authored by João Távora's avatar João Távora
Browse files

Don't barf on POST or PUT with complex "Content-Type:"

SNOOZE-COMMON:PARSE-CONTENT-TYPE-HEADER presently ignores parameters
in the "Content-Type:" header value, such as "Charset=UTF-8", but at
least it sees the basic content type descriptor, whereas it previously
returned nil.

* common.lisp (content-classes-in-accept-string): Use
PARSE-CONTENT-TYPE-HEADER.
(parse-content-type-header): Use RFC2388:PARSE-HEADER.

* snooze.asd (:snooze): Use RFC2388 system.
parent 3dfeefa8
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment