DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36247>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36247
Summary: Jasper <jsp:include page="foo.xml"/> throws
IllegalStateException
Product: Tomcat 5
Version: 5.5.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: simon.beaumont@biowisdom.com
<%@ page language="java" contentType="text/xml"%>
<jsp:include page="sample.xml"/>
the above jsp causes an IllegalStateException the following is just fine:
(the files are identical)
<%@ page language="java" contentType="text/xml"%>
<jsp:include page="sample.html"/>
My guess is that someone is messing about with the outputStream in order to get
the XML encoding sorted... still surely the contentType drives this not the file
extension?
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|