https://issues.apache.org/bugzilla/show_bug.cgi?id=50726
--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-02-14 11:12:26 EST --- (In reply to comment #4) > For info, it appears the the Eclipse compiler does not enforce this limit. > Dynamic compilation works whereas pre-compilation fails. That would be strange. It is class format limitation: the text will be broken if the length counter overflows. There is caveat with this setting: the init-param is named "genStrAsCharArray" (see comment in web.xml), not genStringAsCharArray as the property in the Options interface, or as said in the title of this bug report. The mapping between names is done inside the EmbeddedServletOptions class constructor. -- 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