Changeset 10400 for main/waeup.cas
- Timestamp:
- 5 Jul 2013, 05:26:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/waeup/cas/server.py
r10399 r10400 106 106 if cookie_value is None: 107 107 return False 108 print("VAL1: ", cookie_value)109 108 try: 110 109 # turn value into unicode (py2.x) / str (py3.x) … … 112 111 except AttributeError: # pragma: no cover 113 112 pass 114 print("VAL2: ", cookie_value)115 113 q = db.query(TicketGrantingCookie).filter( 116 114 TicketGrantingCookie.value == cookie_value)
Note: See TracChangeset for help on using the changeset viewer.