Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(54)

Issue 28119: a small bug fix for php-shindig (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 1 month ago by panjie.pan
Modified:
16 years, 9 months ago
Reviewers:
panjie, chabotc1
CC:
shindig.remailer_gmail.com
Base URL:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/
Visibility:
Public.

Description

When using makeRequest for post data: var data = {'param':'123&456'}; params[gadgets.io.RequestParameters.POST_DATA] = gadgets.io.encodeValues(data); gadgets.io.makeRequest('http://example.com', callback, params); param will be truncated to 'param=123' in php-shindig. Java-shindig works well.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
php/src/gadgets/ProxyBase.php View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1
panjie.pan
17 years, 1 month ago (2009-03-27 05:36:52 UTC) #1

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b