使用 ESAPI 找不到带有此 URI 的标记库

No tag library could be found with this URI using ESAPI

我刚刚将此标签添加到 JSP

<%@ taglib prefix="esapi"   uri="http://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API"%>

但是编译的时候出现了这个错误

  [java] No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
     [java] <%@ taglib prefix="esapi"   uri="http://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API"%>
 <jsp-config>
        <taglib>
            <taglib-uri>http://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API</taglib-uri>
            <taglib-location>/WEB-INF/tld/esapi.tld</taglib-location>
        </taglib>
    </jsp-config>