For post, put and changed requests it would be nice to pass the original document as a parameter to the listeners. Often i find myseld needing the original doc, mostly for validation, and having to request the doc, sometimes more than once if you have multiple listners which is ineficient
For
post
,put
andchanged
requests it would be nice to pass the original document as a parameter to the listeners. Often i find myseld needing the original doc, mostly for validation, and having to request the doc, sometimes more than once if you have multiple listners which is ineficient