Open GoogleCodeExporter opened 8 years ago
[Duplicate of email response, hadn't realized these were on the issue tracker.]
My take is that the first section you quote is wrong.
The whole point of unreserved parameters is that they are property
paths, so that you can build up a query that way and later bake it into
the configuration. That's certainly how the original implementation
worked and the Edubase demo relied on it.
It we need arbitrary variable bindings in request parameters then I'd
actually reverse it and say that a request parameter "_foo=val", where
"foo" is not a reserved term for the API, should bind variable "foo" to
"val" where "val" is assumed to be a plain literal.
Original comment by Dave.e.R...@gmail.com
on 16 Aug 2010 at 4:45
Original issue reported on code.google.com by
K.J.W.Al...@gmail.com
on 28 Jul 2010 at 7:51