Changeset 4289

Show
Ignore:
Timestamp:
11/12/07 12:32:29 (1 year ago)
Author:
sylvain.hellegouarch
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Scripts/openid/gateway/openidgateway/__init__.py

    r4288 r4289  
    7777 
    7878        headers = [('Content-Type', 'application/xml')] 
     79        print req.params 
    7980        if not (req.params.get('uname') or req.params.get('return_location')): 
    8081            message ='There must be a uname and return_location in the query string'