Item15114: jsonrpc on master and release branch are incompatible
Priority: Enhancement
Current State: New
Released In: n/a
Target Release:
Item14033 implemented a new Foswiki::Request::JSON which basically is a reimplementation of Foswiki::Contrib::JsonRpcContrib::Requiest.
However these two aren't behaving the same rendering jsonrpc unusable on the master branch. There is lots of overlap between HTTP/CGI functions and JSONRPC functions
that cannot be untangled easily. For instance the notion of "method" in HTTP is different to the term in JSONRPC. etc.
I'd rather lean to not reimplement a working thing just for the sake of
Development.MoveQueryPathParsingIntoFoswikiRequest. Last not least this is redundant code.
--
MichaelDaum - 05 May 2022