Jolria Tomcat Access Filter

A simple filter to prevent access to certain web-sites (such as beta version of mobile applications) using a simple username-password combination. This filter is easy to use put provides only minimal security. This mechanism is meant to be a very light-weight security mechanism for, for instance, mobile application, to keep the public out while doing development.

Лицензия

Лицензия

Группа

Группа

com.jolira
Идентификатор

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

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

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

1.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jolria Tomcat Access Filter
A simple filter to prevent access to certain web-sites (such as beta version of mobile applications) using a simple username-password combination. This filter is easy to use put provides only minimal security. This mechanism is meant to be a very light-weight security mechanism for, for instance, mobile application, to keep the public out while doing development.
Система контроля версий

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

https://github.com/jolira/jofilter

Скачать jofilter

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

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

Зависимости

provided (1)

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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

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

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

A Simple Servlet Filter for Obfuscating Access to Web Applications using Username & Password.

This filter checks for the presence of cookie, which controls whether the user can access a particular web-page. If a valid cookie is not present the user has to enter a username and password.

This filter is handy to control access QA environments of (mobile) web application, which need to be available on the public Internet, but should not be accessible to everyone.

com.jolira

Jolira

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

Версия
1.2.3
1.2.0
1.1.10
1.1.9
1.1.8
1.1.7