request/response headers

2004-03-22 Thread Koes, Derrick
What is the magic set of non-SSL request and/or response headers for a security-constrained servlet to download a pdf stream in IE 6 SP1? Netscape 7.1 works fine as a client, so I'm certain there is something I'm missing that is particular to IE. Thanks, Derrick This electronic

RE: request/response headers

2004-03-22 Thread Koes, Derrick
Setting Cache-control to private resolves the problem for IE 6 SP1. -Original Message- From: Koes, Derrick Sent: Monday, March 22, 2004 9:51 AM To: '[EMAIL PROTECTED]' Subject: request/response headers What is the magic set of non-SSL request and/or response headers for a security

RE: Logging request/response headers

2001-03-16 Thread Todd Carmichael
You could use the HTTPUtils.getRequestURL() to do it yourself... I am not sure how well that performs/scales. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: Re: Logging request/response headers

Logging request/response headers

2001-03-13 Thread DONNIE HALE
Is there any way to enable logging of the request and response headers in Tomcat 3.2.1? I see that jasper.log contains the requested URL as well as query parameters, etc. But I could really use a trace of the actual inbound and outbound HTTP headers. Thanks, Donnie

Re: Logging request/response headers

2001-03-13 Thread Craig R. McClanahan
On Tue, 13 Mar 2001, DONNIE HALE wrote: Is there any way to enable logging of the request and response headers in Tomcat 3.2.1? I see that jasper.log contains the requested URL as well as query parameters, etc. But I could really use a trace of the actual inbound and outbound HTTP headers.