Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 12: NoSuchMethodError JspRuntimeLibrary.releaseTag(Tag, boolean)

Hi all!

I'm seeing this pop up on JSP pages that are compiled against an earlier version, after upgrading to Jetty 12.0.21. Did something change (maybe quite recently) that might have caused this? Is there a way to prevent this issue, without recompilation (which would involve re-releasing a large number of plugins for us).

java.lang.NoSuchMethodError: 'void org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(javax.servlet.jsp.tagext.Tag, org.apache.tomcat.InstanceManager, boolean)'

Kind regards,

  Guus

Back to the top