dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

DandelionFilter gets called twice in spring boot 1.1.8.RELEASE #266

Open nisuhw opened 10 years ago

nisuhw commented 10 years ago

When I declare DatatablesFilter in my Spring Boot application as follow: @Bean FilterRegistrationBean dandelionFilter() { new FilterRegistrationBean(new DandelionFilter()) } The Filter gets called twice so resulting duplicate Githubissues.

  • Githubissues is a development platform for aggregating issues.