Skip to content

Commit e2d1f25

Browse files
committed
BAEL-9467 Update Spring Security article
- Upgraded xml schema versions to latest
1 parent 510fe26 commit e2d1f25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-security-rest/src/main/resources/webSecurityConfig.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
xmlns:p="http://www.springframework.org/schema/p"
66
xsi:schemaLocation="
77
http://www.springframework.org/schema/security
8-
http://www.springframework.org/schema/security/spring-security-4.2.xsd
8+
http://www.springframework.org/schema/security/spring-security.xsd
99
http://www.springframework.org/schema/beans
10-
http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">
10+
http://www.springframework.org/schema/beans/spring-beans.xsd">
1111

1212
<!-- Spring Security Configurations are managed in SecurityJavaConfig class -->
1313
<!--

spring-security-rest/src/main/webapp/WEB-INF/api-servlet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">
4+
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
55

66
<bean id="multipartResolver"
77
class="org.springframework.web.multipart.commons.CommonsMultipartResolver">

0 commit comments

Comments
 (0)