https://issues.apache.org/bugzilla/show_bug.cgi?id=50726
Summary: Jasper can generate uncompilable source code if
genStringAsCharArray is turned on
Product: Tomcat 6
Version: 6.0.28
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
AssignedTo: [email protected]
ReportedBy: [email protected]
Our jsp pages are compiled at build time. If I turn on genStringAsCharArray
optimization switch, in some cases there will be longer lines in the generated
java code than the javac compiler can process. It provides the following error
message:
[javac] Compiling 1609 source files to d:\...\jspc\classes
[javac]
d:\...\jspc\src\org\apache\jsp\WEB_002dINF\..._005fAPP\pages\termsconditions\TermsAndConditions_005fms_005fMY_jsp.java:96:
constant string too long
--
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: [email protected]
For additional commands, e-mail: [email protected]