I am working with some APIs and to get data from them I need to use some quires yet this makes the URLs (which I then supply to importers) not valid due to symbols like + ' or , so I need to skip or better override yet not completely disable importer validation.

Does Feeds use default URL validation provided by Drupal or that i defined somewhere in Feeds code (I did not seam to find it).