Cross-Origin Resource Sharing (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

com.thetransactioncompany
ArtifactId

ArtifactId

cors-filter
Last Version

Last Version

2.10
Release Date

Release Date

Type

Type

jar
Description

Description

Cross-Origin Resource Sharing (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://bitbucket.org/thetransactioncompany/cors-filter

Download cors-filter

How to add to project

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

Dependencies

compile (1)

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

provided (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.10
2.9.1
2.9
2.8
2.6
2.5
2.4
2.3
2.2.1
2.2
2.1.2
2.1.1
2.1
2.0
1.9.3
1.9.2
1.9.1
1.9
1.8
1.7.1
1.7
1.6
1.5.1
1.3.2