Hi,

On Fri, Oct 16, 2015 at 2:03 PM, <ma...@apache.org> wrote:

> <p>In JSP pages that use wildcard import syntax the new classes added in
> +    Servlet API may conflict with ones in web applications.
> +    For example, if package <code>"a"</code> contains class
> +    <code>PushBuilder</code>, the following JSP page will cease to
> compile in
> +    Tomcat 8:</p>
>

I think this should say "Tomcat 9".


> +
> +    <source><![CDATA[<%@page import="a.*"%>
> +<% PushBuilder pushBuilder = new PushBuilder(); %>]]></source>
>



Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

Reply via email to