museix33 / omapd

Automatically exported from code.google.com/p/omapd
GNU General Public License v3.0
0 stars 0 forks source link

Entire publish validation before applying individual updates/deletes #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In Server::processRequest

per IF-MAP1:3.8.1.3: The entire publish operation MUST fail if any
sub-operation fails. So, we should first validate to make sure everything
looks ok.

Original issue reported on code.google.com by smat...@gmail.com on 27 Jan 2010 at 6:43

GoogleCodeExporter commented 8 years ago
Revision 63 gets us most of the way there with validating the entire publish
operation.  Still, delete filters need to be validated to make sure there won't 
be a
XmlQuery error when the filter is applied.

Original comment by smat...@gmail.com on 28 Apr 2010 at 9:53