Re: Siteminder/mod_proxy issues
Martijn Schoemaker <[email protected]>
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Hi, Well, if it is, it's also a mod_proxy issue since the patch is shipped with siteminder (smproxy.patch) and which now seems to be in the mod_proxy standard distribution seems to cause all headers set by the siteminder module to be added twice which does not seem right anyway. This might even cause headers set by all other modules to be set twice though I have not tested this yet. To avoid confusion, I have done all tests with the official QMR4 version of the siteminder webagent, the one officialy released for apache 1.3.26. So using that webagent does not solve the problem. However, when I comment out the lines which should be added by the smproxy.patch (but are now in the standard mod_proxy) all problems seem to be solved. The lines are : proxy_http.c + /* Now add out bound headers set by other modules */ + resp_hdrs = ap_overlay_tables(r->pool, r->err_headers_out, resp_hdrs); Now, the reason I bumped into this might have to do with the fact that the siteminder headers are huge, and duplicating them overflows some boundary somewhere in some cases in some browsers in some universes (but definitely ours). So can we verify that 'we' (as in the mod_proxy developers) are doing things wrong, or 'they' (as in the apache core developers) are wrong ? ;) Cheers, Martijn Schoemaker Dirk-Willem van Gulik wrote: > You may want to move this to [email protected] - this sure sounds like > something in the core being the issue. > -- You have reached the end of the message. Press [t] to go to the top of this message, or [c] to close it.