Return-Path: Delivered-To: apmail-jakarta-watchdog-dev-archive@apache.org Received: (qmail 46849 invoked from network); 29 Jan 2002 00:07:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Jan 2002 00:07:55 -0000 Received: (qmail 27818 invoked by uid 97); 29 Jan 2002 00:08:00 -0000 Delivered-To: qmlist-jakarta-archive-watchdog-dev@jakarta.apache.org Received: (qmail 27801 invoked by uid 97); 29 Jan 2002 00:08:00 -0000 Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Watchdog Developers List" Reply-To: "Watchdog Developers List" Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 27790 invoked by uid 97); 29 Jan 2002 00:07:59 -0000 Date: 29 Jan 2002 00:07:51 -0000 Message-ID: <20020129000751.28163.qmail@icarus.apache.org> From: rlubke@apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit negativeAbsFatalTranslationError.jsp positiveAbsJar.jsp positiveAbsTld.jsp positiveDirectTldReference.jsp positiveRelJar.jsp positiveRelTld.jsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rlubke 02/01/28 16:07:51 Added: src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit negativeAbsFatalTranslationError.jsp positiveAbsJar.jsp positiveAbsTld.jsp positiveDirectTldReference.jsp positiveRelJar.jsp positiveRelTld.jsp Log: - content push from CTS Revision Changes Path 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/negativeAbsFatalTranslationError.jsp Index: negativeAbsFatalTranslationError.jsp =================================================================== negativeAbsFatalTranslationError <% /** Name : negativeAbsFatalTranslationError Description : Verify that a fatal translation error is generated when using an absolute URI and the tld cannot be resolved. Result : A fatal translation error should occur. **/ %> <%@ taglib uri="http://localhost/tlds/exampletaglib" prefix="absolute" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/positiveAbsJar.jsp Index: positiveAbsJar.jsp =================================================================== positiveAbsJar <% /** Name : positiveAbsJar Description : Verify that the tld can be properly resolved, when the web.xml mapping specifies a jar for the element, using an absolute URI. Result : No fatal translation error should occur. **/ %> <%@ taglib uri="http://java.apache.org/tlds/tld-absolute-jar" prefix="absolute" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/positiveAbsTld.jsp Index: positiveAbsTld.jsp =================================================================== positiveAbsTld <% /** Name : positiveAbsTld Description : Verify that the tld can be properly resolved using an absolute URI. Result : No fatal translation error should occur. **/ %> <%@ taglib uri="http://java.apache.org/tlds/tld-absolute" prefix="absolute" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/positiveDirectTldReference.jsp Index: positiveDirectTldReference.jsp =================================================================== positiveDirectTldReference <% /** Name : positiveDirectTldReference Description : Verify that a tag can be used when the TLD is directly referenced in the uri attribute of the taglib directive. Result : The tag should send output to the client. **/ %> <%@ taglib uri="/WEB-INF/tlds/example-taglib.tld" prefix="direct" %> Validated 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/positiveRelJar.jsp Index: positiveRelJar.jsp =================================================================== positiveRelJar <% /** Name : positiveAbsJar Description : Verify that the tld can be properly resolved, when the web.xml mapping specifies a jar for the element, using a relative URI. Result : The tag will send output to the client. **/ %> <%@ taglib uri="/tld_jar" prefix="relative" %> 1.1 jakarta-watchdog-4.0/src/server/jsp-tests/jsp/tagext/TldPathResolution/explicit/positiveRelTld.jsp Index: positiveRelTld.jsp =================================================================== positiveRelTld <% /** Name : positiveRelTld Description : Verify that the tld can be properly resolved using a relative URI. Result : The tag will return output to client. **/ %> <%@ taglib uri="/tld_relative" prefix="relative" %> Validated -- To unsubscribe, e-mail: For additional commands, e-mail: