Skip to content

Commit 5311d58

Browse files
author
Greg Turnquist
committed
Convert to CRLF
1 parent 24384de commit 5311d58

19 files changed

+921
-921
lines changed

samples/petclinic/cherrypy/applicationContext-client.xml

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
2+
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
55
http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd">
66

77
<object id="controller" class="springpython.remoting.pyro.PyroProxyFactory">
@@ -17,32 +17,32 @@
1717
</object>
1818

1919
<object id="userDetailsService2" class="springpython.security.userdetails.InMemoryUserDetailsService">
20-
<property name="user_dict">
21-
<dict>
22-
<entry>
23-
<key><value>jcarter</value></key>
24-
<tuple>
25-
<value>password6</value>
26-
<list><value>VET_ANY</value></list>
27-
<value>True</value>
28-
</tuple>
29-
</entry>
20+
<property name="user_dict">
21+
<dict>
22+
<entry>
23+
<key><value>jcarter</value></key>
24+
<tuple>
25+
<value>password6</value>
26+
<list><value>VET_ANY</value></list>
27+
<value>True</value>
28+
</tuple>
29+
</entry>
3030
</dict>
3131
</property>
3232
</object>
3333

3434
<object id="userDetailsService3" class="springpython.security.userdetails.InMemoryUserDetailsService">
3535
<property name="user_dict">
36-
<dict>
37-
<entry>
38-
<key><value>jcoleman</value></key>
39-
<tuple>
40-
<value>password5</value>
41-
<list><value>CUSTOMER_ANY</value></list>
42-
<value>True</value>
43-
</tuple>
44-
</entry>
45-
</dict>
36+
<dict>
37+
<entry>
38+
<key><value>jcoleman</value></key>
39+
<tuple>
40+
<value>password5</value>
41+
<list><value>CUSTOMER_ANY</value></list>
42+
<value>True</value>
43+
</tuple>
44+
</entry>
45+
</dict>
4646
</property>
4747
</object>
4848

@@ -78,11 +78,11 @@
7878
</object>
7979

8080
<object id="authenticationManager" class="springpython.security.providers.AuthenticationManager">
81-
<property name="auth_providers">
82-
<list>
83-
<ref object="plainAuthenticationProvider"/>
84-
<ref object="md5AuthenticationProvider"/>
85-
<ref object="shaAuthenticationProvider"/>
81+
<property name="auth_providers">
82+
<list>
83+
<ref object="plainAuthenticationProvider"/>
84+
<ref object="md5AuthenticationProvider"/>
85+
<ref object="shaAuthenticationProvider"/>
8686
</list>
8787
</property>
8888
</object>
@@ -101,11 +101,11 @@
101101

102102
<object id="accessDecisionManager" class="springpython.security.vote.AffirmativeBased">
103103
<property name="allow_if_all_abstain" value="False"/>
104-
<property name="access_decision_voters">
105-
<list>
106-
<ref object="vetRoleVoter"/>
107-
<ref object="customerRoleVoter"/>
108-
<ref object="ownerVoter"/>
104+
<property name="access_decision_voters">
105+
<list>
106+
<ref object="vetRoleVoter"/>
107+
<ref object="customerRoleVoter"/>
108+
<ref object="ownerVoter"/>
109109
</list>
110110
</property>
111111
</object>
@@ -127,20 +127,20 @@
127127
<property name="auth_manager" ref="authenticationManager"/>
128128
<property name="access_decision_mgr" ref="accessDecisionManager"/>
129129
<property name="sessionStrategy" ref="cherrypySessionStrategy"/>
130-
<property name="obj_def_source">
131-
<list>
132-
<tuple>
133-
<value>/vets.*</value>
134-
<list><value>VET_ANY</value></list>
135-
</tuple>
136-
<tuple>
137-
<value>/editOwner.*</value>
138-
<list><value>VET_ANY</value><value>OWNER</value></list>
139-
</tuple>
140-
<tuple>
141-
<value>/.*</value>
142-
<list><value>VET_ANY</value><value>CUSTOMER_ANY</value></list>
143-
</tuple>
130+
<property name="obj_def_source">
131+
<list>
132+
<tuple>
133+
<value>/vets.*</value>
134+
<list><value>VET_ANY</value></list>
135+
</tuple>
136+
<tuple>
137+
<value>/editOwner.*</value>
138+
<list><value>VET_ANY</value><value>OWNER</value></list>
139+
</tuple>
140+
<tuple>
141+
<value>/.*</value>
142+
<list><value>VET_ANY</value><value>CUSTOMER_ANY</value></list>
143+
</tuple>
144144
</list>
145145
</property>
146146
</object>
@@ -161,29 +161,29 @@
161161
</object>
162162

163163
<object id="filterChainProxy" class="springpython.security.cherrypy3.CP3FilterChainProxy">
164-
<property name="filterInvocationDefinitionSource">
165-
<list>
166-
<tuple>
167-
<value>/images.*</value>
168-
<list></list>
169-
</tuple>
170-
<tuple>
171-
<value>/html.*</value>
172-
<list></list>
173-
</tuple>
174-
<tuple>
175-
<value>/login.*</value>
176-
<list><value>httpContextFilter</value></list>
177-
</tuple>
178-
<tuple>
179-
<value>/.*</value>
180-
<list>
181-
<value>httpContextFilter</value>
182-
<value>exceptionTranslationFilter</value>
183-
<value>authenticationProcessingFilter</value>
184-
<value>filterSecurityInterceptor</value>
185-
</list>
186-
</tuple>
164+
<property name="filterInvocationDefinitionSource">
165+
<list>
166+
<tuple>
167+
<value>/images.*</value>
168+
<list></list>
169+
</tuple>
170+
<tuple>
171+
<value>/html.*</value>
172+
<list></list>
173+
</tuple>
174+
<tuple>
175+
<value>/login.*</value>
176+
<list><value>httpContextFilter</value></list>
177+
</tuple>
178+
<tuple>
179+
<value>/.*</value>
180+
<list>
181+
<value>httpContextFilter</value>
182+
<value>exceptionTranslationFilter</value>
183+
<value>authenticationProcessingFilter</value>
184+
<value>filterSecurityInterceptor</value>
185+
</list>
186+
</tuple>
187187
</list>
188188
</property>
189189
</object>

samples/petclinic/cherrypy/applicationContext-server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
2+
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
55
http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd">
66

77
<object id="connectionFactory" class="springpython.database.factory.MySQLConnectionFactory">

samples/petclinic/cherrypy/applicationContext.xml

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
5-
http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<objects xmlns="http://www.springframework.org/springpython/schema/objects"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.springframework.org/springpython/schema/objects
5+
http://springpython.webfactional.com/schema/context/spring-python-context-1.0.xsd">
66

77
<object id="connectionFactory" class="springpython.database.factory.MySQLConnectionFactory">
88
<property name="username" value="springpython"/>
@@ -24,32 +24,32 @@
2424
</object>
2525

2626
<object id="userDetailsService2" class="springpython.security.userdetails.InMemoryUserDetailsService">
27-
<property name="user_dict">
28-
<dict>
29-
<entry>
30-
<key><value>jcarter</value></key>
31-
<tuple>
32-
<value>password6</value>
33-
<list><value>VET_ANY</value></list>
34-
<value>True</value>
35-
</tuple>
36-
</entry>
27+
<property name="user_dict">
28+
<dict>
29+
<entry>
30+
<key><value>jcarter</value></key>
31+
<tuple>
32+
<value>password6</value>
33+
<list><value>VET_ANY</value></list>
34+
<value>True</value>
35+
</tuple>
36+
</entry>
3737
</dict>
3838
</property>
3939
</object>
4040

4141
<object id="userDetailsService3" class="springpython.security.userdetails.InMemoryUserDetailsService">
4242
<property name="user_dict">
43-
<dict>
44-
<entry>
45-
<key><value>jcoleman</value></key>
46-
<tuple>
47-
<value>password5</value>
48-
<list><value>CUSTOMER_ANY</value></list>
49-
<value>True</value>
50-
</tuple>
51-
</entry>
52-
</dict>
43+
<dict>
44+
<entry>
45+
<key><value>jcoleman</value></key>
46+
<tuple>
47+
<value>password5</value>
48+
<list><value>CUSTOMER_ANY</value></list>
49+
<value>True</value>
50+
</tuple>
51+
</entry>
52+
</dict>
5353
</property>
5454
</object>
5555

@@ -85,11 +85,11 @@
8585
</object>
8686

8787
<object id="authenticationManager" class="springpython.security.providers.AuthenticationManager">
88-
<property name="auth_providers">
89-
<list>
90-
<ref object="plainAuthenticationProvider"/>
91-
<ref object="md5AuthenticationProvider"/>
92-
<ref object="shaAuthenticationProvider"/>
88+
<property name="auth_providers">
89+
<list>
90+
<ref object="plainAuthenticationProvider"/>
91+
<ref object="md5AuthenticationProvider"/>
92+
<ref object="shaAuthenticationProvider"/>
9393
</list>
9494
</property>
9595
</object>
@@ -108,11 +108,11 @@
108108

109109
<object id="accessDecisionManager" class="springpython.security.vote.AffirmativeBased">
110110
<property name="allow_if_all_abstain" value="False"/>
111-
<property name="access_decision_voters">
112-
<list>
113-
<ref object="vetRoleVoter"/>
114-
<ref object="customerRoleVoter"/>
115-
<ref object="ownerVoter"/>
111+
<property name="access_decision_voters">
112+
<list>
113+
<ref object="vetRoleVoter"/>
114+
<ref object="customerRoleVoter"/>
115+
<ref object="ownerVoter"/>
116116
</list>
117117
</property>
118118
</object>
@@ -134,20 +134,20 @@
134134
<property name="auth_manager" ref="authenticationManager"/>
135135
<property name="access_decision_mgr" ref="accessDecisionManager"/>
136136
<property name="sessionStrategy" ref="cherrypySessionStrategy"/>
137-
<property name="obj_def_source">
138-
<list>
139-
<tuple>
140-
<value>/vets.*</value>
141-
<list><value>VET_ANY</value></list>
142-
</tuple>
143-
<tuple>
144-
<value>/editOwner.*</value>
145-
<list><value>VET_ANY</value><value>OWNER</value></list>
146-
</tuple>
147-
<tuple>
148-
<value>/.*</value>
149-
<list><value>VET_ANY</value><value>CUSTOMER_ANY</value></list>
150-
</tuple>
137+
<property name="obj_def_source">
138+
<list>
139+
<tuple>
140+
<value>/vets.*</value>
141+
<list><value>VET_ANY</value></list>
142+
</tuple>
143+
<tuple>
144+
<value>/editOwner.*</value>
145+
<list><value>VET_ANY</value><value>OWNER</value></list>
146+
</tuple>
147+
<tuple>
148+
<value>/.*</value>
149+
<list><value>VET_ANY</value><value>CUSTOMER_ANY</value></list>
150+
</tuple>
151151
</list>
152152
</property>
153153
</object>
@@ -168,29 +168,29 @@
168168
</object>
169169

170170
<object id="filterChainProxy" class="springpython.security.cherrypy3.CP3FilterChainProxy">
171-
<property name="filterInvocationDefinitionSource">
172-
<list>
173-
<tuple>
174-
<value>/images.*</value>
175-
<list></list>
176-
</tuple>
177-
<tuple>
178-
<value>/html.*</value>
179-
<list></list>
180-
</tuple>
181-
<tuple>
182-
<value>/login.*</value>
183-
<list><value>httpContextFilter</value></list>
184-
</tuple>
185-
<tuple>
186-
<value>/.*</value>
187-
<list>
188-
<value>httpContextFilter</value>
189-
<value>exceptionTranslationFilter</value>
190-
<value>authenticationProcessingFilter</value>
191-
<value>filterSecurityInterceptor</value>
192-
</list>
193-
</tuple>
171+
<property name="filterInvocationDefinitionSource">
172+
<list>
173+
<tuple>
174+
<value>/images.*</value>
175+
<list></list>
176+
</tuple>
177+
<tuple>
178+
<value>/html.*</value>
179+
<list></list>
180+
</tuple>
181+
<tuple>
182+
<value>/login.*</value>
183+
<list><value>httpContextFilter</value></list>
184+
</tuple>
185+
<tuple>
186+
<value>/.*</value>
187+
<list>
188+
<value>httpContextFilter</value>
189+
<value>exceptionTranslationFilter</value>
190+
<value>authenticationProcessingFilter</value>
191+
<value>filterSecurityInterceptor</value>
192+
</list>
193+
</tuple>
194194
</list>
195195
</property>
196196
</object>

0 commit comments

Comments
 (0)