Adding cleanup thread to jaxrs configuration
This commit is contained in:
parent
6ae96dd279
commit
41acd969bb
|
@ -56,11 +56,7 @@
|
|||
<ref bean="passwordService#rest"/>
|
||||
<ref bean="ldapGroupMappingService#rest"/>
|
||||
</jaxrs:serviceBeans>
|
||||
<!--
|
||||
<jaxrs:outInterceptors>
|
||||
<ref bean="threadLocalUserCleaner#rest"/>
|
||||
</jaxrs:outInterceptors>
|
||||
-->
|
||||
|
||||
<jaxrs:providers>
|
||||
<ref bean="jsonProvider"/>
|
||||
<ref bean="authenticationInterceptor#rest"/>
|
||||
|
@ -68,6 +64,7 @@
|
|||
<ref bean="redbackServiceExceptionMapper"/>
|
||||
<ref bean="passwordRuleViolationExceptionMapper"/>
|
||||
<ref bean="requestValidationInterceptor#rest" />
|
||||
<ref bean="threadLocalUserCleaner#rest"/>
|
||||
</jaxrs:providers>
|
||||
</jaxrs:server>
|
||||
|
||||
|
|
Loading…
Reference in New Issue