From: Adam Dickmeiss Date: Wed, 15 Oct 2008 09:45:15 +0000 (+0200) Subject: Fixed check for application/x-www-form-urlencoded parameters. X-Git-Tag: v1.0.11~2 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=67ebd94d4bd94b8ade005dfa371638e0855f84d1;hp=67ebd94d4bd94b8ade005dfa371638e0855f84d1;p=pazpar2-moved-to-github.git 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. ---