We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828e142 commit e174a91Copy full SHA for e174a91
grails-web-url-mappings/src/main/groovy/grails/web/mapping/cors/GrailsCorsFilter.groovy
@@ -1,5 +1,6 @@
1
package grails.web.mapping.cors
2
3
+import groovy.transform.CompileStatic
4
import org.springframework.core.Ordered
5
import org.springframework.web.cors.CorsConfiguration
6
import org.springframework.web.cors.UrlBasedCorsConfigurationSource
@@ -11,6 +12,7 @@ import org.springframework.web.filter.CorsFilter
11
12
* @author James Kleeh
13
* @since 3.2.2
14
*/
15
+@CompileStatic
16
class GrailsCorsFilter extends CorsFilter implements Ordered {
17
18
public GrailsCorsFilter(GrailsCorsConfiguration corsConfiguration) {
0 commit comments