﻿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
9921	request.urlconf incorrect behavoir	strelnikovdmitrij	nobody	"if dynamically load urls file through request.urlconf django will not append trailing slash
so if I will have rule 
{{{
(r'^(?P<user>[a-zA-Z0-9-]{4,20})/$', 'user')
}}}
, it have to call it 

{{{
http://site.com/user/
}}}
 only, 
{{{
http://site.com/user
}}}
 (wihtout slash) will not work and django will try load ROOT_URLCONF from settings file.
If I will have the same rules in ROOT_URLCONF file it will work correctly.
May be its happen due bad parsing hostname. Im using subdomains..so I have x.site.com - load x.urls to request.urlconf, y.site.com - load y.urls to request.urlconf. Prepend project name -project.x.urls doesnt solve problem. File is load correctly, but didnt append slash. Global append settings - On. Maybe bug in cache systems.
Don't know :(
Using latest stable 1.0.2 django, python 2.5, windows xp sp3.
Dmitrij
"		closed	Core (Other)	1.0		duplicate	request.urlconf		Unreviewed	1	0	1	0	0	0
