[ 
https://issues.apache.org/jira/browse/SHINDIG-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232760#comment-13232760
 ] 

[email protected] commented on SHINDIG-1728:
--------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4273/
-----------------------------------------------------------

(Updated 2012-03-19 17:43:45.731644)


Review request for shindig, Dan Dumont and Adam Clarke.


Changes
-------

Update JUnits (that would have caught this regression had they been in place) 
and added some simple JUnits for the other support methods through makeRequest. 
 The tests for HEAD, DELETE, and PATCH can probably be improved and I'm open to 
suggestions.  I also fixed a couple of checkstyle warnings regarding line 
length.


Summary
-------

Currently I can use gadgets.io.makeRequest to do a PUT but the PUT body does 
not reach the destination. This works today for POST, it simply seems that PUT 
was left out of that implementation. 


This addresses bug SHINDIG-1728.
    https://issues.apache.org/jira/browse/SHINDIG-1728


Diffs (updated)
-----

  
http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/MakeRequestHandler.java
 1302537 
  
http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/MakeRequestHandlerTest.java
 1302537 

Diff: https://reviews.apache.org/r/4273/diff


Testing
-------


Thanks,

Stanton


                
> gadgets.io.makeRequest supports PUT but the PUT body is not passed along
> ------------------------------------------------------------------------
>
>                 Key: SHINDIG-1728
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1728
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.0
>            Reporter: Stanton Sievers
>            Assignee: Stanton Sievers
>             Fix For: 2.5.0
>
>
> Currently I can use gadgets.io.makeRequest to do a PUT but the PUT body does 
> not reach the destination.  This works today for POST, it simply seems that 
> PUT was left out of that implementation.
> This issue is a regression that was caused by this fix to enable form POSTing 
> through the proxy. https://issues.apache.org/jira/browse/SHINDIG-1695

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to