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 10:18:48 +0000 (12:18 +0200)
commitc0f6e659383ad30a764d15f3acc1a4db58026318
treef91b74b9cd13aaed9067139ad813a93668d03e1a
parentea707f29739bd85e847934f09f4b42e33c672538
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