You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Jacek Prucia <ja...@7bulls.com> on 2002/08/29 13:27:47 UTC

[PATCH] some more URL tests

This patch is an addition to previous patch that fixed segfault with bad
urls. This time it looks like we are catching anything that might
possible be wrong with URL. To make things a bit easy there's
badurls-test.xml file included. You can test this patch (as well as
previous one) to see ho it behaves. As usual -- this baby needs RBC
(Review/Bless/Commit). Especially review and especially in what I do
with user:pass@site.com style URLs. If there are objections, we can
simply remove that if() block.

Right now I'm going to pickup a few more issues from STATUS, and then
I'll chew a bit on a build system :)

regards,
-- 
Jacek Prucia
7bulls.com S.A.
http://www.7bulls.com/


Re: [PATCH] some more URL tests

Posted by Aaron Bannert <aa...@clove.org>.
On Thu, Aug 29, 2002 at 01:27:47PM +0200, Jacek Prucia wrote:
> This patch is an addition to previous patch that fixed segfault with bad
> urls. This time it looks like we are catching anything that might
> possible be wrong with URL. To make things a bit easy there's
> badurls-test.xml file included. You can test this patch (as well as
> previous one) to see ho it behaves. As usual -- this baby needs RBC
> (Review/Bless/Commit). Especially review and especially in what I do
> with user:pass@site.com style URLs. If there are objections, we can
> simply remove that if() block.
> 
> Right now I'm going to pickup a few more issues from STATUS, and then
> I'll chew a bit on a build system :)

Cool, keep 'em coming! :)

-aaron