resolves NIHVIVO-171 re: syntactically invalid restrictions

This commit is contained in:
bjl23 2010-04-05 15:59:31 +00:00
parent 9af96fd76d
commit 35452e8b36
3 changed files with 62 additions and 0 deletions

View file

@ -116,6 +116,7 @@ public class OperationController extends BaseEditController {
boolean status = performEdit(epo, newObj, action);
if (status == FAILURE) {
retry(request,response);
return;
}
/* put request parameters and attributes into epo where the listeners can see */
@ -165,6 +166,7 @@ public class OperationController extends BaseEditController {
try {
retry(request, response);
return;
} catch (IOException ioe) {
log.error(this.getClass().getName() + " IOError on redirect: ", ioe);
}