ef13d19b8b
Motivation: At the moment we let the IllegalArgumentException escape when parsing form parameters. This is not expected. Modifications: Correctly catch IllegalArgumentException and rethrow as ErrorDataDecoderException. Result: Throw correct exception.