You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2010/10/19 08:26:32 UTC

[jira] Assigned: (GERONIMO-5478) JSP 2.2 new configuration element under works incorrectly on tomcat-assembly server.

     [ https://issues.apache.org/jira/browse/GERONIMO-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan reassigned GERONIMO-5478:
------------------------------

    Assignee: Ivan

> JSP 2.2 new configuration element <default-content-type> under <jsp-property-group>  works incorrectly on tomcat-assembly server.
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5478
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5478
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 3.0
>         Environment: OS: Windows XP SP3, JDK: sun-jdk-1.6.0_18
>            Reporter: Wang Guang Zhe
>            Assignee: Ivan
>             Fix For: 3.0
>
>
> <default-content-type> is said to specify the default response contentType if the page directive does not include a contentType attribute in the JSP 2.2 spec documentation. So does it mean if the page directive have included a contentType attribute, the configuration in <default-content-type> will take no effect? In jetty-assembly, it does like this. But in tomcat-assembly, it  sends out an exception:
> org.apache.jasper.JasperException: /defaultCtype/page1.jsp(17,1) Page directive: illegal to have multiple occurrences of contentType with different values (old: text/xml, new: text/html)
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
> 	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
> 	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:236)
> 	org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:133)
> 	org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
> 	org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2376)
> 	org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2428)
> 	org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2434)
> 	org.apache.jasper.compiler.Node$Root.accept(Node.java:475)
> 	org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2376)
> 	org.apache.jasper.compiler.Validator.validateDirectives(Validator.java:1733)
> 	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:195)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:360)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:594)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:315)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
> The testsuite I wrote has been committed at revision 980371 which is under testsuite/javaee6-testsuite/jsp2.2-test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.