Changes between Initial Version and Version 2 of Ticket #7603
- Timestamp:
- Jul 2, 2008, 9:48:54 AM (16 years ago)
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.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. 2 2 3 3 The Request object should be modified to have a "scheme" attritbute.