Back out 13063. This changes the CGI environment we construct to just be plain wrong...
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Mar 2010 16:43:37 +0000 (16:43 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Mar 2010 16:43:37 +0000 (16:43 +0000)
commit99d93ba8704ef47d3477c7fbf1bd05fc24fce32e
treebebd44fa0e4bada3625fb003a220b07aca8c72a1
parenta160c98d29bf1df03934bd68da939e0b517dbb32
Back out 13063. This changes the CGI environment we construct to just be plain wrong, SERVER_NAME is meant to be a name after all. I have a feeling that all of this crap could be simplified, but I don't want to spend a lot of tuits changing it (and possibly breaking things for people with non-obvious behaviour changes like this one) - when those tuits could be spent on Plack stuff so that all this code dies anyway (and we do a major release so breakage can be more reasonable expected / extensively tested for). This is all possibly being _too_ paranoid here, but given the original commit didn't know what was happening / what changed _at all_, I think that's fair..
Changes
lib/Catalyst/Engine/HTTP.pm