Anonymous | Login | Signup for a new account | 12-17-2024 11:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001663 | [Resin] | minor | have not tried | 03-30-07 07:26 | 04-13-07 16:15 | ||||
Reporter | westrupp | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | high | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.0 | ||||||
Summary | 0001663: same contentType conflicts with previous contentType | ||||||||
Description |
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"%> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |