Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.5

Bug #19588 PHP backend with RAW Post data input library fails to load introspection page
Submitted: 2012-08-28 01:55 UTC
From: gauthierm Assigned:
Status: Open Package: XML_RPC2 (version 1.1.1)
PHP Version: 5.4.4 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2012-08-28 01:55 UTC] gauthierm (Michael Gauthier)
Description: ------------ Running a server with PHP backend and RAW post data input driver (default). When the server URI is accessed via a GET request there is an exception thrown on line 77 of the input driver. This is because HTTP_RAW_POST_DATA is not set for GET requests. Instead of throwing an exception, $this->input should be set to null and null should be returned.

Comments

 [2012-08-30 07:57 UTC] doconnor (Daniel O'Connor)
Feel like fixing/making a pull request?