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

Bug #12390 WSDL Generation incorrect under https
Submitted: 2007-11-06 11:51 UTC
From: frega Assigned: crafics
Status: Closed Package: Services_Webservice (version 0.5.1)
PHP Version: 5.2.4 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2007-11-06 11:51 UTC] frega (Fredrik Lassen)
Description: ------------ In the constructor the protocol is not detected properly. Something along these lines would be possible ... 199c199 < $this->protocol = 'http'; --- > $this->protocol = ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on' ) ? 'https' : 'http';

Comments

 [2007-11-09 13:31 UTC] crafics (Manfred Weber)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.