From 3b7c9565962820a91245b87c58b90cef1dc97a8f Mon Sep 17 00:00:00 2001 From: Oowekyala Date: Sat, 6 May 2017 02:56:10 +0200 Subject: [PATCH] Fixed unrecognised headers --- .../src/main/resources/rulesets/jsp/basic.xml | 2 +- .../lang/jsp/rule/basic/xml/JspEncoding.xml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/pmd-jsp/src/main/resources/rulesets/jsp/basic.xml b/pmd-jsp/src/main/resources/rulesets/jsp/basic.xml index 68de40f2c1..96452f5654 100644 --- a/pmd-jsp/src/main/resources/rulesets/jsp/basic.xml +++ b/pmd-jsp/src/main/resources/rulesets/jsp/basic.xml @@ -239,7 +239,7 @@ A missing 'meta' tag or page directive will trigger this rule, as well as a non- jsp + + + 0 + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="fn" uri="http://topjava.javawebinar.ru/functions" %> + + + + Meal list + + + + ]]> + jsp +