Changeset 1803
- Timestamp:
- 10/28/07 15:17:21
- Files:
-
- trunk/cherrypy/test/test_session.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_session.py
r1770 r1803 80 80 iredir.exposed = True 81 81 82 @cherrypy.tools.allow(methods=['GET'])83 82 def restricted(self): 84 83 return cherrypy.request.method 85 84 restricted.exposed = True 85 restricted._cp_config = {'tools.allow.on': True, 86 'tools.allow.methods': ['GET']} 86 87 87 88 def regen(self):

