Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1663 | minor | have not tried | 03-30-07 07:26 | 04-13-07 16:15 | |
|
|||||
Reporter: | westrupp | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | high | OS Version: | |||
Status: | closed | Product Version: | 3.1.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
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"%> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|