marklogic-community / ml-rest-lib

An XQuery library designed to make it easier to develop and deploy RESTful web services on MarkLogic Server
11 stars 3 forks source link

Three bug fixes #4

Open grechaw opened 12 years ago

grechaw commented 12 years ago

SEC-PRIV error is 403 instead of 401. SEC-PRIV won't override implementation's response codes.

request element with multiple accept blocks added to 'and' blacklist and to test cases.

NOTE test case exercises code that's not used in production anywhere (rest-impl:accept) and does not test the bug or the fix.