Anonymous | Login | Signup for a new account | 12-17-2024 12:01 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 | ||||
0001917 | [Resin] | minor | always | 07-31-07 13:47 | 08-13-07 10:50 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0001917: jsp validation with xml version | ||||||||
Description |
(rep by Michael Sengbusch) /jsp/misc/Template.jsp:1: org.xml.sax.SAXParseException: The value of attribute "page" associated with an element type "null" must not contain the '<' character. 1: <%@page import="java.util.Date"%> 2: <%@page import="java.text.DateFormat"%> 3: <%@page import="rubbernetwork.util.*"%> com.caucho.jsp.JspLineParseException: /jsp/misc/Template.jsp:1: org.xml.sax.SAXParseException: The value of attribute "page" associated with an element type "null" must not contain the '<' character. 1: <%@page import="java.util.Date"%> 2: <%@page import="java.text.DateFormat"%> 3: <%@page import="foo.util.*"%> at com.caucho.jsp.java.JspNode.error(JspNode.java:1657) at com.caucho.jsp.java.JspNode.error(JspNode.java:1646) at com.caucho.jsp.java.JavaJspGenerator.validate(JavaJspGenerator.java:537) at com.caucho.jsp.JspCompilerInstance.generate(JspCompilerInstance.java:505) at com.caucho.jsp.JspCompilerInstance.compile(JspCompilerInstance.java:386) at com.caucho.jsp.JspManager.compile(JspManager.java:241) at com.caucho.jsp.JspManager.createPage(JspManager.java:170) at com.caucho.jsp.JspManager.createPage(JspManager.java:149) at com.caucho.jsp.PageManager.getPage(PageManager.java:245) at com.caucho.jsp.PageManager.getPage(PageManager.java:175) at com.caucho.jsp.PageManager.getPage(PageManager.java:158) at com.caucho.jsp.QServlet.getSubPage(QServlet.java:295) at com.caucho.jsp.QServlet.getPage(QServlet.java:210) at com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:235) at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:145) at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:97) at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:240) at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:280) at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108) at foo.processRequest(SiteControl.java:222) at foo.doGet(SiteControl.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:114) at javax.servlet.http.HttpServlet.service(HttpServlet.java:91) at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103) at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:175) at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:240) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263) at com.caucho.server.port.TcpConnection.run(TcpConnection.java:481) at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:685) at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:607) at java.lang.Thread.run(Thread.java:619) The line that causes the problem is line 174: <jsp:include page="<%=contentpage%>" flush="true"/> Every page we have that has a similar jsp:include has this error now when using Resin 3.1.2 |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |