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 ea6b193 commit 44860dcCopy full SHA for 44860dc
grails-plugin-controllers/src/main/groovy/org/grails/config/http/GrailsFilters.java
@@ -1,5 +1,3 @@
1
-package org.grails.config.http;
2
-
3
/* Copyright 2024 the original author or authors.
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,11 +13,14 @@
15
13
* limitations under the License.
16
14
*/
17
+package org.grails.config.http;
+
18
import org.springframework.boot.autoconfigure.security.SecurityProperties;
19
20
/**
21
* Stores the default order numbers of all Grails filters for use in configuration.
22
* These filters are run prior to the Spring Security Filter Chain which is at DEFAULT_FILTER_ORDER
23
+ * @since 7.0
24
25
public enum GrailsFilters {
26
0 commit comments