Fixed check for application/x-www-form-urlencoded parameters.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Oct 2008 09:45:15 +0000 (11:45 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Oct 2008 09:45:15 +0000 (11:45 +0200)
commit67ebd94d4bd94b8ade005dfa371638e0855f84d1
tree3ab5554d1ad07205a6a07f25797bac06af5bae98
parenta964acd184fc66313c7fb196fe7fb9f34de77c90
Fixed check for application/x-www-form-urlencoded parameters.

Fixed check for application/x-www-form-urlencoded parameters. When
the content type had a charset specified ;charset=.. for the content type
the match for POST parameters failed. The charset spec is is ignored in
the comparison. Better be UTF-8! Pazpar2 also now logs the POST content.
src/http.c