You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2019/06/04 08:17:12 UTC

[myfaces] branch master updated: omnifaces #516

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 956b429  omnifaces #516
956b429 is described below

commit 956b4292f7bb4ae006ff06f4462c6c0145999466
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Jun 4 10:17:10 2019 +0200

    omnifaces #516
---
 .../myfaces/application/viewstate/ServerSideStateCacheImpl.java     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/impl/src/main/java/org/apache/myfaces/application/viewstate/ServerSideStateCacheImpl.java b/impl/src/main/java/org/apache/myfaces/application/viewstate/ServerSideStateCacheImpl.java
index 9ab07c2..744a185 100644
--- a/impl/src/main/java/org/apache/myfaces/application/viewstate/ServerSideStateCacheImpl.java
+++ b/impl/src/main/java/org/apache/myfaces/application/viewstate/ServerSideStateCacheImpl.java
@@ -517,4 +517,10 @@ class ServerSideStateCacheImpl extends StateCache<Object, Object>
     {
         return stateTokenProcessor;
     }
+
+    // SPI used by OmniFaces
+    protected SessionViewStorageFactory getSessionViewStorageFactory()
+    {
+        return sessionViewStorageFactory;
+    }
 }