﻿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
16677	ssi template tag fails when the path to the template contains a space	Aymeric Augustin	nobody	"I initially noticed this problem here: http://ci.myks.org/job/Django%20+%20Oracle/42/console

Since the project is called ""Django + Oracle"", the checkout ends up in ""/var/lib/jenkins/jobs/Django + Oracle/workspace"", and there are spaces in the paths to the templates used by the tests.

To reproduce the problem, move your checkout of django so there's a space somewhere in the path (for instance `mv django-trunk ""django trunk""`) and run `PYTHONPATH=.. ./runtests.py --settings=test_sqlite templates`.

Apparently the current implementation of the ssi tag doesn't support spaces in the path to the template."	Bug	closed	Template system	1.3	Normal	fixed			Ready for checkin	1	0	0	0	0	0
