How to add referer header in external redirect?

2011-01-16 Thread Whut Jia
Hi all, I need some help with a redirecting/referrer issue. If I do a 303 redirect in my module (by this way below: apr_table_setn(r-headers_out,Location,http://idp/login.html;); return HTTP_SEE_OTHER;) In order to I can see the referrer header when jumping to the new page,how do I solve this??

Re: How to add referer header in external redirect?

2011-01-16 Thread Nick Kew
On 16 Jan 2011, at 12:59, Eric Covener wrote: I need some help with a redirecting/referrer issue. If I do a 303 redirect in my module (by this way below: apr_table_setn(r-headers_out,Location,http://idp/login.html;); err_headers_out to be preserved when an errordoc is sent for non-2xx

Re: How to add referer header in external redirect?

2011-01-16 Thread Ray Morris
It's up to the browser what to send back after being redirected. You could either a) not send a redirect header, but rather do an internal redirect, or b) probably better would be to append the encoded referer to the query string. -- Ray Morris supp...@bettercgi.com Strongbox - The next

Re: mod_ssl OCSP tuning (Re: TR of 2.3.10)

2011-01-16 Thread Kaspar Brand
On 13.12.2010 15:24, Jim Jagielski wrote: At this late in the game, I would prefer to do this post-2.3.10... safer that way. Polite reminder, according to [1]... :-) I feel it's important because it addresses PR 49784 and a few additional improvements for the OCSP checking code (for client

Bug report for Apache httpd-1.3 [2011/01/16]

2011-01-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Prepare for large proxy commit...

2011-01-16 Thread Jim Jagielski
On Jan 15, 2011, at 11:01 AM, Joe Orton wrote: On Wed, Jan 12, 2011 at 03:30:01PM -0500, Jim Jagielski wrote: My current migration of mod_proxy away from the scoreboard and to slotmem is done. All that remains is some final testing. This will serve as the basis for adding in members

Re: Fwd: util_expr_parce.c

2011-01-16 Thread Stefan Fritsch
On Saturday 15 January 2011, Guenter Knauf wrote: Forwarded on behalf of Gregg L. Smith (his email bounced 3 times for whatever reason). Original-Nachricht Hi Stefan, For some reason on Win we are falling through all the if(n)defs and are getting these ugly warnings;

Re: [PATCH] Suggesting a new mod_proxy ProxyAddHeaders directive

2011-01-16 Thread Igor Galić
- Vincent Deffontaines vinc...@gryzor.com wrote: Greetings, Following a small discussion on #httpd irc channel, about X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server. These headers are currently set or altered by mod_proxy_http whenever a reverse proxy request is handled. I

Re: Why AllowEncodedSlashes config not merged?

2011-01-16 Thread Igor Galić
- Eric Covener cove...@gmail.com wrote: Bumping this one, what do you think about: a) drop Allowing encoded slashes does not imply decoding. Occurrences of %2F or %5C (only on according systems) will be left as such in the otherwise decoded URL string. since it has been decoding them

are the .exp files still needed?

2011-01-16 Thread Guenter Knauf
Hi Jeff, currently we have 34 .exp files for modules in source tree which mostly you commited way back at 2.0.x start times for AIX - do you know if we still need them? If so we would probably need a bunch more since we have about 90+ modules now ... Gün.

Re: Prepare for large proxy commit...

2011-01-16 Thread Ruediger Pluem
On 01/15/2011 05:01 PM, Joe Orton wrote: On Wed, Jan 12, 2011 at 03:30:01PM -0500, Jim Jagielski wrote: My current migration of mod_proxy away from the scoreboard and to slotmem is done. All that remains is some final testing. This will serve as the basis for adding in members during