Using a big integer as ID (example https://biigle.de/annotate/5368536993) results in a server error as it is rejected by the database. Catch these integers as invalid. Most of these cases might be caught with a proper route pattern. But in some cases IDs may be provided as request arguments, too, which must be validated in the request class.
Using a big integer as ID (example
https://biigle.de/annotate/5368536993
) results in a server error as it is rejected by the database. Catch these integers as invalid. Most of these cases might be caught with a proper route pattern. But in some cases IDs may be provided as request arguments, too, which must be validated in the request class.