Description
This happens because officeimporter tries to create a temporary file with a name which has a colon (:). DocumentAccessBridge.getCurrentUser() returns the user name as xwiki:XWiki.User and hence the colon. This can be easily fixed by replacing the colon with a "-" (dash)