Skip to content

Commit

Permalink
Revert "PAYARA-1926 Remove unnecessary validation for Mojarra (payara…
Browse files Browse the repository at this point in the history
…#2074)"

This reverts commit 17587dd.
  • Loading branch information
Pandrex247 committed Oct 27, 2017
1 parent aa72213 commit dfd39f2
Show file tree
Hide file tree
Showing 18 changed files with 1,221 additions and 1,023 deletions.
Expand Up @@ -57,6 +57,14 @@
<!-- ============ Built In Context Init Parameter Definitions =========== -->


<!-- Init parameter to force the XML validation of JSF configuration -->
<!-- ressources. -->

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

<!-- Init parameter will cause the JSF implementation to bypass -->
<!-- processing the web.xml to determine if we should continue -->
<!-- bootstrapping JSF for the web application. -->
Expand Down
Expand Up @@ -54,6 +54,14 @@
<!-- ============ Built In Context Init Parameter Definitions =========== -->


<!-- Init parameter to force the XML validation of JSF configuration -->
<!-- ressources. -->

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

<!-- Init parameter will cause the JSF implementation to bypass -->
<!-- processing the web.xml to determine if we should continue -->
<!-- bootstrapping JSF for the web application. -->
Expand Down
Expand Up @@ -31,6 +31,13 @@
<!-- ============ Built In Context Init Parameter Definitions =========== -->


<!-- Init parameter to force the XML validation of JSF configuration -->
<!-- ressources. -->

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

<!-- Init parameter will cause the JSF implementation to bypass -->
<!-- processing the web.xml to determine if we should continue -->
Expand Down
Expand Up @@ -55,6 +55,14 @@
<!-- ============ Built In Context Init Parameter Definitions =========== -->


<!-- Init parameter to force the XML validation of JSF configuration -->
<!-- ressources. -->

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

<!-- Init parameter will cause the JSF implementation to bypass -->
<!-- processing the web.xml to determine if we should continue -->
<!-- bootstrapping JSF for the web application. -->
Expand Down

0 comments on commit dfd39f2

Please sign in to comment.