freme-project / e-Link

Apache License 2.0
0 stars 0 forks source link

P3: e-link response on invalid nif #23

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

When invalid NIF is posted to e-link then the service returns "internal server error". In the log files I can see an exception with a hint on where the error occurs. Please add an "InvalidNIFException" to the broker and return the error message from Jena when reading the NIF fails.

m1ci commented 9 years ago

fixed, will be deployed in the following hours.

m1ci commented 9 years ago

fixed, InvalidNIFException is returned if the NIF input is invalid.

Please check and close the issue. Thanks!

jnehring commented 9 years ago

I tested it and it works fine. Thanks!