CORS Filter

CORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web applications. CORS is a recent W3C effort to introduce a standard mechanism for enabling cross-domain requests in web browsers and participating servers.

License

License

GroupId

GroupId

ph.samson
ArtifactId

ArtifactId

cors-filter
Last Version

Last Version

1.5.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

CORS Filter
CORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web applications. CORS is a recent W3C effort to introduce a standard mechanism for enabling cross-domain requests in web browsers and participating servers.
Project URL

Project URL

http://software.dzhuvinov.com/cors-filter.html
Project Organization

Project Organization

The Transaction Company
Source Code Management

Source Code Management

https://github.com/esamson/cors-filter

Download cors-filter

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.thetransactioncompany : java-property-utils jar 1.6

provided (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0.1