marklogic-community/Corona

Ignore unknown parms (e.g. querystrings)

ScottConroy opened this issue · 3 comments

Probably makes sense to ignore any request parameters passed into the system. Right now requests with unknown parameters fail with an ENDPOINT NOT FOUND. This seems to violates the robustness principle. I think more importantly, additional parameters will make for useful extensibility options.

Full agreement here.

Yeah, assuming the REST framework makes this easy to do, it's probably the best design.

If it doesn't, then it's a problem for the REST framework imo (and we should fix it).