Skip to content

Commit 828e142

Browse files
committed
Add javadoc for GrailsCorsFilter
1 parent 53964c2 commit 828e142

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

grails-web-url-mappings/src/main/groovy/grails/web/mapping/cors/GrailsCorsFilter.groovy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import org.springframework.web.cors.UrlBasedCorsConfigurationSource
66
import org.springframework.web.filter.CorsFilter
77

88
/**
9-
* Created by jameskleeh on 10/20/16.
9+
* A class to be registered as a filter for Cors based on Grails configuration
10+
*
11+
* @author James Kleeh
12+
* @since 3.2.2
1013
*/
1114
class GrailsCorsFilter extends CorsFilter implements Ordered {
1215

0 commit comments

Comments
 (0)