Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

2.3.1

Compare
Choose a tag to compare
@xinyuan-zhang xinyuan-zhang released this 14 Jun 08:29
· 299 commits to master since this release

Mojarra 2.3.1 released

Downloads

javax.faces-2.3.1.jar

notes:

To enable HTTP/2 Server Push support, the following context-param must be set to true, as shown here:

<context-param>
      <param-name>com.sun.faces.enablePushResources</param-name>
      <param-value>true</param-value>
</context-param>