summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-gae/app.yaml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-01 06:04:47 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-01 06:04:47 +0000
commit69c5921fb2472f5cafa050dae088120ad17ed23a (patch)
treedb2bbd8dc4439139b6278408c82cec495b06d0d9 /sca-cpp/trunk/samples/store-gae/app.yaml
parent8e35575af73a89217bc5f9dc14dd59428f5ee39a (diff)
Support user and email properties in WSGI integration.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-gae/app.yaml')
-rw-r--r--sca-cpp/trunk/samples/store-gae/app.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-gae/app.yaml b/sca-cpp/trunk/samples/store-gae/app.yaml
index e5807c233a..6a4e6a2fab 100644
--- a/sca-cpp/trunk/samples/store-gae/app.yaml
+++ b/sca-cpp/trunk/samples/store-gae/app.yaml
@@ -45,8 +45,10 @@ handlers:
static_files: htdocs/\1
upload: htdocs/(.*\.(html|png))
secure: always
+ login: required
- url: /.*
script: composite.py
secure: always
+ login: required