You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is failing with following stack trace and beacuse of gradle task checkstyleNohttp:
ankur@ankur-pc:~/IdeaProjects/spring-security$ gradle clean build integrationTest
Task :checkstyleNohttp
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/catalog.xml:2:82: http:// URLs are not allowed but got 'http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/catalog.xml:4:20: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security-2.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.1.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.1.rnc:447:51: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.1.xsd:1442:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.2.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.2.rnc:447:51: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-3.2.xsd:1444:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.0.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.0.rnc:463:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.0.xsd:1512:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.1.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.1.rnc:472:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.1.xsd:1537:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.2.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.2.rnc:471:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-4.2.xsd:1542:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.0.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.0.rnc:461:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.0.xsd:1497:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.1.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.1.rnc:461:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.1.xsd:1497:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.2.rnc:1:16: http:// URLs are not allowed but got 'http://relaxng.org/ns/compatibility/annotations/1.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.2.rnc:461:48: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/production/resources/org/springframework/security/config/spring-security-5.2.xsd:1497:74: http:// URLs are not allowed but got 'http://axschema.org/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/annotation/configuration/AutowireBeanFactoryObjectPostProcessorTests-aopconfig.xml:7:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/annotation/configuration/AutowireBeanFactoryObjectPostProcessorTests-aopconfig.xml:8:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/context/spring-context-3.2.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/annotation/configuration/AutowireBeanFactoryObjectPostProcessorTests-aopconfig.xml:9:45: http:// URLs are not allowed but got 'http://www.springframework.org/schema/aop/spring-aop-3.2.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/authentication/PasswordEncoderParserTests-bean.xml:8:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/authentication/PasswordEncoderParserTests-bean.xml:20:68: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/authentication/PasswordEncoderParserTests-bean.xml:21:54: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/authentication/PasswordEncoderParserTests-default.xml:4:68: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/authentication/PasswordEncoderParserTests-default.xml:5:54: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/core/GrantedAuthorityDefaultsXmlTests-context.xml:6:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/core/GrantedAuthorityDefaultsXmlTests-context.xml:7:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/debug/SecurityDebugBeanFactoryPostProcessorTests-context.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/debug/SecurityDebugBeanFactoryPostProcessorTests-context.xml:22:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/debug/SecurityDebugBeanFactoryPostProcessorTests-context.xml:23:53: http:// URLs are not allowed but got 'http://www.springframework.org/schema/context/spring-context.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/debug/SecurityDebugBeanFactoryPostProcessorTests-context.xml:24:54: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-AccessDeniedHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-AccessDeniedHandler.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-AccessDeniedHandler.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-NoLeadingSlash.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-NoLeadingSlash.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-NoLeadingSlash.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-UsesPathAndRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-UsesPathAndRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/AccessDeniedConfigTests-UsesPathAndRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfBeanDefinitionParserTests-RegisterDataValueProcessorOnyIfNotRegistered.xml:6:45: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfBeanDefinitionParserTests-RegisterDataValueProcessorOnyIfNotRegistered.xml:7:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/context/spring-context.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfBeanDefinitionParserTests-RegisterDataValueProcessorOnyIfNotRegistered.xml:8:42: http:// URLs are not allowed but got 'http://www.springframework.org/schema/tx/spring-tx.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfBeanDefinitionParserTests-RegisterDataValueProcessorOnyIfNotRegistered.xml:9:44: http:// URLs are not allowed but got 'http://www.springframework.org/schema/util/spring-util-3.1.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfBeanDefinitionParserTests-RegisterDataValueProcessorOnyIfNotRegistered.xml:10:48: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-AutoConfig.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-AutoConfig.xml:22:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-AutoConfig.xml:23:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfDisabled.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfDisabled.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfDisabled.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfEnabled.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfEnabled.xml:22:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-CsrfEnabled.xml:23:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithAccessDeniedHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithAccessDeniedHandler.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithAccessDeniedHandler.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithRequestMatcher.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithRequestMatcher.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithRequestMatcher.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithSessionManagement.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithSessionManagement.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-WithSessionManagement.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-csrf-token-repository.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-csrf-token-repository.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-csrf-token-repository.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-request-matcher.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-request-matcher.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-mock-request-matcher.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-access-denied-handler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-access-denied-handler.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-access-denied-handler.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-controllers.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-controllers.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-controllers.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-controllers.xml:23:45: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-csrf-token-repository.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-csrf-token-repository.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-csrf-token-repository.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-userservice.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-userservice.xml:21:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/CsrfConfigTests-shared-userservice.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-AutoConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-AutoConfig.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-AutoConfig.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-Simple.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-Simple.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-Simple.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationFailureForwardUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationFailureForwardUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationFailureForwardUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationSuccessForwardUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationSuccessForwardUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithAuthenticationSuccessForwardUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithCustomAttributes.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithCustomAttributes.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithCustomAttributes.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenId.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenId.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenId.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenIdCustomAttributes.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenIdCustomAttributes.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginBeanDefinitionParserTests-WithOpenIdCustomAttributes.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec2919.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec2919.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec2919.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec3147.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec3147.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-ForSec3147.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashDefaultTargetUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashDefaultTargetUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashDefaultTargetUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashLoginPage.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashLoginPage.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-NoLeadingSlashLoginPage.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-UsingSpel.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-UsingSpel.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-UsingSpel.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithAntRequestMatcher.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithAntRequestMatcher.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithAntRequestMatcher.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfDisabled.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfEnabled.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfEnabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithCsrfEnabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithDefaultTargetUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithDefaultTargetUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithDefaultTargetUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithSuccessAndFailureHandlers.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithSuccessAndFailureHandlers.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithSuccessAndFailureHandlers.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithUsernameAndPasswordParameters.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithUsernameAndPasswordParameters.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/FormLoginConfigTests-WithUsernameAndPasswordParameters.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpConfigTests-Minimal.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpConfigTests-Minimal.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpConfigTests-Minimal.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-RequiresMvc.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-RequiresMvc.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-RequiresMvc.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCors.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCors.xml:24:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCors.xml:26:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCors.xml:28:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsConfigurationSource.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsConfigurationSource.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsConfigurationSource.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsFilter.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsFilter.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpCorsConfigTests-WithCorsFilter.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-CacheControlDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-CacheControlDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-CacheControlDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithEmptyDirectives.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithEmptyDirectives.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithEmptyDirectives.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithPolicyDirectives.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithPolicyDirectives.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithPolicyDirectives.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithReportOnly.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithReportOnly.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentSecurityPolicyWithReportOnly.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentTypeOptionsDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentTypeOptionsDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-ContentTypeOptionsDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultConfig.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultConfig.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCacheControl.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCacheControl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCacheControl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentSecurityPolicy.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentSecurityPolicy.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentSecurityPolicy.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentTypeOptions.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentTypeOptions.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithContentTypeOptions.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeader.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeader.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeader.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeaderWriter.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeaderWriter.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHeaderWriter.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHstsRequestMatcher.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHstsRequestMatcher.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithCustomHstsRequestMatcher.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyHpkp.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyHpkp.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyHpkp.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyPins.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyPins.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithEmptyPins.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptions.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptions.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptions.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFrom.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFrom.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFrom.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromBlankOrigin.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromBlankOrigin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromBlankOrigin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromNoOrigin.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromNoOrigin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromNoOrigin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromWhitelist.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromWhitelist.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsAllowFromWhitelist.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsDeny.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsDeny.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsDeny.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsSameOrigin.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsSameOrigin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithFrameOptionsSameOrigin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkp.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkp.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkp.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpDefaults.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpDefaults.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpDefaults.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpIncludeSubdomains.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpIncludeSubdomains.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpIncludeSubdomains.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpMaxAge.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpMaxAge.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpMaxAge.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReport.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReport.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReport.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReportUri.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReportUri.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReportUri.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHpkpReportUri.xml:29:22: http:// URLs are not allowed but got 'http://example.net/pkp-report'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHsts.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHsts.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithHsts.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithNoOverride.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithNoOverride.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithNoOverride.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderName.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderName.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderName.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderValue.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderValue.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithOnlyHeaderValue.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicy.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicy.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicy.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicySameOrigin.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicySameOrigin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithReferrerPolicySameOrigin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtection.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtection.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtection.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabledAndBlockSet.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabledAndBlockSet.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionDisabledAndBlockSet.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionEnabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionEnabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-DefaultsDisabledWithXssProtectionEnabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabledSpecifyingPolicy.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabledSpecifyingPolicy.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-FrameOptionsDisabledSpecifyingPolicy.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledHavingChildElement.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledHavingChildElement.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledHavingChildElement.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledWithContentSecurityPolicy.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledWithContentSecurityPolicy.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersDisabledWithContentSecurityPolicy.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersEnabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersEnabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HeadersEnabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HpkpDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HpkpDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HpkpDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingIncludeSubdomains.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingIncludeSubdomains.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingIncludeSubdomains.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingMaxAge.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingMaxAge.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingMaxAge.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingRequestMatcher.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingRequestMatcher.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-HstsDisabledSpecifyingRequestMatcher.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-WithFrameOptions.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-WithFrameOptions.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-WithFrameOptions.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledAndEnabled.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledAndEnabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledAndEnabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledSpecifyingBlock.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledSpecifyingBlock.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpHeadersConfigTests-XssProtectionDisabledSpecifyingBlock.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpInterceptUrlTests-interceptUrlWhenRequestMatcherRefThenWorks.xml:6:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/HttpInterceptUrlTests-interceptUrlWhenRequestMatcherRefThenWorks.xml:7:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-AntMatcherServletPath.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-AntMatcherServletPath.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-AntMatcherServletPath.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CamelCasePathVariables.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CamelCasePathVariables.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CamelCasePathVariables.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CiRegexMatcherServletPath.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CiRegexMatcherServletPath.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-CiRegexMatcherServletPath.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-DefaultMatcherServletPath.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-DefaultMatcherServletPath.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-DefaultMatcherServletPath.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-HasAnyRole.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-HasAnyRole.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-HasAnyRole.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchers.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchers.xml:24:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchers.xml:26:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchers.xml:28:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersPathVariables.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersPathVariables.xml:24:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersPathVariables.xml:26:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersPathVariables.xml:28:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersServletPath.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersServletPath.xml:24:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersServletPath.xml:26:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-MvcMatchersServletPath.xml:28:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PatchMethod.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PatchMethod.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PatchMethod.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PathVariables.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PathVariables.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-PathVariables.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-RegexMatcherServletPath.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-RegexMatcherServletPath.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-RegexMatcherServletPath.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-Sec2256.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-Sec2256.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-Sec2256.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-TypeConversionPathVariables.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-TypeConversionPathVariables.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/InterceptUrlConfigTests-TypeConversionPathVariables.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousCustomAttributes.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousCustomAttributes.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousCustomAttributes.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousDisabled.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousDisabled.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousDisabled.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousEndpoints.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousEndpoints.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousEndpoints.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousMultipleAuthorities.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousMultipleAuthorities.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AnonymousMultipleAuthorities.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerEraseCredentials.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerEraseCredentials.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerEraseCredentials.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefKeepCredentials.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefKeepCredentials.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefKeepCredentials.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefNotProviderManager.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefNotProviderManager.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AuthenticationManagerRefNotProviderManager.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AutoConfig.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AutoConfig.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-AutoConfig.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CiRegexSecurityPattern.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CiRegexSecurityPattern.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CiRegexSecurityPattern.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CollidingFilters.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CollidingFilters.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CollidingFilters.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAccessDecisionManager.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAccessDecisionManager.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAccessDecisionManager.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAuthenticationDetailsSourceRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAuthenticationDetailsSourceRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomAuthenticationDetailsSourceRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomFilters.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomFilters.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomFilters.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomHttpBasicEntryPointRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomHttpBasicEntryPointRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomHttpBasicEntryPointRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomRequestMatcher.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomRequestMatcher.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-CustomRequestMatcher.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DeleteCookies.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DeleteCookies.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DeleteCookies.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DisableUrlRewriting.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DisableUrlRewriting.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-DisableUrlRewriting.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-EntryPoint.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-EntryPoint.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-EntryPoint.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ExpressionHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ExpressionHandler.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ExpressionHandler.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpBasic.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpBasic.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpBasic.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpFirewall.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpFirewall.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-HttpFirewall.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlExpressions.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlExpressions.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlExpressions.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethod.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethod.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethod.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttps.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttps.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttps.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttpsAny.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttpsAny.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InterceptUrlMethodRequiresHttpsAny.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InvalidLogoutSuccessUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InvalidLogoutSuccessUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-InvalidLogoutSuccessUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Jaas.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Jaas.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Jaas.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-JeeFilter.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-JeeFilter.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-JeeFilter.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-LogoutSuccessHandlerRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-LogoutSuccessHandlerRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-LogoutSuccessHandlerRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MinimalConfiguration.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MinimalConfiguration.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MinimalConfiguration.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MissingUserDetailsService.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MissingUserDetailsService.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-MissingUserDetailsService.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoAuthProviders.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoAuthProviders.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoAuthProviders.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoInternalAuthenticationProviders.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoInternalAuthenticationProviders.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoInternalAuthenticationProviders.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoSecurityForPattern.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoSecurityForPattern.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-NoSecurityForPattern.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-OncePerRequest.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-OncePerRequest.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-OncePerRequest.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedInterceptUrlMethodRequiresAny.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedInterceptUrlMethodRequiresAny.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedInterceptUrlMethodRequiresAny.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedRequiresHttps.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedRequiresHttps.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-PortsMappedRequiresHttps.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ProtectedLoginPage.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ProtectedLoginPage.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-ProtectedLoginPage.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RegexSecurityPattern.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RegexSecurityPattern.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RegexSecurityPattern.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RequestCache.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RequestCache.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-RequestCache.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec750.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec750.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec750.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec934.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec934.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-Sec934.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-SecurityContextRepository.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-SecurityContextRepository.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-SecurityContextRepository.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-X509.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-X509.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-X509.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-controllers.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-controllers.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-controllers.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MiscHttpConfigTests-controllers.xml:23:45: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-DistinctHttpElements.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-DistinctHttpElements.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-DistinctHttpElements.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticalHttpElements.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticalHttpElements.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticalHttpElements.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticallyPatternedHttpElements.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticallyPatternedHttpElements.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-IdenticallyPatternedHttpElements.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-Sec1937.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-Sec1937.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/MultiHttpBlockConfigTests-Sec1937.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-Sec2919.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-Sec2919.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-Sec2919.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLogin.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLogin.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLogin.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginAndOpenIDLoginPages.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginAndOpenIDLoginPages.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginAndOpenIDLoginPages.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginPage.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginPage.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithFormLoginPage.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDAttributes.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDAttributes.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDAttributes.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDAttributes.xml:29:45: http:// URLs are not allowed but got 'http://schema.openid.net/namePerson/friendly'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDAttributes.xml:30:42: http:// URLs are not allowed but got 'http://schema.openid.net/contact/email'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDLoginPageAndFormLogin.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDLoginPageAndFormLogin.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithOpenIDLoginPageAndFormLogin.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithRememberMe.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithRememberMe.xml:22:52: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/OpenIDConfigTests-WithRememberMe.xml:23:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPage.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPage.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPage.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPageWithSpEL.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPageWithSpEL.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-AccessDeniedPageWithSpEL.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLogin.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLogin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLogin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLoginWithSpEL.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLoginWithSpEL.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-InterceptUrlAndFormLoginWithSpEL.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-PortMapping.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-PortMapping.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-PortMapping.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-RequiresChannel.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-RequiresChannel.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-RequiresChannel.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-UnsecuredPattern.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-UnsecuredPattern.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/PlaceHolderAndELConfigTests-UnsecuredPattern.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-DefaultConfig.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-DefaultConfig.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-DefaultConfig.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidity.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidity.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidity.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithDataSource.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithDataSource.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithDataSource.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithPersistentRepository.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithPersistentRepository.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-NegativeTokenValidityWithPersistentRepository.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec1827.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec1827.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec1827.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec2165.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec2165.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec2165.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec742.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec742.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-Sec742.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-SecureCookie.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-SecureCookie.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-SecureCookie.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-TokenValidity.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-TokenValidity.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-TokenValidity.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithAuthenticationSuccessHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithAuthenticationSuccessHandler.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithAuthenticationSuccessHandler.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithDataSource.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithDataSource.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithDataSource.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookie.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookie.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookie.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookieAndServicesRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookieAndServicesRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeCookieAndServicesRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameter.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameter.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameter.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameterAndServicesRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameterAndServicesRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithRememberMeParameterAndServicesRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithServicesRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithServicesRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithServicesRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithTokenRepository.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithTokenRepository.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithTokenRepository.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithUserDetailsService.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithUserDetailsService.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/RememberMeConfigTests-WithUserDetailsService.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-FormLogin.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-FormLogin.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-FormLogin.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-HttpBasic.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-HttpBasic.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-HttpBasic.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Logout.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Logout.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Logout.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-MultiHttp.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-MultiHttp.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-MultiHttp.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Simple.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Simple.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SecurityContextHolderAwareRequestConfigTests-Simple.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlCustomLogoutHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlCustomLogoutHandler.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlCustomLogoutHandler.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlExpiredUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlExpiredUrl.xml:24:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlExpiredUrl.xml:26:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlExpiredUrl.xml:28:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/mvc/spring-mvc.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlLogoutAndRememberMeHandlers.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlLogoutAndRememberMeHandlers.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlLogoutAndRememberMeHandlers.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlMaxSessions.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlMaxSessions.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlMaxSessions.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlRememberMeHandler.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlRememberMeHandler.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlRememberMeHandler.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryAlias.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryAlias.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryAlias.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-ConcurrencyControlSessionRegistryRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionAlways.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionAlways.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionAlways.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionIfRequired.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionIfRequired.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionIfRequired.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionNever.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionNever.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionNever.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionStateless.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionStateless.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-CreateSessionStateless.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-NoSessionManagementFilter.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-NoSessionManagementFilter.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-NoSessionManagementFilter.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec1208.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec1208.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec1208.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec2137.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec2137.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-Sec2137.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionAuthenticationStrategyRef.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionAuthenticationStrategyRef.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionAuthenticationStrategyRef.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionMigrateSession.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionMigrateSession.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionMigrateSession.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNone.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNone.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNone.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNoneWithInvalidSessionUrl.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNoneWithInvalidSessionUrl.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTests-SessionFixationProtectionNoneWithInvalidSessionUrl.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-CreateSessionAlwaysWithTransientAuthentication.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-CreateSessionAlwaysWithTransientAuthentication.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-CreateSessionAlwaysWithTransientAuthentication.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-WithTransientAuthentication.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-WithTransientAuthentication.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/SessionManagementConfigTransientAuthenticationTests-WithTransientAuthentication.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/userservice.xml:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/userservice.xml:23:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/http/userservice.xml:25:4: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method-security.xml:7:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method-security.xml:8:44: http:// URLs are not allowed but got 'http://www.springframework.org/schema/tx/spring-tx.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method-security.xml:9:50: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/PreAuthorizeTests-context.xml:6:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/PreAuthorizeTests-context.xml:7:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/SecuredTests-context.xml:6:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/SecuredTests-context.xml:7:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2136/sec2136.xml:8:65: http:// URLs are not allowed but got 'http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2136/sec2136.xml:9:50: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2136/sec2136.xml:10:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.1.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2136/sec2136.xml:11:50: http:// URLs are not allowed but got 'http://www.springframework.org/schema/data/jpa/spring-jpa.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2136/sec2136.xml:12:49: http:// URLs are not allowed but got 'http://www.springframework.org/schema/context/spring-context-3.1.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2499/child.xml:5:69: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2499/child.xml:6:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/method/sec2499/parent.xml:4:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectAckInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectAckInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectAckInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-ConnectInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomExpressionHandlerConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomExpressionHandlerConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomExpressionHandlerConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomInterceptorConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomInterceptorConfig.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomInterceptorConfig.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomInterceptorConfig.xml:23:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomPathMatcherConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomPathMatcherConfig.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomPathMatcherConfig.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-CustomPathMatcherConfig.xml:23:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectAckInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectAckInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectAckInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-DisconnectInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-HeartbeatInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-HeartbeatInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-HeartbeatInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdIntegratedConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdIntegratedConfig.xml:21:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdIntegratedConfig.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-IdIntegratedConfig.xml:23:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-MessageInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-MessageInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-MessageInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-NoIdConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-NoIdConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-NoIdConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-OtherInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-OtherInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-OtherInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SubscribeInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SubscribeInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SubscribeInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncCustomArgumentResolverConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncCustomArgumentResolverConfig.xml:21:70: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncCustomArgumentResolverConfig.xml:22:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncCustomArgumentResolverConfig.xml:23:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSameOriginDisabledConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSameOriginDisabledConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSameOriginDisabledConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSockJsConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSockJsConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-SyncSockJsConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-UnsubscribeInterceptTypeConfig.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-UnsubscribeInterceptTypeConfig.xml:20:71: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/WebSocketMessageBrokerConfigTests-UnsubscribeInterceptTypeConfig.xml:21:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/controllers.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/controllers.xml:19:67: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/sync.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/sync.xml:19:67: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket-sockjs.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket-sockjs.xml:20:68: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket-sockjs.xml:21:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket.xml:9:10: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket.xml:20:68: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/config/websocket/websocket.xml:21:51: http:// URLs are not allowed but got 'http://www.springframework.org/schema/websocket/spring-websocket.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/util/filtertest-valid.xml:10:7: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/util/filtertest-valid.xml:25:47: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/util/filtertest-valid.xml:26:46: http:// URLs are not allowed but got 'http://www.springframework.org/schema/util/spring-util-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/org/springframework/security/util/filtertest-valid.xml:27:50: http:// URLs are not allowed but got 'http://www.springframework.org/schema/security/spring-security.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/config/out/test/resources/users.properties:9:11: http:// URLs are not allowed but got 'http://www.apache.org/licenses/LICENSE-2.0'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/core/out/test/resources/org/springframework/security/authentication/jaas/DefaultJaasAuthenticationProviderTests.xml:4:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/core/out/test/resources/org/springframework/security/authentication/jaas/DefaultJaasAuthenticationProviderTests.xml:5:46: http:// URLs are not allowed but got 'http://www.springframework.org/schema/util/spring-util-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/core/out/test/resources/org/springframework/security/authentication/jaas/JaasAuthenticationProviderTests.xml:2:51: http:// URLs are not allowed but got 'http://www.springframework.org/dtd/spring-beans.dtd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/web/out/test/resources/org/springframework/security/web/authentication/DelegatingAuthenticationEntryPointTest-context.xml:4:66: http:// URLs are not allowed but got 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/web/out/test/resources/webxml/NoRoles.web.xml:2:84: http:// URLs are not allowed but got 'http://java.sun.com/dtd/web-app_2_3.dtd'. Use https:// instead. [NoHttp]
[ant:checkstyle] [ERROR] /home/ankur/IdeaProjects/spring-security/web/out/test/resources/webxml/Role1-4.web.xml:2:84: http:// URLs are not allowed but got 'http://java.sun.com/dtd/web-app_2_3.dtd'. Use https:// instead. [NoHttp]
Task :checkstyleNohttp FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':checkstyleNohttp'.
Checkstyle rule violations were found. See the report at: file:///home/ankur/IdeaProjects/spring-security/build/reports/checkstyle/nohttp.html
Checkstyle files with violations: 270
Checkstyle violations by severity: [error:784]
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
@ankurpathak, sorry that you had some difficulties here. It looks like the build on that PR is green now.
OOC, I took a look at a couple of the complaints in your pasted log, and they are referencing URLs that are already changed to https on master. Is it possible that your fork didn't have the latest from upstream/master?
Uh oh!
There was an error while loading. Please reload this page.
Build process for my pull request:
#7589
is failing with following stack trace and beacuse of gradle task checkstyleNohttp:
ankur@ankur-pc:~/IdeaProjects/spring-security$ gradle clean build integrationTest
FAILURE: Build failed with an exception.
Execution failed for task ':checkstyleNohttp'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 15s
84 actionable tasks: 37 executed, 47 up-to-date
The text was updated successfully, but these errors were encountered: