From 96ff5c99b5eb54cf1656cb75b6fd039ac1d3a1cd Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 28 Oct 2010 15:09:20 +0000 Subject: [PATCH] NIHVIVO-1234 Handle routing of a request for the home page to the HomePageController by forwarding from TabController --- productMods/WEB-INF/web.xml | 4 ++-- themes/wilma/templates/login.ftl | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 5d905377..25164e65 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -883,6 +883,7 @@ SearchController /search + SearchController @@ -976,7 +977,6 @@ /index.jsp - + -<#if loginName??> - <#-- nothing to see here --> -<#else> +<#if ! loginName??>

Log in