Skip to content

Commit 92936c6

Browse files
Merge branch '2.7.x'
2 parents 0f229e7 + 103c2bd commit 92936c6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,6 +37,8 @@
3737
* {@link TomcatConnectorCustomizer} that configures SSL support on the given connector.
3838
*
3939
* @author Brian Clozel
40+
* @author Andy Wilkinson
41+
* @author Scott Frederick
4042
*/
4143
class SslConnectorCustomizer implements TomcatConnectorCustomizer {
4244

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/embedded/tomcat/SslConnectorCustomizerTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,6 +55,8 @@
5555
* Tests for {@link SslConnectorCustomizer}
5656
*
5757
* @author Brian Clozel
58+
* @author Andy Wilkinson
59+
* @author Scott Frederick
5860
*/
5961
@ExtendWith(OutputCaptureExtension.class)
6062
class SslConnectorCustomizerTests {

0 commit comments

Comments
 (0)