zaproxy / zaproxy

The ZAP core project
https://www.zaproxy.org
Apache License 2.0
12.21k stars 2.21k forks source link

Fix exceptions for no/empty path in path variant #8496

Closed thc202 closed 1 month ago

thc202 commented 1 month ago

Ensure there's at least one path segment for the extra parameter, otherwise it would fail when setting the value as there would be no segments to process (either null or invalid position).