GSA Logic Question
Quick question on how GSA will behave when given multiple paths are available.
For example if I include:
find url =*path1.php|*path2.php|*path3.php
How will GSA handle this?
- Will it only try the first one it matches?
- If the first one fails will it try the second, and each subsequent entry after that?
Thanks,
Adam
Comments
whats the next find url for you? I think you understood it wrong.
find url=urlmask1|urlmask2|urlmask3
if urlmask1 is found and urlmask2 then urlmask1 has priority over urlmask2
but if "find link=linkmask1|linkmask2" matchas on same url than urlmask2 then it takes the one matching urlmask and linkmask.
But if urlmask1 fails for some reason, will GSA give up at this point, or will it try urlmask2 before aborting?