You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying a diff between two revisions in the latest master I am getting a NPE:
java.lang.NullPointerException
at org.apache.jsp.diff_jsp._jspService(diff_jsp.java:722)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:467)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
...
Looking at the diff_jsp.java file in the Tomcat's work directory I see it happens here:
} elseif (data.getRevision().size() == 0) {
The text was updated successfully, but these errors were encountered:
When displaying a diff between two revisions in the latest master I am getting a NPE:
Looking at the
diff_jsp.java
file in the Tomcat'swork
directory I see it happens here:The text was updated successfully, but these errors were encountered: