File tree Expand file tree Collapse file tree 3 files changed +0
-234
lines changed
openid-connect-server-webapp/src/main Expand file tree Collapse file tree 3 files changed +0
-234
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 205
205
<bean id =" clientAssertionAuthenticationProvider" class =" org.mitre.openid.connect.assertion.JWTBearerAuthenticationProvider" />
206
206
207
207
<!-- Configure locale information -->
208
- <!-- <bean id="messageSource" -->
209
- <!-- class="org.springframework.context.support.ReloadableResourceBundleMessageSource"> -->
210
- <!-- <property name="basenames"> -->
211
- <!-- <list> -->
212
- <!-- <value>classpath:custom_messages</value> -->
213
- <!-- <value>classpath:messages</value> -->
214
- <!-- </list> -->
215
- <!-- </property> -->
216
- <!-- <property name="fallbackToSystemLocale" value="false" /> -->
217
- <!-- <property name="cacheSeconds" value="180" /> -->
218
- <!-- <property name="defaultEncoding" value="UTF-8" /> -->
219
- <!-- <property name="useCodeAsDefaultMessage" value="true" /> -->
220
- <!-- </bean> -->
221
-
222
-
223
208
<bean id =" messageSource" class =" org.mitre.openid.connect.config.JsonMessageSource" >
224
209
<property name =" baseDirectory" value =" /resources/js/locale/" />
225
210
</bean >
You can’t perform that action at this time.
0 commit comments