Requires that an attribute name is preceded by whitespace exception Summary

Source: Internet
Author: User

At tomcat7.0, an exception is reported:

Org. Apache. Jasper. jasperexception:/head. jsp (1, 84) the JSP specification requires that an attribute name is preceded by whitespace

Head. jsp I used <JSP: Include page = "head. introduced by JSP "Flush =" true "/>, In the tomcat6.0 environment, the above exception is not reported, but the exception is reported in tomcat7.0. Later, I checked the head carefully. the first line of the JSP file. I actually missed a space,

<% @ Page Language = "Java" contenttype = "text/html; charset = UTF-8" pageencoding = "UTF-8" %>

A space is missing before pageencoding. Correct and run again. OK!

This exception indicates that space is required before some attributes in JSP and will not be reported under Tomcat 6.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.