• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
And tomorrow is the circus! We can go to the circus! I love the circus! We can take this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic