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 17:38:36 UTC

[GitHub] [myfaces] volosied opened a new pull request #221: Apply MyFaces 4404 to Master

volosied opened a new pull request #221:
URL: https://github.com/apache/myfaces/pull/221


   Also changed CRLF with LF for some files. 
   
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [myfaces] volosied merged pull request #221: Apply MYFACES-4404 to Master

Posted by GitBox <gi...@apache.org>.
volosied merged pull request #221:
URL: https://github.com/apache/myfaces/pull/221


   


-- 
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