Hi, I tried to follow the examples described in https://github.com/woonsan/jackrabbit-oak/tree/trunk/oak-http. I ran `java -jar oak-run/target/oak-run-1.10-SNAPSHOT.jar server`, and observed these: - The documentation seems to have missed 'server' command line argument in the example. - The first http command to retrieve the root node gives an HTML output, not JSON, even with `-j` option. (I'm using httpie 0.9.9.) - The following examples also fail; perhaps related to the json content type handling (-j option).
Do you have any idea about these? Thanks in advance, Woonsan
