Author: yoavs
Date: Thu Apr 13 12:13:42 2006
New Revision: 393895

URL: http://svn.apache.org/viewcvs?rev=393895&view=rev
Log:
Bugzilla 38015: http://issues.apache.org/bugzilla/show_bug.cgi?id=38015

Modified:
    
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java

Modified: 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java
URL: 
http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java?rev=393895&r1=393894&r2=393895&view=diff
==============================================================================
--- 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java
 (original)
+++ 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java
 Thu Apr 13 12:13:42 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
+ * Copyright 1999,2004-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -477,6 +477,10 @@
                 // Ignore <example> element: Bugzilla 33538
             } else if ("tag-extension".equals(tname)) {
                 // Ignore <tag-extension> element: Bugzilla 33538
+            } else if ("icon".equals(tname) ||
+                        "display-name".equals(tname) ||
+                       "description".equals(tname)) {
+                // Ignore these elements: Bugzilla 38015
             } else {
                 if (log.isWarnEnabled()) {
                     log.warn(Localizer.getMessage(



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to