License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures ORM |
GroupId | GroupIdat.porscheinformatik.tapestry |
ArtifactId | ArtifactIdtapestry-csrf-protection |
Last Version | Last Version3.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTapestry 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
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 |