Skip to content

Commit

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

* PAYARA-1926 Refactoring / formatting

* PAYARA-1926 More refactoring - added some getters/setters

* PAYARA-1926 Added "jndiEnvironment" to inheritable TLS

* PAYARA-1926 Refactoring & formatting

* PAYARA-1926 Formatting GlassFishInjectionProvider
  • Loading branch information
arjantijms committed Oct 24, 2017
1 parent c664b22 commit 17587dd
Show file tree
Hide file tree
Showing 18 changed files with 1,023 additions and 1,221 deletions.
Expand Up @@ -57,14 +57,6 @@
<!-- ============ 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,14 +54,6 @@
<!-- ============ 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,13 +31,6 @@
<!-- ============ 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,14 +55,6 @@
<!-- ============ 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 17587dd

Please sign in to comment.