From 804abd73893a188fbf267e9582187cad4ebd8436 Mon Sep 17 00:00:00 2001 From: ass92 Date: Mon, 10 Jan 2011 15:33:34 +0000 Subject: [PATCH] NIHVIVO-437 adding new controller mapping --- webapp/config/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webapp/config/web.xml b/webapp/config/web.xml index fd737ade9..13b669271 100644 --- a/webapp/config/web.xml +++ b/webapp/config/web.xml @@ -1094,6 +1094,11 @@ entity edu.cornell.mannlib.vitro.webapp.controller.EntityController + + + ontology + edu.cornell.mannlib.vitro.webapp.controller.OntologyController + updateEntityFlags @@ -1320,6 +1325,10 @@ /display/* + + ontology + /ontology/* + updateEntityFlags /updateEntityFlags