RE: Disk space problem with tomcat cache directory (File.createTempFile)

2006-08-07 Thread Darren Hartford
Posted bug http://issues.apache.org/bugzilla/show_bug.cgi?id=40202 -Original Message- From: Sven Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 4:19 PM To: Slide Users Mailing List Subject: Re: Disk space problem with tomcat cache directory (File.createTempFile

RE: Disk space problem with tomcat cache directory (File.createTempFile)

2006-08-04 Thread Darren Hartford
In NodeRevisionContent.java, there is: public long bufferContent(InputStream is) throws IOException { File buffer = File.createTempFile(content_, null); OutputStream os = new BufferedOutputStream(new FileOutputStream(buffer)); try {

RE: Disk space problem with tomcat cache directory (File.createTempFile)

2006-08-04 Thread Darren Hartford
AM To: Slide Users Mailing List Subject: RE: Disk space problem with tomcat cache directory (File.createTempFile) In NodeRevisionContent.java, there is: public long bufferContent(InputStream is) throws IOException { File buffer = File.createTempFile

Re: Disk space problem with tomcat cache directory (File.createTempFile)

2006-08-04 Thread Sven Pfeiffer
: Friday, August 04, 2006 11:58 AM To: Slide Users Mailing List Subject: RE: Disk space problem with tomcat cache directory (File.createTempFile) In NodeRevisionContent.java, there is: public long bufferContent(InputStream is) throws IOException { File buffer