TLD Headers can reduce Production Risks

Production RiskSoftware ResiliencyProgramming Best Practices

TLD Headers can reduce Production Risks

This code insight counts one violation each time a TLD header do not contains:

  • the xml version,
  • the xml encoding
  • the DOCTYPE statement

 

5362

Why you should care

A tag library descriptor (TLD) file must have a header section including the definition of the XML version and the encoding format along with the appropriate DOCTYPE statement identifying the governing DTD.

For example, a JSP 1.2 TLD file must begin with:

<?xml version=”1.0″ encoding=”ISO-8859-1″ ?>
<!DOCTYPE taglib
PUBLIC “-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN”
http://bit.ly/10lWUaT“>

 

Business Impacts

Having more tag libraries than necessary is risky for the code.  It is best to only have tag libraries that are used so that the code can be more productive.

Production Risk

CAST recommendations

References

5362

About CAST and Highlight’s Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.

See featuresHow it works