Mantis - Resin
Viewing Issue Advanced Details
5320 minor always 12-18-12 17:10 01-16-13 11:36
alex  
ferg  
normal  
closed 4.0.32  
fixed  
none    
none 4.0.34  
0005320: : error: UTF8 representation for string "?𩷛𩷛𩷛𩷛𩷛𩷛𩷛𩷛𩷛?..."
jsp generation error

: error: UTF8 representation for string "?&171483;&171483;&171483;&171483;&171483;&171483;&171483;&171483;&171483;?..." is too long for the constant pool
                       public class _x__jsp extends com.caucho.jsp.JavaPage

*__jsp class final __jsp_string contstant may get too long for a large jsp file with textual (constant) content.

private final static char []_jsp_string;
  private final static char []_jsp_string2;
  private final static char []_jsp_string0;
  private final static char []_jsp_string3;
  private final static char []_jsp_string7;
  private final static char []_jsp_string1;
  private final static char []_jsp_string5;
  private final static char []_jsp_string6;
  private final static char []_jsp_string4;
  static {
_jsp_string7 = "\udddb\ud867 ... \udddb\ud867".toCharArray();

length of encoded _jsp_string ends up being is 174131 chars.

Notes
(0006160)
ferg   
01-16-13 11:36   
jsp/0030