Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.3 Product Version
  Product Build
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
 
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0002194)
ferg
08-13-07 10:50

jsp/1110
 

- Issue History
Date Modified Username Field Change
07-31-07 13:47 ferg New Issue
08-13-07 10:50 ferg Note Added: 0002194
08-13-07 10:50 ferg Assigned To  => ferg
08-13-07 10:50 ferg Status new => closed
08-13-07 10:50 ferg Resolution open => fixed
08-13-07 10:50 ferg Fixed in Version  => 3.1.3


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker