Skip to content
Snippets Groups Projects
Commit bb649cb9 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Deprecate getSession, use getSessionFromKeyword instead

getSession throws an HTTP exception, which is not
good style. Additionally, as it calls
getSessionFromKeyword internally -- which has a caching
annotation -- this caching mechanism will not work
because it only works if the method is called
from another object. This is due to the way Spring
is using proxies to intercept the calls.
parent a1250111
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment