Changeset 10493


Ignore:
Timestamp:
13 Aug 2013, 13:27:09 (11 years ago)
Author:
uli
Message:

Use the new correct URL updater when setting query string values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/server.py

    r10491 r10493  
    198198        st = create_service_ticket(service, sso)
    199199        db.add(st)
    200         service = '%s?ticket=%s' % (service, st.ticket)
     200        service = update_url(service, dict(ticket=st.ticket))
    201201    html = get_template('login_service_redirect.html')
    202202    if warn:
Note: See TracChangeset for help on using the changeset viewer.