RE: [Bug 5537] Checker aborts on bad URI in redirect

Le vendredi 07 mars 2008 à 11:52 +0100, Ignacio Marin a écrit :
> I do not know whether doing things like un-garbaging a URI has a cost (in terms of effort needed to implement it) that we can afford.

Ungarbaging URIs as far as I'm concerned is just a matter of applying a
simple regexp on URIs before trying to resolve them.
(I would start with replacing |,[,] by their %-encoded versions, since
that's the most common cases I've encountered so far)

Dom

Received on Friday, 7 March 2008 11:06:35 UTC