Project

General

Profile

« Previous | Next » 

Revision 51554

added header filter to better manage the requested format, related to #3472

View differences:

applicationContext.xml
55 55

  
56 56
	<context:annotation-config />
57 57
	<context:component-scan base-package="eu.dnetlib.data.search.web.api">
58
		<context:include-filter type="annotation"
59
								expression="org.springframework.web.bind.annotation.ControllerAdvice" />
58
		<context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" />
60 59
	</context:component-scan>
61 60

  
62 61
	<import resource="./cxf.xml" />

Also available in: Unified diff