CORS Filter is a universal solution for fitting Cross-Origin Resource Sharing (CORS) support to Java web applications.
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>cors-filter</artifactId>
<version>2.9.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure CORSFilter in web.xml to enable cross-origin requests.
Ensure only one CORS filter is configured to avoid duplicate headers.
No dependency data recorded yet.