• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Intercepting secure url in spring security

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

I want to intercept secure urls in application and check whether user have accepted terms & conditions.
And show terms & conditions acceptance page if user have not accepted it


So, what is better way to implement it ?

Thanks
Kuladip
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kuladip Yadav wrote:Hi ,

I want to intercept secure urls in application and check whether user have accepted terms & conditions.
And show terms & conditions acceptance page if user have not accepted it


So, what is better way to implement it ?

Thanks
Kuladip



This is the basics of Spring Security in a web application. It is in the very beginning of the Spring Security documentation.

To me it seems that you posted this just for getting a chance to win a book and not because you need an answer.

If you were to need an answer to this, then you haven't even looked at anything Spring Security related and asking us to do all of your work.

This is not how JavaRanch works.

Thanks for understanding.

Mark Spritzler
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic