On Thu, Mar 07, 2002 at 08:57:42PM -0800, [EMAIL PROTECTED] wrote: > well, the workaround is to set DefaultType text/html. The real problem, > however, seems to be the fact that only the subrequest gets the content > type set to text/html in this case, while the main request still has the > content_type set to NULL (hence it uses the default). > > I'll work on a patch that properly sets the content type to the type in > the var file.
Shouldn't the subreq's content-type be propogated upwards when we do the fast_redirect? -- justin
