﻿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
22114	URLField form adds trailing slash to pathless URLs	coredumperror@…	nobody	"On line 678 in forms/fields.py, the URLfield.to_python() method adds a trailing slash to all pathless URLs (e.g. http://www.example.com becomes http://www.example.com/, but http://www.example.com/blah.html is left alone). The comment for why it does this is ""the path portion may need to be added before query params"", but I have no idea what that has to do with arbitrarily adding a slash to the end of pathless URLs.

Considering that this makes a visible change to the user's desired input, and they have no way to prevent it, I would like to see this changed. Simply removing the offending line (and the if check it's inside) seems to work just fine."	Bug	closed	Forms	1.6	Normal	fixed			Ready for checkin	1	0	0	0	0	0
