Revert unnecessary merges on 6.0.x
This commit removes unnecessary main-branch merges starting from8750608b5band adds the following needed commit(s) that were made afterward: -5dce82c48b
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
|
||||
import org.springframework.security.core.context.SecurityContextHolderStrategy;
|
||||
|
||||
/**
|
||||
* A {@link WithSecurityContextFactory} that runs with an
|
||||
* A {@link WithAnonymousUserSecurityContextFactory} that runs with an
|
||||
* {@link AnonymousAuthenticationToken}. .
|
||||
*
|
||||
* @author Rob Winch
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.util.Assert;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* A {@link WithSecurityContextFactory} that works with {@link WithMockUser}.
|
||||
* A {@link WithUserDetailsSecurityContextFactory} that works with {@link WithMockUser}.
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 4.0
|
||||
|
||||
@@ -34,7 +34,8 @@ import org.springframework.util.ClassUtils;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* A {@link WithSecurityContextFactory} that works with {@link WithUserDetails} .
|
||||
* A {@link WithUserDetailsSecurityContextFactory} that works with {@link WithUserDetails}
|
||||
* .
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 4.0
|
||||
|
||||
Reference in New Issue
Block a user