Re: Apache2::Request appears to not capture the full POST:ed value

2011-10-10 Thread André Warnier
Linus Lund wrote: I have encountered a problem that I have been unable to solve using documentation/google. I'm running mod_perl 2 / (strawberry) perl 5.10.1 / Apache 2.2.20 on a Windows XP machine where I need to collect data POSTed from a hardware (the Box) that I have no control over. The Box

Re: Apache2::Request appears to not capture the full POST:ed value

2011-10-10 Thread McCarrell, Jeff
Andre is correct. Semi-colon is a valid query string separator, in addition to ampersand &. HTTP 1.x being so widely deployed, it is very hard to change the spec. So supporting semi-colon is a W3C recommendation. C.f. http://en.wikipedia.org/wiki/Query_string -- jeff On 10/10/11 2:11 PM, "André