resolves NIHVIVO-171 re: syntactically invalid restrictions
This commit is contained in:
parent
9af96fd76d
commit
35452e8b36
3 changed files with 62 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue