https://bz.apache.org/bugzilla/show_bug.cgi?id=63303
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #11 from [email protected] --- that's exactly the case.... i'm sorry.... i was doing a file upload in clojure ring. this fails (let [file (:tempfile req) ;; wb (XSSFWorkbookFactory/createWorkbook file false) wb (WorkbookFactory/create file) this works (let [file (:tempfile req) ;; wb (XSSFWorkbookFactory/createWorkbook file false) wb (WorkbookFactory/create ^java.io.File file) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
