Bug #14313
openUnable to create nested URL table aliases
0%
Description
In docs there is a phrase:
"URL table aliases can nest other URL table aliases, and URL aliases can nest other URL aliases."
I'm tested it on 23.01 and on 23.05-DEV and I can't create nested alias with 2 URL table aliases inside:
1. If I tried to create 'Type: Host(s)' alias, I got
"The following input errors were detected:
The alias(es): urltest1 urltest2 cannot be nested because they are not of the same type."
2. If I tried to create 'Type: Network(s)' alias, there was no error but I didn't see this new alias in Diagnostics/Tables
3. If I tried to create 'Type: URL (IPs)' alias, I got
"The following input errors were detected:
A valid URL or alias must be provided. Could not fetch usable data from 'urltest1'.
A valid URL or alias must be provided. Could not fetch usable data from 'urltest2'."
4. If I tried to create 'Type: URL Table (IPs)' alias and add one of these URL Table aliases I already created, I got
"The following input errors were detected:
A valid URL must be provided."
5. If I tried to import aliases, I got no errors but I didn't see this new alias in Diagnostics/Tables
Files