[
https://issues.apache.org/jira/browse/GEODE-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068992#comment-16068992
]
ASF subversion and git services commented on GEODE-2018:
--------------------------------------------------------
Commit b5eeba30e52f4b65b549229448a7e11ce14cd650 in geode's branch
refs/heads/develop from [~DivineEnder]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=b5eeba3 ]
GEODE-2018: Added instantiators to SessionCachingFilter init method
Also removed unused registerInstantiator methods from GatewayDeltaCreateEvent,
GatewayDeltaDestroyEvent, and DeltaSessionDestroyAttrbiuteEvent classes.
This closes #587
> SessionCachingFilter should register Instantiators in the init method
> ---------------------------------------------------------------------
>
> Key: GEODE-2018
> URL: https://issues.apache.org/jira/browse/GEODE-2018
> Project: Geode
> Issue Type: Improvement
> Components: http session
> Reporter: Dan Smith
> Assignee: David Anuta
>
> The session caching module for generic appservers uses instantiators for
> things like GemFireHttpSession.
> We recommend best practice is to register instantiators on startup, but the
> SessionCachingFilter doesn't do that. We should register these instatiators
> in the init method of that class, rather than waiting for the classloader to
> load the GemfireHttpSession class.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)