Bugs item #886495, was opened at 2004-01-28 14:35
Message generated for change (Comment added) made by rapruitt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=886495&group_id=73068

Category: export
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ResponseOverrideFilter kills CSS in Struts templates

Initial Comment:
Hello - 
I'm using WebLogic 8.1 SP2 with Struts 1.1 templates.

When I try to get the ResponseOverrideFilter to work
with exports, I get an exception.

Servlet failed with Exception
java.lang.IllegalStateException: strict servlet API:
cannot call getWriter() after getOutputStream().......

This exception is being thrown from the line in
ResponseOverrideFilter that is:
PrintWriter out = servletResponse.getWriter();

Which is funny because getOutputStream() is never called...

But the real funny thing is that whenever this filter
is implemented in my web.xml, the generated HTML from
my Struts servlet ignores the CSS stylesheet and
therefore all the style is lost for the entire page.

Now, this only happens in Netscape 7.1
In IE 6 and Mozilla Firebird, the page is not even
displayed...I get a different exception:

java.net.ProtocolException: Exceeded stated
content-length of: '0' bytes

----------------------------------------------------------------------

>Comment By: andy pruitt (rapruitt)
Date: 2004-02-16 10:26

Message:
Logged In: YES 
user_id=573666

fixed the cannot call getWriter() after getOutputStream() -
can you confirm that this css issue is not an issue?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=886495&group_id=73068


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to