You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2001/05/20 19:22:32 UTC

[PATCH] Second pass at apr_uri migration

I didn't catch that the util_uri functions returned HTTP_OK (200) rather
than APR_SUCCESS.  Fixed.  Some other cleanups and stuff.

I've compiled, tested, and confirmed this on FreeBSD and Solaris.  I
tested it with --enable-modules=all (some of the auth don't compile due
to external dependencies I don't have).  This should be good to go (or 
so I say).

If anyone else can check this out and provide feedback, I'd appreciate 
it.  You'll have to delete the util_uri.h, gen_uri_delims, and 
util_uri.c files in httpd-2.0 for this to work.  -- justin