Hello, both jetty and glassfish have genStringAsByteArray set to "true" by default. Would it be possible to change this in jasper? I know that genStringAsByteArray is not implemented yet, what about making genStringAsCharArray default "true" for now?
Also trimSpaces works as in specification, but it is really useful only in Jspx. It wouldn't do much in jsp. It would be nice, if jasper provide some option to remove spaces from jsp too. Either by some settings or option to execute external plugin similar to tagPlugins. We are using com.google.code.maven-replacer-plugin maven plugin for removing white spaces in production build now. It would be much better for testing, bug tracking, development, if jasper do this. I could contribute some code on weekends, if needed. Pavel