Hello,
can somebody tell me how is it possible to validate request parameters in DFS?
I know I can write handler and register it in service-handler-chain.xml, but isn't there some easier way?
For example what if I want to validate string parameters and their length? Is there some best practise for how to do this?
Thanks in advance