Hello,
I am toying around with BaseX 8.0.1 (beta 161c4fd) and it looks like there is a regression from BaseX 7.9.
In BaseX 7.9 I could issue the following POST query via the REST interface.
<query xmlns="http://basex.org/rest"> <text>...</text> <parameter name='wrap' value='yes'/> </query>
Now, the same query raises an exception in the server:
org.basex.http.HTTPException: Unknown parameter: 'wrap'. at org.basex.http.HTTPCode.get(HTTPCode.java:55) at org.basex.http.rest.RESTPost.get(RESTPost.java:65) at org.basex.http.rest.RESTServlet.code(RESTServlet.java:43)
Has something been changed in the way REST requests are processed? What is the proper way in 8.0.x to wrap results?
Regards,
-- Gioele Barabucci gioele@svario.it