Re: [tclwebtest] HTML entities should be substituted in urls
Status: Abandoned
Brought to you by:
tils
From: Tilmann S. <ti...@ti...> - 2003-02-25 09:14:27
|
* Grzegorz Adam Hankiewicz <gr...@ef...> [20030224 16:02]: > Commited the following patch, because HTML entities have to be substituted > by the user agent before doing the url request: > > http://validator.w3.org/docs/errors.html#bad-entity I don't find any information on this topic in this link, but shouldn't links be URL-encoded instead - e.g. " " becomes %20 etc.? In my opinion this should be done automatically by the tcl http package, but it isn't done - just checked it. It is done automatically by a browser (checked it with Konqueror: http://localhost:9000/Some Url/ becomes "GET /Some%20Url/ HTTP/1.1"). I guess it should at least be reverted to the old state, which would be less broken than what there is now. til -- http://tsinger.com |