|
|
On Mon, 03 Dec 2007 20:32:07 -0800, Darren New wrote:
> Jim Henderson wrote:
>> Lots of seemingly simple things get overlooked in test cases for QA
>
> Maybe it's just me, but if a URL can't have a space in it, I'd strip
> spaces from what comes in from the user before trying to use it, without
> even thinking about it. It just rather surprised me.
Well, if it were me, I'd code that way, too - but it could also be that
they replace the space internally with %20, which would be valid in a
URL. Could be that's the case they picked instead.
Jim
Post a reply to this message
|
|