volosied commented on issue #79: MYFACES-3822 remove unused params from JSF 
2.2.x
URL: https://github.com/apache/myfaces/pull/79#issuecomment-577884352
 
 
   @pnicolucci In that case, I can close this PR then without merging it in. 
   
   As for your question, I saw comments saying those 4 parameters were 
deprecated, but after taking a closer look, I believe their functionality was 
removed.  (Since I don't see mentions of the them anywhere else in the code.)  
They aren't  in the MyFacesConfig, but in the following files: 
   
   org.apache.myfaces.HANDLE_STATE_CACHING_MECHANICS 
      
impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java
   
   org.apache.myfaces.SAVE_STATE_WITH_VISIT_TREE_ON_PSS
      impl/src/main/java/org/apache/myfaces/view/facelets
   /DefaultFaceletsStateManagementStrategy.java
   
   org.apache.myfaces.ERROR_HANDLER
      api/src/main/java/javax/faces/webapp/PreJsf2ExceptionHandlerFactory.java
   
   org.apache.myfaces.CACHE_OLD_VIEWS_IN_SESSION_MODE
      
impl/src/main/java/org/apache/myfaces/application/viewstate/ServerSideStateCacheImpl.java
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to