You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Holger Sunke (JIRA)" <de...@myfaces.apache.org> on 2018/02/13 11:23:00 UTC

[jira] [Created] (MYFACES-4200) Issues with JSF 2.3 resource pushing using PushBuilder

Holger Sunke created MYFACES-4200:
-------------------------------------

             Summary: Issues with JSF 2.3 resource pushing using PushBuilder
                 Key: MYFACES-4200
                 URL: https://issues.apache.org/jira/browse/MYFACES-4200
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.3.0
         Environment: Apache Tomcat 9.0.4/9.0.5
JDK 1.8.0.152
Windows 8
MyFaces-2.3.0-SNAPSHOT
            Reporter: Holger Sunke


When Servlet 4 PushBuilder is used with complex web applications requiring many resources (e.g. Primefaces Showcase), I keep getting plenty of Exceptions with Apache Tomcat 9:

 org.apache.coyote.CloseNowException: Connection [3], Stream [111], This stream is not writable

caused by HTTPS streams gotten closed due to protocol violations. The final output is not usable most of the times.

Opening the same application using a HTTP/1.1 connector works fine.

Resource Push with implemented thru #MYFACES-4141.

 

A similar issue already exists for JSF 2.3.3 RI Mojarra: https://github.com/javaserverfaces/mojarra/issues/4329

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)