OWASP/owasp-java-encoder

Unable to load tag handler class "org.owasp.encoder.tag.ForHtmlTag" for tag "e:forHtml"

CCninja86 opened this issue · 3 comments

What does this error mean? I've googled it but can't figure it out. I'm using NetBeans 8.2. Can someone please direct me to some resources on resolving this error?

This is what I have in my JSP file:

<%@ taglib prefix="e" uri="https://www.owasp.org/index.php/OWASP_Java_Encoder_Project" %>

title="<e:forHtml value="${navItem.title}" />"

@jmanico It doesn't seem to be doing it in NetBeans 8.1, just 8.2

I'm writing this off as a Netbeans, not library issue. If you find deeper info as to why this is breaking and can point us towards a fix please re-open.