Skip to content

Expose Default CookieHttpSessionStrategy as Bean #75

@rwinch

Description

@rwinch

We could do that using the following:

ConfigurableApplicationContext configurableApplicationContext = 
    (ConfigurableApplicationContext) wac;
ConfigurableListableBeanFactory bf = 
    configurableApplicationContext.getBeanFactory();
bf.registerResolvableDependency(CookieHttpSessionStrategy.class, strategy);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions