mongo-emf
mongo-emf copied to clipboard
MongoUriHandlerImpl needs to trim fragments too
In case you have an URI with a fragment, the fragment needs to be trimmed too in MongoUriHandlerImpl#getCollection (line 136) to find the database provider in the mongoDatabaseProvider map.