https://issues.apache.org/bugzilla/show_bug.cgi?id=55671

--- Comment #2 from whitingjr <jeremy.whit...@hushmail.com> ---
(In reply to Konstantin Kolinko from comment #1)
> Steps to reproduce = ?
> Where and how do you configure the JSP compiler? What does not work?
 Take a look at a BZ for a downstream project. It details a reproducer.

https://bugzilla.redhat.com/show_bug.cgi?id=1022634

> 
> 
> The correct init-parameter name in Tomcat 6 is "genStrAsCharArray"
> and that is documented in
> http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html
> 
> (Though the second mention of it in "Production Configuration" section says
> "genStringAsCharArray", a typo.)
> 
> If you use it with Ant then yes, there is an inconsistency and you would
> have to use <jasper genStringAsCharArray="true"/> as the setter in JspC.java
> is setGenStringAsCharArray(...) with no matching getter.
as a java dev using Tomact I would use the web deployment descriptor to
configure the option. jsp-configuration/@generate-strings-as-char-arrays
> 
> 
> I think backporting r889966 as is is wrong. I think EmbeddedServletOptions
> should ask both the old and the new init-param name, for compatibility.
true.
> It also needs r1556725 and update to jasper-howto.html.
yes.

-- 
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

Reply via email to