chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

wrong regex causes error 500 #92

Closed mnowotka closed 7 years ago

mnowotka commented 8 years ago

This URL:

https://www.ebi.ac.uk/chembl/api/data/target?pref_name__iregex=(cdk1

Causes error 500 although this is not a valid request.

Error handler should detect

ORA-12725: unmatched parentheses in regular expression

And inform user about invalid regex.

mnowotka commented 7 years ago

Fixed.