| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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://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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.tapestry : tapestry-core | jar | 5.7.2 |
| org.springframework.security : spring-security-web Необязательный | jar | 5.3.8.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |