Changeset 4290

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

--

Files:

Legend:

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

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