Changeset 4290
- Timestamp:
- 11/12/07 12:34:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nuxleus/Scripts/openid/gateway/openidgateway/__init__.py
r4289 r4290 77 77 78 78 headers = [('Content-Type', 'application/xml')] 79 print req. params79 print req.url, req.params 80 80 if not (req.params.get('uname') or req.params.get('return_location')): 81 81 message ='There must be a uname and return_location in the query string'
