﻿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
7976	error in urlfield form validation since r8809	Florian Apolloner	nobody	"r8089 uses:
{{{
if value and not urlparse.urlsplit(value).path
}}}
although urlsplit returns a tuple not an object...
You might wanna use:
{{{
if value and not urlparse.urlsplit(value)[2]
}}}"		closed	Uncategorized	dev		duplicate			Unreviewed	0	0	0	0	0	0
