Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/CACTUS-16 Here is an overview of the issue: --------------------------------------------------------------------- Key: CACTUS-16 Summary: OutputStream vs. Writer Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Cactus Components: Framework Fix Fors: 1.3 Assignee: Vincent Massol Reporter: Kjeld Created: Tue, 29 Jan 2002 11:49 AM Updated: Sat, 17 Apr 2004 9:19 AM Environment: Operating System: Windows NT/2K Platform: PC Description: In The AbstractTestCaller class the doGetResults method uses an outputstream to print the testresult to the response. However if cactus is used to test serverside JSP files, the Webserver wil call the response.getWriter to write its output to the response. This conflicts, as you can not have both at the same time. I think this is a bug in Cactus, that it doesn't check this at first. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
