You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Ivan Prostran <iv...@bulb.hr> on 2012/10/01 23:00:27 UTC

Re: Input filters that alter content-length

Hi,

I've found one plausible thread that helped me
to understand what's exactly going on here.

[PATCH] Fix proxy's handling of input bodies

http://www.mail-archive.com/dev@httpd.apache.org/msg14091.html

So, if I'm not wrong, the  problemI encountered is
actually related to the proprietary weblogic handler
that, as described in thread, falls if a input filter
changes the content of the original request.

Additional advise on the matter would be appreciated.

I could use mod_proxy, but I don't think
that's possible for the moment :))))

Thanks!

Regards,
Ivan


On 09/26/2012 09:07 PM, Ivan Prostran wrote:
 > On 09/25/12 15:28, Ben Noordhuis wrote:
 >> On Tue, Sep 25, 2012 at 2:51 PM, Ivan Prostran 
<iv...@bulb.hr> wrote:
 >>> Do you suggest chunked transfer encoding?
 >> Yep. There's nary a proxy problem you can't solve with chunked 
encoding.
 >
 > I'm surprised I haven't managed to find example or relevant
 > document/explanation regarding this case.
 >
 > Perhaps I've missed some basic constraints here.
 >
 > I wonder if something like this is supported in the first place.
 >
 > Regards,
 > Ivan