Found a bug in apache
Spent the past couple of days trying to get my code to work with some machines which were throwing me out. After days of hacking… realized it was not an issue with my code. Started hacking with perl , and that seems to be fine too. Finally after further investigation and hacking, I realized, its a bug with apache. Basically if the apache is patched with the chunked encoding bug, and if you get a 302 redirect page with a request that is chunked encoded, the headers that come from the server for a form submit are corrupt. Yep, the…