wicket-stateless

Stateless Apache Wicket Components

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

wicket-stateless
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

wicket-stateless
Stateless Apache Wicket Components

Download wicket-stateless

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.apache.wicket : wicket-core jar 1.5-RC5.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.slf4j : slf4j-jdk14 jar 1.6.1
javax.servlet : servlet-api jar 2.5

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.5.0
1.0.12
1.0.11
1.0.8
1.0.6