NIHVIVO-155 Fixed path for redirect after submitting form to stop fake self-editing
This commit is contained in:
parent
30663a3932
commit
de88f6e781
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class FakeSelfEditController extends VitroHttpServlet {
|
||||||
VitroRequestPrep.forceOutOfSelfEditing(request);
|
VitroRequestPrep.forceOutOfSelfEditing(request);
|
||||||
FakeSelfEditingIdentifierFactory.clearFakeIdInSession( session );
|
FakeSelfEditingIdentifierFactory.clearFakeIdInSession( session );
|
||||||
// Redirect to home page
|
// Redirect to home page
|
||||||
redirectUrl = request.getContextPath();
|
redirectUrl = request.getContextPath() + "/";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue