Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.12.0
-
None
Description
The URI prefix mappings of the Dereferencing Engine may cause IndexOutOfBoundExceptions if the reuqested URI is String.compare(..) smaller as any of the configured prefixes.
Workaround:
- users may configure a prefix that is smaller as any requested URI (e.g. '0')
- users can use a regex pattern instead of prefixes ( '^
{prefix}
.*')