DownloadService2 - invalid URL Pattern should throw exception.
If URL Pattern is defined as "http://abc.com/" then no Exception is thrown. URLPattern should be expecting a regex pattern. ".*", ".+", http://..../.* etc.
I feel we should throw IAE in this case.
If URL Pattern is defined as "http://abc.com/" then no Exception is thrown. URLPattern should be expecting a regex pattern. ".*", ".+", http://..../.* etc.
I feel we should throw IAE in this case.