Description
hi all
i am getting the following error when running on appengine.
Unable to use direct char[] access of java.lang.String
i found some src code that alowed for onfiguration of the the chararray access.
it uses a poperty to disable using the char access.
static volatile boolean enabled = !Boolean
.getBoolean("oam.stringchararrayaccessor.disabled");
where is this property set?
it is not documented anywhere.