>> I seem to have a strange problem here with Netscape displaying the error
>> 'Document contains no data' when I do $Response->Redirect($location).
> 
> everytime i've ever gotten that it was because
> my server side code had caused an apache process to core dump.

You might want to try sending single byte ("\n" would be sufficient)
after calling above redirection code. Though it was not mod_perl (I
was using PHP), I had similar symptom and it went away after I added
this extra code.

Hope this helps.

--
Taisuke Yamada <[EMAIL PROTECTED]>
PGP fingerprint = 6B 57 1B ED 65 4C 7D AE  57 1B 49 A7 F7 C8 23 46

Reply via email to