File tree Expand file tree Collapse file tree 6 files changed +6
-12
lines changed
gwt/src/main/webapp/WEB-INF
jsf/src/main/webapp/WEB-INF
spring/src/main/webapp/WEB-INF
struts/src/main/webapp/WEB-INF
tapestry/src/main/webapp/WEB-INF
wicket/src/main/webapp/WEB-INF Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 48
48
<!-- The authentication manager -->
49
49
<authentication-manager alias =" authenticationManager" >
50
50
<authentication-provider user-service-ref =" userDao" >
51
- <password-encoder ref =" passwordEncoder" >
52
- </password-encoder >
51
+ <password-encoder ref =" passwordEncoder" />
53
52
</authentication-provider >
54
53
</authentication-manager >
55
54
Original file line number Diff line number Diff line change 22
22
23
23
<authentication-manager >
24
24
<authentication-provider user-service-ref =" userDao" >
25
- <password-encoder ref =" passwordEncoder" >
26
- </password-encoder >
25
+ <password-encoder ref =" passwordEncoder" />
27
26
</authentication-provider >
28
27
</authentication-manager >
29
28
Original file line number Diff line number Diff line change 23
23
24
24
<authentication-manager >
25
25
<authentication-provider user-service-ref =" userDao" >
26
- <password-encoder ref =" passwordEncoder" >
27
- </password-encoder >
26
+ <password-encoder ref =" passwordEncoder" />
28
27
</authentication-provider >
29
28
</authentication-manager >
30
29
Original file line number Diff line number Diff line change 22
22
23
23
<authentication-manager >
24
24
<authentication-provider user-service-ref =" userDao" >
25
- <password-encoder ref =" passwordEncoder" >
26
- </password-encoder >
25
+ <password-encoder ref =" passwordEncoder" />
27
26
</authentication-provider >
28
27
</authentication-manager >
29
28
Original file line number Diff line number Diff line change 30
30
31
31
<authentication-manager >
32
32
<authentication-provider user-service-ref =" userDao" >
33
- <password-encoder ref =" passwordEncoder" >
34
- </password-encoder >
33
+ <password-encoder ref =" passwordEncoder" />
35
34
</authentication-provider >
36
35
</authentication-manager >
37
36
Original file line number Diff line number Diff line change 39
39
40
40
<authentication-manager alias =" authenticationManager" >
41
41
<authentication-provider user-service-ref =" userDao" >
42
- <password-encoder ref =" passwordEncoder" >
43
- </password-encoder >
42
+ <password-encoder ref =" passwordEncoder" />
44
43
</authentication-provider >
45
44
</authentication-manager >
46
45
You can’t perform that action at this time.
0 commit comments