Last Version

Jolria Tomcat Access Filter 1.2.3

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
Version

Version

1.2.3
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 1.2.3


<!-- 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.