﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7603	Add HttpRequest.scheme property	nslater	Unai Zalakain	"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.

The Request object should be modified to have a ""scheme"" attritbute.

I could then do this from a template:

{{{
<img src=""{{ request.scheme }}://{{ site.domain }}/logo""/>
}}}"	New feature	closed	HTTP handling	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
