You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/07/08 18:11:44 UTC

[GitHub] [myfaces] wtlucy commented on a change in pull request #221: Apply MYFACES-4404 to Master

wtlucy commented on a change in pull request #221:
URL: https://github.com/apache/myfaces/pull/221#discussion_r666416710



##########
File path: impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java
##########
@@ -113,6 +113,11 @@ private void writeViewStateField(FacesContext facesContext, ResponseWriter respo
         String serializedState = getStateCache(facesContext).getStateTokenProcessor(facesContext)
                 .encode(facesContext, savedState);
 
+        if (log.isLoggable(Level.FINE)) 

Review comment:
       you need to import this `java.util.logging.Level`




-- 
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: dev-unsubscribe@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org