Open briandealwis opened 7 years ago
WebXmlValidator checks if the <web-app> namespace is either http://xmlns.jcp.org/xml/ns/javaee or http://java.sun.com/xml/ns/javaee, but does not verify that the version attribute matches the namespace.
WebXmlValidator
<web-app>
version
Should also check for a missing version.
We do check for a missing version.
We also note mismatched version but only if a schema is present.
WebXmlValidator
checks if the<web-app>
namespace is either http://xmlns.jcp.org/xml/ns/javaee or http://java.sun.com/xml/ns/javaee, but does not verify that theversion
attribute matches the namespace.Should also check for a missing
version
.