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

Category: export
Group: None
Status: Open
Resolution: None
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

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

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


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to