Mark, On 11/6/15 7:32 AM, Mark Thomas wrote: > On 06/11/2015 12:24, Christopher Schultz wrote: >> On 11/6/15 7:12 AM, Mark Thomas wrote: > > <snip/> > >>> Things are sufficiently messy between the spec, the TCK, 'clarification' >>> from Oracle and Tomcat's previous behaviour that I agree both forms need >>> to be supported. The new quoteAttributeEL init param for the JSP servlet >>> does exactly that. >> >> Perfect. I wasn't able to follow the various acrobatics that you >> performed with the switches... it looks like you actually removed >> options that would have supported this. What have I missed? > > The old STRICT_QUOTE_ESCAPING system property was converted to an init > param for the JSP servlet with the system property defining the default > for 8.0.x and trunk. > > I then removed the STRICT_QUOTE_ESCAPING system property entirely from > trunk and deprecated it in 8.0.x. This was part of my general loathing > of system properties for configuration that should be per Context/Host/etc. > > I then added the new JSP init param quoteAttributeEL to 8.0.x and trunk.
Great, thanks for clearing that up. It didn't click to me that you were exchanging a system property (bad) for a configuration setting (good). -chris --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org