I was seeing a bunch of extra whitespace in output when using cfmongodb for my i18n resource bundle layer. Adding output=false to the DBCollection.cfc component solved the issue but I figured it wouldn't hurt to add it to the rest of the components as well.
I was seeing a bunch of extra whitespace in output when using cfmongodb for my i18n resource bundle layer. Adding output=false to the DBCollection.cfc component solved the issue but I figured it wouldn't hurt to add it to the rest of the components as well.
Units tests all pass.