Last Version

Tapestry CSRF Protection 3.0.1.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.

License

License

Categories

Categories

Tape Data Data Structures ORM
GroupId

GroupId

at.porscheinformatik.tapestry
ArtifactId

ArtifactId

tapestry-csrf-protection
Version

Version

3.0.1.RELEASE
Type

Type

jar
Description

Description

Tapestry CSRF Protection
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.
Project URL

Project URL

https://github.com/porscheinformatik/tapestry-csrf-protection
Project Organization

Project Organization

Porsche Informatik
Source Code Management

Source Code Management

https://github.com/porscheinformatik/tapestry-csrf-protection

Download tapestry-csrf-protection 3.0.1.RELEASE


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.tapestry : tapestry-core jar 5.7.2
org.springframework.security : spring-security-web Optional jar 5.3.8.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Group / Artifact Type Version
net.sourceforge.tapestryxpath : tapestry-xpath jar 1.0.1
org.apache.tapestry : tapestry-test jar 5.7.2
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.