Remove e.printStackTrace()
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 8 Jan 2009 22:57:41 +0000 (22:57 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 8 Jan 2009 22:57:41 +0000 (22:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@732863 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/TagFileProcessor.java

index f887042..75ebe05 100644 (file)
@@ -572,7 +572,7 @@ class TagFileProcessor {
                         compiler.getCompilationContext().getTldLocation(
                         tagInfo.getTagLibrary().getURI())[0] + "!/");
             } catch (MalformedURLException e) {
-                e.printStackTrace();
+                // Ignore - tagFileJarUrl will be null
             }
         }
         String tagFileJarPath;