Pazpar2 honors POST requests and proxy's them too if proxy is enabled.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 23 Sep 2007 15:39:24 +0000 (15:39 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 23 Sep 2007 15:39:24 +0000 (15:39 +0000)
commiteeeac3dc5704fa9e9af4e51dee8b3a256b080e0e
tree34cbb1334032ccba35e471a5fa97d2b90e343633
parent315147fb5968cb466939ad2c2cdf66ecd53e4222
Pazpar2 honors POST requests and proxy's them too if proxy is enabled.
Bug #1095. URI arguments are interpreted if Content-Type is
application/x-www-form-urlencoded. There are areas, still, where Pazpar2
needs tweaks more functionality in order to be HTTP 1.1 compliant - most
notably support for chunked encoding. The HTTP code also assumes that
HTTP lines ends with \r\n. While that it according to spec, not all
clients do so (YAZ bug #806).
src/http.c
src/http.h