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

Kris Popat commented on WOOKIE-326:
-----------------------------------

Currently looks like this

                        url = new URL(conn.getURL() + "/properties");
                        HttpURLConnection urlConn = (HttpURLConnection) 
url.openConnection();
                        urlConn.setRequestMethod("PUT");
                        urlConn.setDoOutput(true);
                        
                        OutputStreamWriter out = new 
OutputStreamWriter(urlConn.getOutputStream());
                        out.write(putString);
                        out.close();    

I'll try adding the form encoded connection parameter, see if that works.  
Thanks
                
> Extend the Java Connector
> -------------------------
>
>                 Key: WOOKIE-326
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-326
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Connection Framework
>    Affects Versions: 0.10.0
>            Reporter: Kris Popat
>            Assignee: Kris Popat
>             Fix For: 0.10.0
>
>
> Extend the Java Connector to cover the full REST API and changes in 0.10.

--
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