Hi, I have a Controller that invokes a class who is using ContextLoaderListener as follow:
private static WebApplicationContext context= ContextLoaderListener.getCurrentWebApplicationContext();...
Type: Posts; User: pbragan; Keyword(s):
Hi, I have a Controller that invokes a class who is using ContextLoaderListener as follow:
private static WebApplicationContext context= ContextLoaderListener.getCurrentWebApplicationContext();...
There is not any way to configure Spring to use the same HttpSession?
Hi,
My webapp is implemented with spring mvc+spring security 3.0.
In my company there is an authentication webapp that insert a User object in the session but when I try to obtain that object,...