Re: URL Filtering

On Tue, 17 Sep 2002, Lilian Lisanti wrote:

>
> Is it possible to do URL Filtering ? How can I drop the following URL ?
> "http://www.myhost.com/../../" ?

URL filtering is possible, you can use something like the
RegexRedirectFilter (org.w3c.jigsaw.filters.RegexRedirectFilter)
that takes a regular expression and where to redirect it (like a sed
command on the URI).
However http://www.myhost.com/../../ will be resolved as being
http://www.myhost.com/ by the server.
Regards,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 18 September 2002 05:07:52 UTC