Merge branch '1.1.x'

This commit is contained in:
Andy Wilkinson
2015-02-19 10:41:43 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.boot.autoconfigure.security;
import java.util.Map;
@@ -43,7 +44,7 @@ import org.springframework.security.config.annotation.authentication.configurers
* {@link SpringBootApplication}.
*
* @author Rob Winch
* @since 1.2.2
* @since 1.1.11
*/
@Configuration
@ConditionalOnClass(GlobalAuthenticationConfigurerAdapter.class)
@@ -57,10 +58,12 @@ public class BootGlobalAuthenticationConfiguration {
private static class BootGlobalAuthenticationConfigurationAdapter extends
GlobalAuthenticationConfigurerAdapter {
private final ApplicationContext context;
private static final Log logger = LogFactory
private static Log logger = LogFactory
.getLog(BootGlobalAuthenticationConfiguration.class);
private final ApplicationContext context;
public BootGlobalAuthenticationConfigurationAdapter(ApplicationContext context) {
this.context = context;
}

View File

@@ -8,7 +8,7 @@
<relativePath>../</relativePath>
</parent>
<artifactId>spring-boot-security-tests-web-helloworld</artifactId>
<name>Spring Boot Security Tests - Web Basic</name>
<name>Spring Boot Security Tests - Web Hello World</name>
<description>${project.name}</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>