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)
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.


No differences found