Given: a new cursor via a find on a collection
If: the cursor is closed before any documents are fetched
And: the sort order is changed
Then: No exception is thrown
Is this a bug? I expect that an exception should be thrown if one changes the sort or limit etc on a closed cursor.