ZF-10929: Wrong URL in /demos/Zend/Gdata/Calendar.php::getCurrentUrl()

Description

When $_SERVER['HTTP_HOST'] already contain port number(like site.com:81) and $_SERVER['PORT'] contains it too, as a result function return "site.com:81:81" value. File in webSVN: http://framework.zend.com/code/filedetails.php/…

Also function getCurrentUrl() is in Calendar.php, Health.php, Photos.php

Comments

Patch to resolve this problem.