﻿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
11198	Forms URLfield regex takes infinite to validate a long field	marcob	nobody	"With a long value, the validation takes forever.

You can test it event from manage.py shell

{{{

>>> from django.forms.fields import url_re
>>> url_re.search(u'http://asdqwsdqqwd.qwdqwdqd.wefwefewasdqwsdqqwd.qwdqwd')
<_sre.SRE_Match object at 0x02521C60>
>>> url_re.search(u'http://asdqwsdqqwd.qwdqwdqd.wefwefewasdqwsdqqwd.qwdqwdsdsdss')

}}}

This takes forever....

"		closed	Forms	dev		fixed			Design decision needed	1	0	0	0	0	0
