git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916170
13f79535-47bb-0310-9956-
ffa450edef68
if (jspLines.length < jspBeginLineNum) {
// Avoid ArrayIndexOutOfBoundsException
- // Probably bug 48494 but could be some other cause
- jspExtract = Localizer.getMessage("jsp.error.bug48494");
+ // Probably bug 48498 but could be some other cause
+ jspExtract = Localizer.getMessage("jsp.error.bug48498");
return;
}
jsp.warning.noJarScanner=Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation.
# JavacErrorDetail
-jsp.error.bug48494=Unable to display JSP extract. Probably due to a JRE bug (see Tomcat bug 48498 for details).
+jsp.error.bug48498=Unable to display JSP extract. Probably due to an XML parser bug (see Tomcat bug 48498 for details).