Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

implementing csrfguard api for cross site request forgery

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to implement the csrfguard api. Problem i am facing is that i am able to pass the token for redirect action but not able to make it out for forward action.

Also what is the way to put the csrfguard.properties in my web project so that every time making jar from the csrfguard project is not required.

expecting help on the same.
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would request you to share code to explain the problem you are facing.

Also what is the way to put the csrfguard.properties in my web project so that every time making jar from the csrfguard project is not required.



Not very clear what you mean or how are you using the CSRFGuard APIs. One way can be to put the properties file in your WEB-INF directory.
reply
    Bookmark Topic Watch Topic
  • New Topic