Skip to content

Commit

Permalink
Merge branch '6.1.x' into matrei/merge-6.1.x-into-7.0.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	plugin/src/main/groovy/grails/plugin/springsecurity/SecurityFilterPosition.java
  • Loading branch information
matrei committed Dec 3, 2024
2 parents e3accd9 + 1f87d94 commit b2fbef1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2006-2016 the original author or authors.
/* Copyright 2006-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,13 +16,13 @@

/**
* Stores the default order numbers of all Spring Security filters for use in configuration.
*
* <p>
* Equivalent to <code>org.springframework.security.config.http.SecurityFilters</code> which
* unfortunately is package-default.
*
* @author Burt Beckwith
*/
enum SecurityFilterPosition {
public enum SecurityFilterPosition {

FIRST(Integer.MIN_VALUE),

Expand Down

0 comments on commit b2fbef1

Please sign in to comment.