On 30/03/2020 20:27, Christopher Schultz wrote: > Mark, > > On 3/27/20 13:12, Mark Thomas wrote: >> Spec - STRICT_SERVLET_COMPLIANCE Is a useful short-cut - Move the >> remaining ones to the Context or related object where possible (I >> haven't checked how easy that would be) > > Would it be possible to have this available as a <Context> option? It > would basically just change all the default options for that one > <Context>. How much spec-compliance behavior is maintained at levels > higher than <Context>?
At a quick glance, only the URIEncoding on the Connector. Hang on. Servlet 4 (12.1) changed the default to UTF-8. We need to clean up the code / docs in light of that. Once that is done it looks like this might be moveable to the Context. Mark > I agree it IS a useful short-cut. But having it > as a system property is quite ugly. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org