https://bz.apache.org/bugzilla/show_bug.cgi?id=63206
--- Comment #8 from Mark Thomas <ma...@apache.org> --- There may be circumstances (e.g. when running under a security manager or due to file system permissions) where it will not be possible to create the directory even if the container tries to do so. This feels like the sort of thing that an application developer should have to take responsibility for so that they give some thought to issues such as: - where the files are uploaded to - how much space is available - file permissions for this location Configuration can be per context as the relevant code already has access to the Context object. My preference is for disabled by default with an option to enable. Also, at least an INFO message when the directory is created. Maybe WARN. Certainly not ERROR. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org