etwist/server.py
changeset 8272 18893bb969d2
parent 8149 3ed48646f354
child 8298 2a4bc6f75e9c
--- a/etwist/server.py	Mon Feb 27 11:50:04 2012 +0100
+++ b/etwist/server.py	Mon Feb 27 11:51:09 2012 +0100
@@ -352,8 +352,6 @@
             request.uri.replace(origpath, path, 1)
         else:
             path = origpath
-        if not path or path == "/":
-            path = 'view'
         try:
             result = self.appli.publish(path, req)
         except DirectResponse, ex: