Mantis - Resin
Viewing Issue Advanced Details
1663 minor have not tried 03-30-07 07:26 04-13-07 16:15
westrupp  
ferg  
high  
closed 3.1.0  
fixed  
none    
none 3.1.1  
0001663: same contentType conflicts with previous contentType
index.jsp code:
 
<%@ page contentType="text/html;charset=utf-8" %>
<%
 String platformTopperIncludePage = "style1.jsp";
%>
 
<body topmargin=5 onUnload="javascript:checkClose()">
<jsp:include page="<%=platformTopperIncludePage %>"/>

 
style1.jsp code:
 
<%@ page contentType="text/html;charset=utf-8" %>

style1.
 
 
it work in resin 2.0.x but not in resin 3.1.
 
[20:22:33.030] /style1.jsp:1: contentType 'text/html;charset=utf
-8' conflicts with previous value of contentType 'text/html; charset=utf-8'. Ch
eck the .jsp and any included .jsp files for conflicts.
[20:22:33.030]
[20:22:33.030] 1: <%@page contentType="text/html;charset=utf-8"%>

Notes
(0001847)
ferg   
04-13-07 16:15   
jsp/01er