Hi, the following patch cleans up some relics and unused code from Tomcat 3.2.
Petr Index: TagLibraryInfoImpl.java =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compil er/TagLibraryInfoImpl.java,v retrieving revision 1.25 diff -u -r1.25 TagLibraryInfoImpl.java --- TagLibraryInfoImpl.java 12 Dec 2001 18:43:16 -0000 1.25 +++ TagLibraryInfoImpl.java 9 Jan 2002 11:31:22 -0000 @@ -109,8 +109,6 @@ * @author Pierre Delisle */ public class TagLibraryInfoImpl extends TagLibraryInfo { - static private final String TAGLIB_TLD = "META-INF/taglib.tld"; - static private final String WEB_XML = "/WEB-INF/web.xml"; Hashtable jarEntries; @@ -261,12 +259,6 @@ } } } - } - - /** Returns true if the given URI is relative in this web application, false if it is an internet URI. - */ - private boolean isRelativeURI(String uri) { - return (uri.indexOf(':') == -1); } -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>