[Generator-rt-devel] generator_runtime/src/java/generator/runtime/filter MultipartRequestWrapper.j
Brought to you by:
rickknowles
|
From: Rick K. <ric...@us...> - 2010-04-05 02:31:50
|
Update of /cvsroot/generator-rt/generator_runtime/src/java/generator/runtime/filter In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11801/src/java/generator/runtime/filter Modified Files: MultipartRequestWrapper.java Log Message: A bunch of translation tag changes and addons to the velocity mail rendering. A fix to the DBConnectionPool keep alive process also included. Index: MultipartRequestWrapper.java =================================================================== RCS file: /cvsroot/generator-rt/generator_runtime/src/java/generator/runtime/filter/MultipartRequestWrapper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MultipartRequestWrapper.java 29 Mar 2007 00:56:05 -0000 1.2 --- MultipartRequestWrapper.java 5 Apr 2010 02:31:41 -0000 1.3 *************** *** 154,158 **** inRaw.close(); outStream.close(); ! this.tempFileNames.put(nameField, tempFile.getAbsoluteFile()); } else { byte[] stash = new byte[inRaw.available()]; --- 154,158 ---- inRaw.close(); outStream.close(); ! tempFileNames.put(nameField, tempFile.getAbsoluteFile()); } else { byte[] stash = new byte[inRaw.available()]; |