Collection of Servlet Filter: basicauth, analytics, responseadd and others

Collection of Servlet filter: Very basic authentication filter. Suitable for Spring Boot REST services without servlet-engine configuration. Add registration of api calls (or any servlet call) into Google Analytics Measurement Protocol. Block filter some kind of last defense servlet-firewall agains DDoS attacks

Лицензия

Лицензия

Группа

Группа

io.github.jdlopez
Идентификатор

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

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

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Collection of Servlet Filter: basicauth, analytics, responseadd and others
Collection of Servlet filter: Very basic authentication filter. Suitable for Spring Boot REST services without servlet-engine configuration. Add registration of api calls (or any servlet call) into Google Analytics Measurement Protocol. Block filter some kind of last defense servlet-firewall agains DDoS attacks
Ссылка на сайт

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

https://github.com/jdlopez/miscservletfilter
Система контроля версий

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

https://github.com/jdlopez/miscservletfilter.git

Скачать miscservletfilter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/ -->
<dependency>
    <groupId>io.github.jdlopez</groupId>
    <artifactId>miscservletfilter</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/
implementation 'io.github.jdlopez:miscservletfilter:1.0.2'
// https://jarcasting.com/artifacts/io.github.jdlopez/miscservletfilter/
implementation ("io.github.jdlopez:miscservletfilter:1.0.2")
'io.github.jdlopez:miscservletfilter:jar:1.0.2'
<dependency org="io.github.jdlopez" name="miscservletfilter" rev="1.0.2">
  <artifact name="miscservletfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jdlopez', module='miscservletfilter', version='1.0.2')
)
libraryDependencies += "io.github.jdlopez" % "miscservletfilter" % "1.0.2"
[io.github.jdlopez/miscservletfilter "1.0.2"]

Зависимости

provided (1)

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

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.mockito : mockito-core jar 3.2.4

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

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

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0