Comment 2 for bug 488742

Revision history for this message
Tim Penhey (thumper) wrote : Re: [Bug 488742] [NEW] Trim white space from code import URLs

On Fri, 27 Nov 2009 02:00:11 Muharem Hrnjadovic wrote:
> Public bug reported:
>
> Both xmms2 import branch URLs [1] contain leading spaces. This probably
> lead to an "Unsupported protocol for url" error message [2,3]. Can you
> please remove the space and maybe let the importer trim spaces?
>
> [1] https://code.launchpad.net/xmms2
> [2] http://launchpadlibrarian.net/35871661/xmms2-trunk-log.txt
> [3] http://launchpadlibrarian.net/35871664/xmms2-stable-log.txt

Actually this has to do with the way that the forms are assigning the values
into the content classes. It is currently by-passing the form field validators
which is a bad thing.

This will require several days of refactoring the code import guts.