Skip to content

Commit

Permalink
Update license / comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 24, 2024
1 parent ea6b193 commit 44860dc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package org.grails.config.http;

/* Copyright 2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -15,11 +13,14 @@
* limitations under the License.
*/

package org.grails.config.http;

import org.springframework.boot.autoconfigure.security.SecurityProperties;

/**
* Stores the default order numbers of all Grails filters for use in configuration.
* These filters are run prior to the Spring Security Filter Chain which is at DEFAULT_FILTER_ORDER
* @since 7.0
*/
public enum GrailsFilters {

Expand Down

0 comments on commit 44860dc

Please sign in to comment.