Последняя версия

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.

Лицензия

Лицензия

Категории

Категории

Tape Данные Data Structures ORM
Группа

Группа

at.porscheinformatik.tapestry
Идентификатор

Идентификатор

tapestry-csrf-protection
Версия

Версия

3.0.1.RELEASE
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/porscheinformatik/tapestry-csrf-protection
Организация-разработчик

Организация-разработчик

Porsche Informatik
Система контроля версий

Система контроля версий

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

Скачать 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.tapestry : tapestry-core jar 5.7.2
org.springframework.security : spring-security-web Необязательный jar 5.3.8.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.