You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2017/05/09 00:00:46 UTC

geode git commit: GEODE-1728: Http session filter should not be applied to FORWARDS

Repository: geode
Updated Branches:
  refs/heads/develop d0d43f908 -> 49d9c8879


GEODE-1728: Http session filter should not be applied to FORWARDS

The docs should not tell users to add apply the session filter to
FORWARD, INCLUDE, and ERROR dispatchers. It should just be the default,
REQUEST.

This closes #489


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/49d9c887
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/49d9c887
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/49d9c887

Branch: refs/heads/develop
Commit: 49d9c8879990f555ec003e8bfeb7f7bb95710195
Parents: d0d43f9
Author: Dan Smith <up...@apache.org>
Authored: Wed May 3 10:16:41 2017 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Mon May 8 17:00:20 2017 -0700

----------------------------------------------------------------------
 .../http_session_mgmt/weblogic_setting_up_the_module.html.md.erb | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/49d9c887/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb b/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb
index 73b3499..e2d9f37 100644
--- a/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb
+++ b/geode-docs/tools_modules/http_session_mgmt/weblogic_setting_up_the_module.html.md.erb
@@ -51,10 +51,6 @@ To modify your war or ear file manually, make the following updates:
     <filter-mapping>
         <filter-name>gemfire-session-filter</filter-name>
         <url-pattern>/*</url-pattern>
-        <dispatcher>FORWARD</dispatcher>
-        <dispatcher>INCLUDE</dispatcher>
-        <dispatcher>REQUEST</dispatcher>
-        <dispatcher>ERROR</dispatcher>
     </filter-mapping>
     <listener>
         <listener-class>org.apache.geode.modules.session.filter.SessionListener</listener-class>