Skip to content

Commit

Permalink
GEODE-1728: Http session filter should not be applied to FORWARDS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
upthewaterspout committed May 9, 2017
1 parent d0d43f9 commit 49d9c88
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit 49d9c88

Please sign in to comment.