https://issues.apache.org/bugzilla/show_bug.cgi?id=45297
--- Comment #2 from Torsten F <[EMAIL PROTECTED]> 2008-06-27 08:28:47 PST --- Created an attachment (id=22189) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22189) adds "r->user = rr->user" to ap_internal_fast_redirect ap_internal_fast_redirect looks to me like a very ugly hack. Its name suggests that it does an internal redirect but it doesn't. It simply destroyes the current main request and overrides it with the other. Why is it used instead of ap_run_sub_req? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
