Skip to content

Commit bfdcb18

Browse files
author
eugenp
committed
cleanup work
1 parent f921036 commit bfdcb18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<faceted-project>
3-
<installed facet="jst.web" version="3.0"/>
43
<installed facet="java" version="1.8"/>
4+
<installed facet="jst.web" version="3.1"/>
55
</faceted-project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
33
xsi:schemaLocation="
44
http://www.springframework.org/schema/security
5-
http://www.springframework.org/schema/security/spring-security-4.0.xsd
5+
http://www.springframework.org/schema/security/spring-security.xsd
66
http://www.springframework.org/schema/beans
7-
http://www.springframework.org/schema/beans/spring-beans-4.2.xsd"
7+
http://www.springframework.org/schema/beans/spring-beans.xsd"
88
>
99

1010
<beans:bean id="digestFilter" class="org.springframework.security.web.authentication.www.DigestAuthenticationFilter">

0 commit comments

Comments
 (0)