]> git.deb.at Git - deb/packages.git/commit
Packages::Dispatcher: Work around breakage in etch's CGI.pm
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 23:42:05 +0000 (23:42 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 23:42:05 +0000 (23:42 +0000)
commit834d6a08dbcc3b30f2e8f453f5ac6870f48d8fcb
treed5ffa402f2c11ea776dd846d1d240d4c507fa5fe
parenta6b0759c90c35aae73ae5b4bdc2ca069e768ee7e
Packages::Dispatcher: Work around breakage in etch's CGI.pm

path_info() is broken for paths that contain '+'
Use $ENV{PATH_INFO} since for apache on Debian this should be
mostly the same
lib/Packages/Dispatcher.pm