On Tue, Apr 9, 2013 at 10:51 PM, Ondrej Florian <[email protected]> wrote: > ...You'll find it here => https://github.com/onflapp/RESTed ...
One issue that I encountered in my tests: $ curl -u admin:admin -Fsling:resourceType=foo http://localhost:8080/tmp/foo ... java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:55) at org.apache.sling.servlets.post.HtmlResponse.doSend(HtmlResponse.java:115) at com.onflapp.rested.filters.EnhancedPOSTResponse.doSend(POSTResponseCreator.java:61) -Bertrand
