Status of Bug 24970

2005-02-07 Thread Rob Tomlin
Hi,
I'm running tomcat 5.0.28 and have been hit by bug 24970:
http://issues.apache.org/bugzilla/show_bug.cgi?id=24970
I've looked at the source for Response.java and the commit comments seem to 
suggest this bug keeps being fixed and reintroduced. I'm a little confused 
about which version I can expect this bug to actually be fixed in...or if is 
fixed at all...or if it will be fixed...

1. Can someone confirm which version of Tomcat this bug is fixed in. If its 
shown in the bug page I can't see it...

2. Is there a work around other than patching a jar?
Thanks
Rob Tomlin
_
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Status of Bug 24970

2005-02-07 Thread Markus Schönhaber
Rob Tomlin wrote:
http://issues.apache.org/bugzilla/show_bug.cgi?id=24970
I've looked at the source for Response.java and the commit comments seem 
to suggest this bug keeps being fixed and reintroduced. I'm a little 
confused about which version I can expect this bug to actually be fixed 
in...or if is fixed at all...or if it will be fixed...

Well, the bug status is marked as RESOLVED with the resolution WONTFIX.
1. Can someone confirm which version of Tomcat this bug is fixed in. If 
its shown in the bug page I can't see it...

2. Is there a work around other than patching a jar?
As I understand the bugzilla comments it boils down to: don't use a JSP, 
use a servlet, and don't use a Writer in this servlet but an OutputStream.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24970#c25
Regards
  mks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Status of Bug 24970

2005-02-07 Thread Markus Schönhaber
Markus Schönhaber wrote:
As I understand the bugzilla comments it boils down to: don't use a JSP, 
use a servlet, and don't use a Writer in this servlet but an OutputStream.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24970#c25
Well, writing a filter that removes the ;charset=... part from
Content-type: application/pdf header might work as a quick hack. But I
wouldn't call this a solution.
Regards
  mks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]