Received: (qmail 238 invoked by uid 2012); 18 Feb 1998 12:06:57 -0000 Message-Id: <19980218120657.237.qmail@hyperreal.org> Date: 18 Feb 1998 12:06:57 -0000 From: V.Conlan Reply-To: bitch@gits.co.uk To: apbugs@hyperreal.org Subject: request_rec *next,*prev,*main in httpd.h in request_rec struct never being set X-Send-Pr-Version: 3.2 >Number: 1830 >Category: apache-api >Synopsis: request_rec *next,*prev,*main in httpd.h in request_rec struct never being set >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Feb 18 04:10:01 PST 1998 >Last-Modified: Wed Feb 18 12:28:41 PST 1998 >Originator: bitch@gits.co.uk >Organization: >Release: 1.2.4 >Environment: SunOS 5.5.1 Generic_103640-03 sun4u sparc SUNW,Ultra-1 gcc version 2.7.2.1 >Description: From httpd.h: request_rec *next; /* If we wind up getting redirected, * pointer to the request we redirected to. request_rec *prev; /* If this is an internal redirect, * pointer to where we redirected *from*. request_rec *main; /* If this is a sub_request (see request.h) * pointer back to the main request. (there appears to be no other documentation, which I guess is a bad sign in itself) Try as I might, I don't seem to ever be able to get these things set to point to anything, so I have come to the conclussion that there must be a bug there somewhere, or that this is unsupported atm and is there for future extension? >How-To-Repeat: >Fix: >Audit-Trail: From: Dean Gaudet To: "V.Conlan" Cc: apbugs@hyperreal.org Subject: Re: apache-api/1830: request_rec *next,*prev,*main in httpd.h in request_rec struct never being set Date: Wed, 18 Feb 1998 04:20:51 -0800 (PST) See sub_req_lookup_uri, sub_req_lookup_file, and internal_redirect. A grep would have found those. Dean State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:28:41 PST 1998 State-Changed-Why: Our poorly documented api is best discovered by grep :) Dean >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]