naturalis / biovel-nbc

Naturalis implementations of BioVeL services.
Apache License 2.0
2 stars 1 forks source link

Verify service functioning #4

Closed rvosa closed 10 years ago

rvosa commented 10 years ago

Can't get the extractor to work correctly. On errors there should be a descriptive error echo'ed to the user. Perhaps this can be done using use CGI::Carp 'fatalsToBrowser';

hettling commented 10 years ago

Errors are now directed to browser. Note that fatalsToBrowser does not work well with mod_perl2 so I had to catch the 'die' signal manually.