rxue / REST-API

0 stars 0 forks source link

sub-task of #17: make the create of CRUD in the CompanySource have a security check with corresponding checked exception #18

Open rxue opened 2 years ago

rxue commented 2 years ago

TODO:

rxue commented 2 years ago

Problem: Even through the exception can be thrown based on the backend log:

ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /masterdata/rest/company: org.jboss.resteasy.spi.UnhandledException: rx.masterdata.company.MissingAPIKeyException

the insert can still succeed