Skip to content

Commit 5c65363

Browse files
committed
Fixed empty element.
1 parent 264b23f commit 5c65363

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

web/gwt/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
<!-- The authentication manager -->
4949
<authentication-manager alias="authenticationManager">
5050
<authentication-provider user-service-ref="userDao">
51-
<password-encoder ref="passwordEncoder">
52-
</password-encoder>
51+
<password-encoder ref="passwordEncoder"/>
5352
</authentication-provider>
5453
</authentication-manager>
5554

web/jsf/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
<authentication-manager>
2424
<authentication-provider user-service-ref="userDao">
25-
<password-encoder ref="passwordEncoder">
26-
</password-encoder>
25+
<password-encoder ref="passwordEncoder"/>
2726
</authentication-provider>
2827
</authentication-manager>
2928

web/spring/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323

2424
<authentication-manager>
2525
<authentication-provider user-service-ref="userDao">
26-
<password-encoder ref="passwordEncoder">
27-
</password-encoder>
26+
<password-encoder ref="passwordEncoder"/>
2827
</authentication-provider>
2928
</authentication-manager>
3029

web/struts/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
<authentication-manager>
2424
<authentication-provider user-service-ref="userDao">
25-
<password-encoder ref="passwordEncoder">
26-
</password-encoder>
25+
<password-encoder ref="passwordEncoder"/>
2726
</authentication-provider>
2827
</authentication-manager>
2928

web/tapestry/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030

3131
<authentication-manager>
3232
<authentication-provider user-service-ref="userDao">
33-
<password-encoder ref="passwordEncoder">
34-
</password-encoder>
33+
<password-encoder ref="passwordEncoder"/>
3534
</authentication-provider>
3635
</authentication-manager>
3736

web/wicket/src/main/webapp/WEB-INF/security.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939

4040
<authentication-manager alias="authenticationManager">
4141
<authentication-provider user-service-ref="userDao">
42-
<password-encoder ref="passwordEncoder">
43-
</password-encoder>
42+
<password-encoder ref="passwordEncoder"/>
4443
</authentication-provider>
4544
</authentication-manager>
4645

0 commit comments

Comments
 (0)