Changes between Initial Version and Version 2 of Ticket #7603


Ignore:
Timestamp:
Jul 2, 2008, 9:48:54 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7603 – Description

    initial v2  
    1 As it stands, the scheme is located at request["wsgi.url_scheme"] which translates as {{ request.wsgi.url_scheme}} which is invalid for obvious reasons, leaving no way to access this value from the template.
     1As it stands, the scheme is located at {{{request["wsgi.url_scheme"]}}} which translates as {{ request.wsgi.url_scheme}} which is invalid for obvious reasons, leaving no way to access this value from the template.
    22
    33The Request object should be modified to have a "scheme" attritbute.
Back to Top