]> git.deb.at Git - deb/packages.git/commit
dispatcher: Fix HTTP error code for "format not supported"
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 22:28:58 +0000 (00:28 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 22:28:58 +0000 (00:28 +0200)
commit08faf198729da5a356e83e4e435af30828ac9616
tree40c4f66cfe18e23133311f0633d46c564e06e268
parent5ca559979f5074ae784d83a401b7dcb51e98317d
dispatcher: Fix HTTP error code for "format not supported"

405 is actually the error for not supported HTTP request (i.e.
GET, POST, etc). 406 is the correct code for content formats.
cgi-bin/dispatcher.pl