You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/07/10 03:08:37 UTC

DO NOT REPLY [Bug 30019] New: - JSP file application level cache

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30019>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30019

JSP file application level cache

           Summary: JSP file application level cache
           Product: Tomcat 5
           Version: 5.0.25
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: vwu98034@lycos.com


I use the region/section tags from David Geary's "Advanced JavaServer Pages".
They are similar with the Tiles, but don't cache the layout components in the
application level. This character is critical for i18n resource bundle approach.
I have used it from TC 3 up to 5.0.16 without this cache issue. The TC 5.0.25
does the application level JSP file cache (for some reasons). When a browser
with a different accepted-language access the application, the header and footer
stay in the same language as before, although the body/content is in the desired
language.

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