NIHVIVO-151 send all logout requests directly to /logout. Remove old links to login_process.jsp

This commit is contained in:
jeb228 2010-11-29 21:37:01 +00:00
parent f200a9bb59
commit d60f39f7d4
6 changed files with 4 additions and 20 deletions

View file

@ -49,7 +49,6 @@
<c:url var="logoutHref" value="<%= Controllers.LOGOUT_JSP %>">
<c:param name="home" value="${currentPortal}" />
<c:param name="loginSubmitMode" value="Log Out" />
</c:url>
<c:url var="siteAdminHref" value="<%= Controllers.SITE_ADMIN %>">