TigerZCoder opened a new pull request, #700:
URL: https://github.com/apache/poi/pull/700

   When deploying applications for multiple users on the same server, according 
to the current poi behavior, a fixed temporary directory named 'poifiles' is 
always created in <java.io.tmpdir> by default, which will cause 
'java.io.IOException: Permission denied' exceptions in applications run by 
other users. Here I add the <user.name> as part of the directory name like the 
jdk perf dir 'hsperfdata_<userid>' to avoid the permission issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to