WW-4505 Add plugin to support bean validation

- Add pre configured interceptor stack to use bean validation with rest plugin
This commit is contained in:
Johannes Geppert
2015-09-24 19:59:35 +02:00
parent 18fc7eb155
commit f819486c34
2 changed files with 42 additions and 3 deletions
@@ -92,9 +92,7 @@
<interceptor-ref name="fileUpload"/>
<interceptor-ref name="checkbox"/>
<interceptor-ref name="staticParams"/>
<interceptor-ref name="params">
<param name="excludeParams">dojo\..*</param>
</interceptor-ref>
<interceptor-ref name="params"/>
<interceptor-ref name="rest" />
<interceptor-ref name="conversionError"/>
<interceptor-ref name="validation">