• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring MVC with Acegi Security

 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I was trying to find but couldnt go further on how it is possible to start the Acegi authentication procedure from within Spring mvc controller .

I'm trying to use filter chain that Acegi uses .. call httpSessionContextIntegrationFilter.doFilter(req, resp, chain) etc,

How should this be best approached, in a way that authentication is handled by spring mvc controller ?

I tried successfully without controllers and Im using a combination of Glassfish,MySQL and Spring MVC.

Any example/sample application helps a lot.


Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic