Metadata
- Source
- FLUID-4275
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Antranig Basman
- Created
2011-05-30T17:26:00.013-0400 - Updated
2011-05-30T17:57:32.066-0400 - Versions
-
- 1.3.1
- Fixed Versions
-
- 1.4
- Component
-
- Uploader
Description
The test case Uploader-test.html is failing on my configuration (FF 3.6 on Windows 7) on test 5, Uploader with direct creator function. The immediate report is "Permission denied for <file://> to create wrapper for object of class UnnamedClass" which is not terribly informative - applying "?notrycatch" to the URL reveals that the error is thrown from HTML5UploaderSupport.js line 272 which does an xhr.open("POST") presumably against the filesystem.
Comments
-
Antranig Basman commented
2011-05-30T17:26:31.860-0400 Bug Parade Infusion
-
Antranig Basman commented
2011-05-30T17:57:32.065-0400 Reviewed and merged