Polish ServerAuthenticationConverter

Fix package tangles

Issue: gh-5338
This commit is contained in:
Rob Winch
2018-08-24 09:37:18 -05:00
parent 68d836d508
commit 1640a1f462
8 changed files with 93 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 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.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.server;
package org.springframework.security.web.server.authentication;
import org.junit.Before;
import org.junit.Test;

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 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.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.server;
package org.springframework.security.web.server.authentication;
import org.junit.Test;
import org.springframework.http.HttpHeaders;