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

           Summary: JspC may omit tld dependency from generated files when
                    caching is on
           Product: Tomcat 6
           Version: 6.0.18
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: knst.koli...@gmail.com


When JspC compiler of Jasper is called with caching turned on (the default), it
omits dependency on .tld file of a library from generated java code of all the
pages that reference the library, except the first one compiled.

It does not occur when compiling the pages at runtime, because tag information
caching is only implemented in JspC command line / ant task compiler.

The workaround is to turn caching off, but you will face performance issues
(see #33650).

I do not think that this issue is of great value. Most likely nobody will be
bothered by omitting that dependency. I encountered it while investigating the
bug #37084


-- 
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