SigningFetcher drops port specification in url
----------------------------------------------
Key: SHINDIG-688
URL: https://issues.apache.org/jira/browse/SHINDIG-688
Project: Shindig
Issue Type: Bug
Components: Common Components (PHP)
Reporter: Nagy Attila
SigningFetcher first decomposes the request url into parts, to prepare it for
signing. But after the sign when the url is recomposed the port is forgotten.
So when you call an url like: http://example.com:8080/some/path/ shindig will
call http://example.com/some/path/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.