You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by vd...@apache.org on 2009/11/30 06:32:02 UTC

svn commit: r885333 - /incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala

Author: vdichev
Date: Mon Nov 30 05:32:02 2009
New Revision: 885333

URL: http://svn.apache.org/viewvc?rev=885333&view=rev
Log:
ESME-134 Deleted UserView

Modified:
    incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala

Modified: incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala?rev=885333&r1=885332&r2=885333&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala (original)
+++ incubator/esme/trunk/server/src/main/scala/bootstrap/liftweb/Boot.scala Mon Nov 30 05:32:02 2009
@@ -145,10 +145,6 @@
 
     S.addAround(ExtSession.requestLoans)
 
-    LiftRules.viewDispatch.append {
-      case "user_view" :: _ => Right(UserView)
-    }
-
     // REST APIs (new and old)
     LiftRules.dispatch.prepend(RestAPI.dispatch)
     LiftRules.dispatch.prepend(API2.dispatch)