Browse Source

Fix copyright lines

Rob Winch 8 years ago
parent
commit
1f4082e754
100 changed files with 0 additions and 200 deletions
  1. 0 2
      config/src/main/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBean.java
  2. 0 2
      config/src/main/java/org/springframework/security/config/core/userdetails/UserDetailsResourceFactoryBean.java
  3. 0 2
      config/src/main/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBean.java
  4. 0 2
      config/src/test/java/org/springframework/security/config/annotation/method/configuration/Authz.java
  5. 0 2
      config/src/test/java/org/springframework/security/config/annotation/method/configuration/DelegatingReactiveMessageService.java
  6. 0 2
      config/src/test/java/org/springframework/security/config/annotation/method/configuration/EnableReactiveMethodSecurityTests.java
  7. 0 2
      config/src/test/java/org/springframework/security/config/annotation/method/configuration/ReactiveMessageService.java
  8. 0 2
      config/src/test/java/org/springframework/security/config/annotation/web/reactive/EnableWebFluxSecurityTests.java
  9. 0 2
      config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBeanPropertiesResourceITests.java
  10. 0 2
      config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBeanPropertiesResourceLocationITests.java
  11. 0 2
      config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsResourceFactoryBeanTest.java
  12. 0 2
      config/src/test/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBeanPropertiesResourceITests.java
  13. 0 2
      config/src/test/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBeanPropertiesResourceLocationITests.java
  14. 0 2
      config/src/test/java/org/springframework/security/config/web/server/AuthorizeExchangeBuilderTests.java
  15. 0 2
      config/src/test/java/org/springframework/security/config/web/server/FormLoginTests.java
  16. 0 2
      config/src/test/java/org/springframework/security/config/web/server/HeaderBuilderTests.java
  17. 0 2
      config/src/test/java/org/springframework/security/config/web/server/HttpSecurityTests.java
  18. 0 2
      config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientHtmlUnitDriverBuilder.java
  19. 0 2
      config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientHtmlUnitDriverBuilderTests.java
  20. 0 2
      config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientWebConnection.java
  21. 0 2
      core/src/main/java/org/springframework/security/access/method/PrePostAdviceMethodInterceptor.java
  22. 0 2
      core/src/main/java/org/springframework/security/authentication/UserDetailsRepositoryAuthenticationManager.java
  23. 0 2
      core/src/main/java/org/springframework/security/authorization/AuthenticatedAuthorizationManager.java
  24. 0 2
      core/src/main/java/org/springframework/security/authorization/AuthorityAuthorizationManager.java
  25. 0 2
      core/src/main/java/org/springframework/security/authorization/AuthorizationDecision.java
  26. 0 2
      core/src/main/java/org/springframework/security/authorization/ReactiveAuthorizationManager.java
  27. 0 2
      core/src/main/java/org/springframework/security/core/userdetails/MapUserDetailsRepository.java
  28. 0 2
      core/src/main/java/org/springframework/security/core/userdetails/UserDetailsRepository.java
  29. 0 2
      core/src/test/java/org/springframework/security/authentication/ReactiveAuthenticationManagerAdapterTests.java
  30. 0 2
      core/src/test/java/org/springframework/security/authorization/AuthenticatedAuthorizationManagerTests.java
  31. 0 2
      core/src/test/java/org/springframework/security/authorization/AuthorityAuthorizationManagerTests.java
  32. 0 2
      core/src/test/java/org/springframework/security/core/userdetails/MapUserDetailsRepositoryTests.java
  33. 0 2
      samples/javaconfig/hellowebflux-method/src/main/java/sample/HelloWorldMessageService.java
  34. 0 2
      samples/javaconfig/hellowebflux-method/src/main/java/sample/SecurityConfig.java
  35. 0 2
      samples/javaconfig/hellowebflux-method/src/test/java/sample/HelloWebfluxMethodApplicationTests.java
  36. 0 2
      samples/javaconfig/hellowebflux-method/src/test/java/sample/HelloWorldMessageServiceTests.java
  37. 0 2
      samples/javaconfig/hellowebflux/src/main/java/sample/HelloWebfluxSecurityConfig.java
  38. 0 2
      samples/javaconfig/hellowebflux/src/test/java/sample/HelloWebfluxApplicationTests.java
  39. 0 2
      samples/javaconfig/hellowebfluxfn/src/main/java/sample/HelloWebfluxFnSecurityConfig.java
  40. 0 2
      samples/javaconfig/hellowebfluxfn/src/test/java/sample/HelloWebfluxFnApplicationTests.java
  41. 0 2
      test/src/main/java/org/springframework/security/test/context/support/DelegatingTestExecutionListener.java
  42. 0 2
      test/src/main/java/org/springframework/security/test/context/support/ReactorContextTestExecutionListener.java
  43. 0 2
      test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java
  44. 0 2
      test/src/test/java/org/springframework/security/test/context/support/ReactorContextTestExecutionListenerTests.java
  45. 0 2
      test/src/test/java/org/springframework/security/test/web/reactive/server/AbstractMockServerConfigurersTests.java
  46. 0 2
      test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersAnnotatedTests.java
  47. 0 2
      test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersClassAnnotatedTests.java
  48. 0 2
      test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersTests.java
  49. 0 2
      webflux/src/integration-test/java/webclient/oauth2/poc/WebClientOAuth2PocTests.java
  50. 0 2
      webflux/src/main/java/org/springframework/security/web/reactive/result/method/annotation/AuthenticationPrincipalArgumentResolver.java
  51. 0 2
      webflux/src/main/java/org/springframework/security/web/server/AuthenticationEntryPoint.java
  52. 0 2
      webflux/src/main/java/org/springframework/security/web/server/DefaultRedirectStrategy.java
  53. 0 2
      webflux/src/main/java/org/springframework/security/web/server/DelegatingAuthenticationEntryPoint.java
  54. 0 2
      webflux/src/main/java/org/springframework/security/web/server/FormLoginAuthenticationConverter.java
  55. 0 2
      webflux/src/main/java/org/springframework/security/web/server/HttpBasicAuthenticationConverter.java
  56. 0 2
      webflux/src/main/java/org/springframework/security/web/server/MatcherSecurityWebFilterChain.java
  57. 0 2
      webflux/src/main/java/org/springframework/security/web/server/RedirectStrategy.java
  58. 0 2
      webflux/src/main/java/org/springframework/security/web/server/SecurityWebFilterChain.java
  59. 0 2
      webflux/src/main/java/org/springframework/security/web/server/WebFilterChainFilter.java
  60. 0 2
      webflux/src/main/java/org/springframework/security/web/server/WebFilterExchange.java
  61. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationEntryPointFailureHandler.java
  62. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationFailureHandler.java
  63. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationSuccessHandler.java
  64. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationWebFilter.java
  65. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/RedirectAuthenticationEntryPoint.java
  66. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/RedirectAuthenticationSuccessHandler.java
  67. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/WebFilterChainAuthenticationSuccessHandler.java
  68. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/logout/LogoutHandler.java
  69. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/logout/LogoutWebFiter.java
  70. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/logout/SecurityContextRepositoryLogoutHandler.java
  71. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authentication/www/HttpBasicAuthenticationEntryPoint.java
  72. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/AccessDeniedHandler.java
  73. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/AuthorizationContext.java
  74. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/AuthorizationWebFilter.java
  75. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/DelegatingReactiveAuthorizationManager.java
  76. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/ExceptionTranslationWebFilter.java
  77. 0 2
      webflux/src/main/java/org/springframework/security/web/server/authorization/HttpStatusAccessDeniedHandler.java
  78. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/AuthenticationReactorContextFilter.java
  79. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepository.java
  80. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepositoryServerWebExchange.java
  81. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepositoryWebFilter.java
  82. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/ServerWebExchangeAttributeSecurityContextRepository.java
  83. 0 2
      webflux/src/main/java/org/springframework/security/web/server/context/WebSessionSecurityContextRepository.java
  84. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/CacheControlHttpHeadersWriter.java
  85. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/CompositeHttpHeadersWriter.java
  86. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/ContentTypeOptionsHttpHeadersWriter.java
  87. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/HttpHeaderWriterWebFilter.java
  88. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/HttpHeadersWriter.java
  89. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/StaticHttpHeadersWriter.java
  90. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/StrictTransportSecurityHttpHeadersWriter.java
  91. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/XContentTypeOptionsHttpHeadersWriter.java
  92. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/XFrameOptionsHttpHeadersWriter.java
  93. 0 2
      webflux/src/main/java/org/springframework/security/web/server/header/XXssProtectionHttpHeadersWriter.java
  94. 0 2
      webflux/src/main/java/org/springframework/security/web/server/ui/LoginPageGeneratingWebFilter.java
  95. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/AndServerWebExchangeMatcher.java
  96. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/MediaTypeServerWebExchangeMatcher.java
  97. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/OrServerWebExchangeMatcher.java
  98. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/PathPatternParserServerWebExchangeMatcher.java
  99. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/ServerWebExchangeMatcher.java
  100. 0 2
      webflux/src/main/java/org/springframework/security/web/server/util/matcher/ServerWebExchangeMatcherEntry.java

+ 0 - 2
config/src/main/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBean.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.core.userdetails;

+ 0 - 2
config/src/main/java/org/springframework/security/config/core/userdetails/UserDetailsResourceFactoryBean.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.core.userdetails;

+ 0 - 2
config/src/main/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBean.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.provisioning;

+ 0 - 2
config/src/test/java/org/springframework/security/config/annotation/method/configuration/Authz.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.annotation.method.configuration;

+ 0 - 2
config/src/test/java/org/springframework/security/config/annotation/method/configuration/DelegatingReactiveMessageService.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.config.annotation.method.configuration;
 

+ 0 - 2
config/src/test/java/org/springframework/security/config/annotation/method/configuration/EnableReactiveMethodSecurityTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.annotation.method.configuration;

+ 0 - 2
config/src/test/java/org/springframework/security/config/annotation/method/configuration/ReactiveMessageService.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.config.annotation.method.configuration;
 

+ 0 - 2
config/src/test/java/org/springframework/security/config/annotation/web/reactive/EnableWebFluxSecurityTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.annotation.web.reactive;

+ 0 - 2
config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBeanPropertiesResourceITests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.core.userdetails;

+ 0 - 2
config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsRepositoryResourceFactoryBeanPropertiesResourceLocationITests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.core.userdetails;

+ 0 - 2
config/src/test/java/org/springframework/security/config/core/userdetails/UserDetailsResourceFactoryBeanTest.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.core.userdetails;

+ 0 - 2
config/src/test/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBeanPropertiesResourceITests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.provisioning;

+ 0 - 2
config/src/test/java/org/springframework/security/config/provisioning/UserDetailsManagerResourceFactoryBeanPropertiesResourceLocationITests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.provisioning;

+ 0 - 2
config/src/test/java/org/springframework/security/config/web/server/AuthorizeExchangeBuilderTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.web.server;

+ 0 - 2
config/src/test/java/org/springframework/security/config/web/server/FormLoginTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.web.server;

+ 0 - 2
config/src/test/java/org/springframework/security/config/web/server/HeaderBuilderTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.web.server;

+ 0 - 2
config/src/test/java/org/springframework/security/config/web/server/HttpSecurityTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.config.web.server;

+ 0 - 2
config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientHtmlUnitDriverBuilder.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.htmlunit.server;

+ 0 - 2
config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientHtmlUnitDriverBuilderTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.htmlunit.server;

+ 0 - 2
config/src/test/java/org/springframework/security/htmlunit/server/WebTestClientWebConnection.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.htmlunit.server;

+ 0 - 2
core/src/main/java/org/springframework/security/access/method/PrePostAdviceMethodInterceptor.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.access.method;

+ 0 - 2
core/src/main/java/org/springframework/security/authentication/UserDetailsRepositoryAuthenticationManager.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authentication;

+ 0 - 2
core/src/main/java/org/springframework/security/authorization/AuthenticatedAuthorizationManager.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authorization;

+ 0 - 2
core/src/main/java/org/springframework/security/authorization/AuthorityAuthorizationManager.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authorization;

+ 0 - 2
core/src/main/java/org/springframework/security/authorization/AuthorizationDecision.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authorization;

+ 0 - 2
core/src/main/java/org/springframework/security/authorization/ReactiveAuthorizationManager.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.authorization;
 

+ 0 - 2
core/src/main/java/org/springframework/security/core/userdetails/MapUserDetailsRepository.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.core.userdetails;

+ 0 - 2
core/src/main/java/org/springframework/security/core/userdetails/UserDetailsRepository.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.core.userdetails;

+ 0 - 2
core/src/test/java/org/springframework/security/authentication/ReactiveAuthenticationManagerAdapterTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authentication;

+ 0 - 2
core/src/test/java/org/springframework/security/authorization/AuthenticatedAuthorizationManagerTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authorization;

+ 0 - 2
core/src/test/java/org/springframework/security/authorization/AuthorityAuthorizationManagerTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.authorization;

+ 0 - 2
core/src/test/java/org/springframework/security/core/userdetails/MapUserDetailsRepositoryTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.core.userdetails;
 

+ 0 - 2
samples/javaconfig/hellowebflux-method/src/main/java/sample/HelloWorldMessageService.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package sample;

+ 0 - 2
samples/javaconfig/hellowebflux-method/src/main/java/sample/SecurityConfig.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package sample;

+ 0 - 2
samples/javaconfig/hellowebflux-method/src/test/java/sample/HelloWebfluxMethodApplicationTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package sample;
 

+ 0 - 2
samples/javaconfig/hellowebflux-method/src/test/java/sample/HelloWorldMessageServiceTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package sample;

+ 0 - 2
samples/javaconfig/hellowebflux/src/main/java/sample/HelloWebfluxSecurityConfig.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package sample;

+ 0 - 2
samples/javaconfig/hellowebflux/src/test/java/sample/HelloWebfluxApplicationTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package sample;
 

+ 0 - 2
samples/javaconfig/hellowebfluxfn/src/main/java/sample/HelloWebfluxFnSecurityConfig.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package sample;

+ 0 - 2
samples/javaconfig/hellowebfluxfn/src/test/java/sample/HelloWebfluxFnApplicationTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package sample;
 

+ 0 - 2
test/src/main/java/org/springframework/security/test/context/support/DelegatingTestExecutionListener.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.context.support;

+ 0 - 2
test/src/main/java/org/springframework/security/test/context/support/ReactorContextTestExecutionListener.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.context.support;

+ 0 - 2
test/src/main/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurers.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.web.reactive.server;

+ 0 - 2
test/src/test/java/org/springframework/security/test/context/support/ReactorContextTestExecutionListenerTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.context.support;

+ 0 - 2
test/src/test/java/org/springframework/security/test/web/reactive/server/AbstractMockServerConfigurersTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.web.reactive.server;

+ 0 - 2
test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersAnnotatedTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.web.reactive.server;

+ 0 - 2
test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersClassAnnotatedTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.web.reactive.server;

+ 0 - 2
test/src/test/java/org/springframework/security/test/web/reactive/server/SecurityMockServerConfigurersTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.test.web.reactive.server;

+ 0 - 2
webflux/src/integration-test/java/webclient/oauth2/poc/WebClientOAuth2PocTests.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package webclient.oauth2.poc;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/reactive/result/method/annotation/AuthenticationPrincipalArgumentResolver.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.reactive.result.method.annotation;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/AuthenticationEntryPoint.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/DefaultRedirectStrategy.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/DelegatingAuthenticationEntryPoint.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/FormLoginAuthenticationConverter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/HttpBasicAuthenticationConverter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/MatcherSecurityWebFilterChain.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/RedirectStrategy.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/SecurityWebFilterChain.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/WebFilterChainFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/WebFilterExchange.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationEntryPointFailureHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationFailureHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationSuccessHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/AuthenticationWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authentication;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/RedirectAuthenticationEntryPoint.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/RedirectAuthenticationSuccessHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/WebFilterChainAuthenticationSuccessHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/logout/LogoutHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication.logout;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/logout/LogoutWebFiter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication.logout;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/logout/SecurityContextRepositoryLogoutHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authentication.logout;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authentication/www/HttpBasicAuthenticationEntryPoint.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authentication.www;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/AccessDeniedHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authorization;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/AuthorizationContext.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authorization;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/AuthorizationWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authorization;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/DelegatingReactiveAuthorizationManager.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authorization;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/ExceptionTranslationWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.authorization;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/authorization/HttpStatusAccessDeniedHandler.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.authorization;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/AuthenticationReactorContextFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.context;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepository.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.context;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepositoryServerWebExchange.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.context;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/SecurityContextRepositoryWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.context;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/ServerWebExchangeAttributeSecurityContextRepository.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.context;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/context/WebSessionSecurityContextRepository.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.context;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/CacheControlHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/CompositeHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package  org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/ContentTypeOptionsHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/HttpHeaderWriterWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/HttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/StaticHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/StrictTransportSecurityHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/XContentTypeOptionsHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/XFrameOptionsHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/header/XXssProtectionHttpHeadersWriter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.header;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/ui/LoginPageGeneratingWebFilter.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.ui;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/AndServerWebExchangeMatcher.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.util.matcher;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/MediaTypeServerWebExchangeMatcher.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.util.matcher;

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/OrServerWebExchangeMatcher.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.util.matcher;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/PathPatternParserServerWebExchangeMatcher.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.util.matcher;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/ServerWebExchangeMatcher.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.springframework.security.web.server.util.matcher;
 

+ 0 - 2
webflux/src/main/java/org/springframework/security/web/server/util/matcher/ServerWebExchangeMatcherEntry.java

@@ -1,5 +1,4 @@
 /*
- *
  * Copyright 2002-2017 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 package org.springframework.security.web.server.util.matcher;

Some files were not shown because too many files changed in this diff