From bd2d84691794b8c23f081cec998289b67c99b037 Mon Sep 17 00:00:00 2001 From: Scott Carlson Date: Fri, 25 Mar 2016 11:23:01 -0400 Subject: [PATCH] Add Dispatcher types to web.xml Fixes gh-443 --- .../src/main/webapp/WEB-INF/web.xml | 3 +++ .../src/main/webapp/WEB-INF/web.xml | 3 +++ samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml | 3 +++ samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml b/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml index f7022c59..b7ba5a0b 100644 --- a/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml +++ b/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml @@ -23,6 +23,9 @@ springSessionRepositoryFilter /* + REQUEST + ERROR + ASYNC diff --git a/samples/httpsession-gemfire-p2p-xml/src/main/webapp/WEB-INF/web.xml b/samples/httpsession-gemfire-p2p-xml/src/main/webapp/WEB-INF/web.xml index 7e46aa5b..352abb3c 100644 --- a/samples/httpsession-gemfire-p2p-xml/src/main/webapp/WEB-INF/web.xml +++ b/samples/httpsession-gemfire-p2p-xml/src/main/webapp/WEB-INF/web.xml @@ -23,6 +23,9 @@ springSessionRepositoryFilter /* + REQUEST + ERROR + ASYNC diff --git a/samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml b/samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml index 6ebf56ce..9ab0145d 100644 --- a/samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml +++ b/samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml @@ -23,6 +23,9 @@ springSessionRepositoryFilter /* + REQUEST + ERROR + ASYNC diff --git a/samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml b/samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml index 7e46aa5b..352abb3c 100644 --- a/samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml +++ b/samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml @@ -23,6 +23,9 @@ springSessionRepositoryFilter /* + REQUEST + ERROR + ASYNC