View | Details | Raw Unified | Return to bug 37612
Collapse All | Expand All

(-)jasper2/src/share/org/apache/jasper/compiler/Validator.java (-1 / +1 lines)
Lines 1531-1537 Link Here
1531
		}
1531
		}
1532
                errMsg.append("<h3>");
1532
                errMsg.append("<h3>");
1533
                errMsg.append(Localizer.getMessage("jsp.error.tlv.invalid.page",
1533
                errMsg.append(Localizer.getMessage("jsp.error.tlv.invalid.page",
1534
						   tli.getShortName(), compiler.getPageInfo().getJspFile()));
1534
						   tli.getShortName()));
1535
                errMsg.append("</h3>");
1535
                errMsg.append("</h3>");
1536
                for (int i=0; i<errors.length; i++) {
1536
                for (int i=0; i<errors.length; i++) {
1537
		    if (errors[i] != null) {
1537
		    if (errors[i] != null) {
(-)jasper2/src/share/org/apache/jasper/resources/LocalStrings.properties (-1 / +1 lines)
Lines 267-273 Link Here
267
jspc.error.emptyWebApp=-webapp requires a trailing file argument
267
jspc.error.emptyWebApp=-webapp requires a trailing file argument
268
jsp.error.library.invalid=JSP page is invalid according to library {0}: {1}
268
jsp.error.library.invalid=JSP page is invalid according to library {0}: {1}
269
jsp.error.tlvclass.instantiation=Failed to load or instantiate TagLibraryValidator class: {0}
269
jsp.error.tlvclass.instantiation=Failed to load or instantiate TagLibraryValidator class: {0}
270
jsp.error.tlv.invalid.page=Validation error messages from TagLibraryValidator for {0} in {1}
270
jsp.error.tlv.invalid.page=Validation error messages from TagLibraryValidator for {0}
271
jsp.error.tei.invalid.attributes=Validation error messages from TagExtraInfo for {0}
271
jsp.error.tei.invalid.attributes=Validation error messages from TagExtraInfo for {0}
272
jsp.parser.sax.propertynotsupported=SAX property not supported: {0}
272
jsp.parser.sax.propertynotsupported=SAX property not supported: {0}
273
jsp.parser.sax.propertynotrecognized=SAX property not recognized: {0}
273
jsp.parser.sax.propertynotrecognized=SAX property not recognized: {0}

Return to bug 37612