MaskingTechnology/jitar

Add fqn validation

Closed this issue · 0 comments

Currently, the fqn specified in the rpc call is directly used for the request. The module loader does take care of this, but we also want to check this on the server before calling the module loader.

In case we have an invalid fqn, we will throw a BadRequest exception.