Input filters that alter content-length

2012-09-25 Thread Ivan Prostran
Hi, I have the following scenario : - Apache/2.2.19 (Solaris 10 SPARC) SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE) SetHandler weblogic-handler The handler forwards requests to multiple weblogic servers and the filter itself analyzes and/or changes the POST data in a way that the

Re: Input filters that alter content-length

2012-09-25 Thread Ben Noordhuis
On Tue, Sep 25, 2012 at 1:15 PM, Ivan Prostran wrote: > Hi, > > I have the following scenario : > > - Apache/2.2.19 (Solaris 10 SPARC) > > SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE) > SetHandler weblogic-handler > > > The handler forwards requests to multiple weblogic servers > and

Re: Input filters that alter content-length

2012-09-25 Thread Ivan Prostran
On 09/25/12 14:04, Ben Noordhuis wrote: On Tue, Sep 25, 2012 at 1:15 PM, Ivan Prostran wrote: Hi, I have the following scenario : - Apache/2.2.19 (Solaris 10 SPARC) SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE) SetHandler weblogic-handler The handler forwards requests to mult

Re: Input filters that alter content-length

2012-09-25 Thread Ben Noordhuis
On Tue, Sep 25, 2012 at 2:51 PM, Ivan Prostran wrote: > Do you suggest chunked transfer encoding? Yep. There's nary a proxy problem you can't solve with chunked encoding.