From d8075ae3fa7737e9aa3b4b4fe969ca69300f50ad Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 25 Feb 2010 08:06:19 +0000 Subject: [PATCH] Correct the number git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916170 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/JavacErrorDetail.java | 4 ++-- java/org/apache/jasper/resources/LocalStrings.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/jasper/compiler/JavacErrorDetail.java b/java/org/apache/jasper/compiler/JavacErrorDetail.java index 0dc333159..4042b0697 100644 --- a/java/org/apache/jasper/compiler/JavacErrorDetail.java +++ b/java/org/apache/jasper/compiler/JavacErrorDetail.java @@ -98,8 +98,8 @@ public class JavacErrorDetail { 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; } diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index a5a13b334..e48b11276 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -462,4 +462,4 @@ jsp.error.tag.conflict.trimdirectivewhitespaces=Tag directive: illegal to have m 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). -- 2.11.0