summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLo, WEI-TING(wl849v) <wl849v@att.com>2018-03-20 17:27:55 -0400
committerLo, WEI-TING(wl849v) <wl849v@att.com>2018-03-20 17:27:55 -0400
commitd5bce4135b0086ff721b8a91f6aba67079f5e61a (patch)
tree8a85218f65076f40f3b488daf120825b2259105d
parent0c82c3e2b86be4605a874113eef49b2d8a0bd2e9 (diff)
Effort to make portal resilient
Issue-ID: PORTAL-210 Includes music library that contatins session management Change-Id: I62da87a75a4e0aa7a94e1b5818c88993070431a4 Signed-off-by: Lo, WEI-TING(wl849v) <wl849v@att.com>
-rw-r--r--ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml
index f621d5c2..b5963e64 100644
--- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml
+++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml
@@ -21,7 +21,7 @@
<filter-name>SecurityXssFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
- <!-- <filter>
+ <filter>
<filter-name>springSessionRepositoryFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter>
@@ -30,7 +30,7 @@
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>ERROR</dispatcher>
- </filter-mapping> -->
+ </filter-mapping>
<error-page>
<location>/WEB-INF/jsp/error.jsp</location>
</error-page>