This adds a mostly working data-pipelining implementation, the remaining issues that...
commit47495ea9c273293e4217d48e8d470099482aea5a
authorChris Chabot <chabotc@apache.org>
Tue, 31 Mar 2009 23:12:00 +0000 (31 23:12 +0000)
committerChris Chabot <chabotc@apache.org>
Tue, 31 Mar 2009 23:12:00 +0000 (31 23:12 +0000)
tree216f13b6fe01a9cdac7d0c1833c6c27da6cf0dae
parent459854522a7af02fcc60bc699ff67e785e0e5a1d
This adds a mostly working data-pipelining implementation, the remaining issues that need to be solved before it's complete are:

1) The signing fetcher currently uses the $_POST superglobal and not the $request->getPostBody() to build the signature, resulting in invalid oauth sig's
2) the signing fetch also uses the same, parsed, $_POST vars, to set a new post body on the request, removing the actual post body with the data-pipelining information
3) JSP-EL type parsing of dynamic tags still needs to be implemented.

Almost there though! :)

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@760722 13f79535-47bb-0310-9956-ffa450edef68
php/src/common/RemoteContentRequest.php
php/src/common/sample/BasicRemoteContent.php
php/src/gadgets/GadgetSpecParser.php
php/src/gadgets/render/GadgetHrefRenderer.php
php/src/gadgets/sample/BasicGadgetSpecFactory.php