------------------------------------------------------------
revno: 1903
committer: Lars <larsh...@larshelg-laptop>
branch nick: trunk
timestamp: Wed 2010-05-26 14:34:02 +0200
message:
  Fixed bug in ExceptionInterceptor. Thanks to Hieu for spotting.
modified:
  
dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/interceptor/ExceptionInterceptor.java


--
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/java/org/hisp/dhis/interceptor/ExceptionInterceptor.java'
--- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/interceptor/ExceptionInterceptor.java	2010-05-03 13:44:59 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/interceptor/ExceptionInterceptor.java	2010-05-26 12:34:02 +0000
@@ -51,7 +51,7 @@
 
     public static final String EXCEPTION_RESULT_DEFAULT = "exceptionDefault";
 
-    public static final String EXCEPTION_RESULT_PLAIN_TEXT = "plainTextErrorResult";
+    public static final String EXCEPTION_RESULT_PLAIN_TEXT = "plainTextError";
 
     public static final String EXCEPTION_RESULT_ACCESS_DENIED = "accessDenied";
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to