From: Felix J. O. <fjo...@og...> - 2007-12-03 10:46:31
|
Hi, SOAP::Transport::HTTP::Apache::handler() will complain with s.th. like "The LENGTH argument can't be negative at /usr/local/lib/perl5/site_perl/5.8.8/SOAP/Transport/HTTP.pm line 692" if the request contains no Content-Length header (eg. GET). So you get a server error instead of a "405 - method not allowed" response. My patch for the latest CVS version fixes that. Felix |