2015-10-18 22:20 GMT+03:00 Martin Grigorov <[email protected]>:
> Hi,
>
> On Fri, Oct 16, 2015 at 2:03 PM, <[email protected]> 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".
>

Fixed. Thank you.


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



>> <subsection name="TLS virtua hosting and multiple certificate support
>> added">
>
>
> s/virtua/virtuaL/
>

This have already been fixed by Mark
http://svn.apache.org/viewvc?rev=1709054&view=rev

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to