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

Request #17423 Make HTTP::absoluteURI use specified host name.
Submitted: 2010-05-21 23:27 UTC
From: mj Assigned:
Status: Open Package: HTTP (version SVN)
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2010-05-21 23:27 UTC] mj (Martin Jansen)
Description: ------------ The attached patch extends HTTP::absoluteURI() in a way that makes it possible to force the absolute URI to be on a specific host name. This is achieved by adding a fourth parameter $host to the method. The patch is actually pretty simple and most of it only deals with adjusting the unit tests.

Comments

 [2010-05-21 23:28 UTC] mj (Martin Jansen)