25 'ExternalStoreFactory',
31 ExternalStore::fetchFromURL(
'ForTesting://cluster1/200' ),
32 'Allow FOO://cluster1/200'
36 ExternalStore::fetchFromURL(
'ForTesting://cluster1/300/0' ),
37 'Allow FOO://cluster1/300/0'
39 # Assertions for r68900
41 ExternalStore::fetchFromURL(
'ftp.example.org' ),
42 'Deny domain ftp.example.org'
45 ExternalStore::fetchFromURL(
'/example.txt' ),
46 'Deny path /example.txt'
49 ExternalStore::fetchFromURL(
'http://' ),
50 'Deny protocol http://'