I have a a registered URI regex of FileType=png&FileType=doc which are not in alphabetical order.
When I do a request for that I get an error that the URI is not registered, but flipping the png and doc around works.
I have built a custom query string normalizer called "non sorting normalizer" that is designed to remove the alphabetical order of array arguments. Can fakeweb be made to work with this?