Changeset 5042
- Timestamp:
- 26/02/09 12:34:08 (12 years ago)
- Location:
- TI12-security/trunk/python
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/openid/relyingparty/__init__.py
r5041 r5042 200 200 if name.lower() == 'content-type' and \ 201 201 val.startswith('text/html'): 202 _status = "%d %s" % (401, httplib.responses[401])202 _status = self.getStatusMessage(401) 203 203 break 204 204
Note: See TracChangeset
for help on using the changeset viewer.