License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.collaborne.operations |
ArtifactId | ArtifactIdtomcat-cors-regex-filter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat CorsFilter with regex matching
Variant of Tomcat's CorsFilter that allows to use regular expressions for defining the allowed origins
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.collaborne.operations/tomcat-cors-regex-filter/ -->
<dependency>
<groupId>com.collaborne.operations</groupId>
<artifactId>tomcat-cors-regex-filter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.collaborne.operations/tomcat-cors-regex-filter/
implementation 'com.collaborne.operations:tomcat-cors-regex-filter:1.0.0'
// https://jarcasting.com/artifacts/com.collaborne.operations/tomcat-cors-regex-filter/
implementation ("com.collaborne.operations:tomcat-cors-regex-filter:1.0.0")
'com.collaborne.operations:tomcat-cors-regex-filter:jar:1.0.0'
<dependency org="com.collaborne.operations" name="tomcat-cors-regex-filter" rev="1.0.0">
<artifact name="tomcat-cors-regex-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.collaborne.operations', module='tomcat-cors-regex-filter', version='1.0.0')
)
libraryDependencies += "com.collaborne.operations" % "tomcat-cors-regex-filter" % "1.0.0"
[com.collaborne.operations/tomcat-cors-regex-filter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-catalina | jar | 8.5.23 |
javax.json : javax.json-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.0.4 |