https://issues.apache.org/bugzilla/show_bug.cgi?id=51523

Alonso <alonso.do...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |

--- Comment #2 from Alonso <alonso.do...@gmail.com> 2011-07-19 13:54:41 UTC ---
I should be more specific in my previous post. As you can see at logfile the
exception message is:

java.lang.ClassNotFoundException: 
            net.sf.jasperreports.jsf.config.ConfigurationStartupListener

and the listener definition in TLD is as follows:

<listener>
    <listener-class>
        net.sf.jasperreports.jsf.config.ConfigurationStartupListener
    </listener-class>
</listener>

So, Tomcat 7 is not trimming blanks at the string which has been read from the
TLD file. I think it should be considered as a bug no matter how stricter
Tomcat 7 had become validating the TLD file, since TLD is still valid with or
without those blanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to