summaryrefslogtreecommitdiff
path: root/paste/recursive.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/recursive.py')
-rw-r--r--paste/recursive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/recursive.py b/paste/recursive.py
index fb457c7..578ddbb 100644
--- a/paste/recursive.py
+++ b/paste/recursive.py
@@ -102,6 +102,7 @@ class Recursive(object):
assert not path.startswith('/')
path_info = '/' + path
environ['PATH_INFO'] = path_info
+ environ['REQUEST_METHOD'] = 'GET'
return self.activate(environ)
def __repr__(self):