← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3297: Added exception interceptor to organisation unit tree stack

 

------------------------------------------------------------
revno: 3297
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-04-06 14:17:02 +0200
message:
  Added exception interceptor to organisation unit tree stack
modified:
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml	2011-04-05 18:10:58 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml	2011-04-06 12:17:02 +0000
@@ -112,6 +112,7 @@
 			</interceptor-stack>
 
 			<interceptor-stack name="organisationUnitTreeStack">
+				<interceptor-ref name="exceptionInterceptor" />
 				<interceptor-ref name="organisationUnitTreeInterceptor" />
 				<interceptor-ref name="commonInterceptors" />
 			</interceptor-stack>