Re: Stopping the request in Before filters.

olga wrote:

> It there a safer way to stop request in before filters? It would be good if
> HTNet_newClient after getting the "NOT OK" value from before filters could
> 
>         1) register some event that would cause the after filters
>            to be called later
> 
>         2) RETURN

I have just committed a small patch to HTNet.c which does this - you can
find it at

	http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTNet.c

It is also in the list at

	http://db.w3.org/Library/latest.sql

This is how you can get it:

	http://www.w3.org/Library/cvs.html#update

and do a recompile

	http://www.w3.org/Library/cvs.html#Easy

Please check it out to see if it works as indented.

Henrik

Received on Thursday, 14 January 1999 22:57:58 UTC