is not current version
Last Version 3.0.1.RELEASE

at.porscheinformatik.tapestry:tapestry-csrf-protection 2.0.0.RELEASE

Cross-Site-Request-Forgery (CSRF) protection for Apache Tapestry 5. This project is based on the Google Summer of Code 2011 project done by Markus Jung: https://code.google.com/p/gsoc2011-csrf-protection/. Some ideas and also code has been copied to start this Tapestry addon.

Categories

Categories

Tape Data Data Structures ORM
GroupId

GroupId

at.porscheinformatik.tapestry
ArtifactId

ArtifactId

tapestry-csrf-protection
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download tapestry-csrf-protection 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/at.porscheinformatik.tapestry/tapestry-csrf-protection/ -->
<dependency>
    <groupId>at.porscheinformatik.tapestry</groupId>
    <artifactId>tapestry-csrf-protection</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/at.porscheinformatik.tapestry/tapestry-csrf-protection/
implementation 'at.porscheinformatik.tapestry:tapestry-csrf-protection:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/at.porscheinformatik.tapestry/tapestry-csrf-protection/
implementation ("at.porscheinformatik.tapestry:tapestry-csrf-protection:2.0.0.RELEASE")
'at.porscheinformatik.tapestry:tapestry-csrf-protection:jar:2.0.0.RELEASE'
<dependency org="at.porscheinformatik.tapestry" name="tapestry-csrf-protection" rev="2.0.0.RELEASE">
  <artifact name="tapestry-csrf-protection" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.porscheinformatik.tapestry', module='tapestry-csrf-protection', version='2.0.0.RELEASE')
)
libraryDependencies += "at.porscheinformatik.tapestry" % "tapestry-csrf-protection" % "2.0.0.RELEASE"
[at.porscheinformatik.tapestry/tapestry-csrf-protection "2.0.0.RELEASE"]