Changeset 4893
- Timestamp:
- 30/01/09 15:18:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/sso/sso/controllers/logout.py
r4890 r4893 45 45 environ=request.environ, 46 46 tracefile=cfg.tracefile, 47 sslCACertFilePathList= self.cfg.sslCACertFilePathList,47 sslCACertFilePathList=cfg.sslCACertFilePathList, 48 48 **cfg.wss) 49 49 except Exception, e:
Note: See TracChangeset
for help on using the changeset viewer.