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.

License

License

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

jofilter
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

https://github.com/jolira/jofilter

Download jofilter

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.3
1.2.0
1.1.10
1.1.9
1.1.8
1.1.7