With the new validation rules introduced in ACCUMULO-4677, the getTables validation will fail on all of the default accumulo table IDs. The ALPHA_NUM_REGEX doesn't like "+" or the "!0" ID.
I am not sure what the best way to fix this would be. We could either add a more complicated regex that will allow the special IDs or change the REST interface to use table names instead of IDs.
- is related to
-
ACCUMULO-4677 Sanitize @PathParam and @QueryParam parameters in new REST-based monitor
-
- Resolved
-
- links to