Ian Huynh wrote:
> Env: Win2K Server, Apache 2.0.52 up to 2.0.54
> 
> We are running apache + mod_proxy + mod_rewrite as a reverse proxy for a 
> backend J2EE server.  We've observed that if the J2EE server returns a 
> Content-Type with the following value:
> 
> Content-Type: multipart/signed;
> [\t]micalg=sha1; 
> [\t]protocol="application/pkcs7-signature"; 
> [\t]boundary="Part_10_15429741.1116261846632"
> 
> Apache will drop the parameter protocol and micalg and return this 
> Content-Type to the client
> 
> Content-Type: multipart/signed; 
> [\r\n\t]boundary="Part_10_15429741.1116261846632"  
> 
> However, if the content-type header is not folded the content-type is 
> returned unchanged
> 
> It looks like when a content-type (only content-type header, other headers 
> are not affected) is folded,
> only the last parameter is picked up and returned to the client.

I haven't tested that, but it smells of a genuine bug (your description
is far more coherent than we expect from the people who submit bug
reports because they haven't read TFM).  If you don't get a better
reply here, it might be worth an entry in bugzilla.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to