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

--- Comment #19 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-02-14 
11:38:25 EST ---
One thought about limitations of this feature:
as far as I remember, and as mentioned in the Javadoc comment for
java.lang.String#intern(), all String constants are placed by JVM into the same
global cache.

Unloading the JSPs will not free those strings. Though if new versions of JSPs
do not differ from the old ones in their text, there will be no noticeable
consequences.

See also bug 50726.

(In reply to comment #15)
>         <init-param>
>             <param-name>genStringAsCharArray</param-name>
>             <param-value>true</param-value>
>         </init-param>

There is a typo above. The correct name of the above init-param name is
genStrAsCharArray. See comments in conf/web.xml or the code of
EmbeddedServletOptions class.

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