volosied commented on code in PR #927:
URL: https://github.com/apache/myfaces/pull/927#discussion_r2322351259


##########
impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java:
##########
@@ -1816,5 +1828,11 @@ public List<String> getExceptionTypesToIgnoreInLogging()
     {
         return exceptionTypesToIgnoreInLogging;
     }
+
+    public boolean isOptionalELResolverDisabled()
+    {
+        System.out.println("returning: " + disableOptionalResolver);

Review Comment:
   Remove



##########
impl/src/main/java/org/apache/myfaces/config/webparameters/MyfacesConfig.java:
##########
@@ -785,6 +785,15 @@ public class MyfacesConfig
     public static final String EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING =
             "org.apache.myfaces.EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING";
 
+
+    /**
+     * Defines if ELResolvers should be traced on each request and logged. 
Only active on Development ProjectStage.
+     */

Review Comment:
   Update



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to