> Sorry, I work on T2.1 and forgot about T2.2. > Should I resubmit these patches packaged for fulcrum?
Absolutely, if the problems still exist in fulcrum's services. I am nearly certain that at least the second problem still exists, although it is in DefaultFileItem rather than FileItem. Regarding the first problem: the template engine services have changed a bit in fulcrum, so it may be fixed or it may require more digging. -- jt > > Bartek > > > > > Bartek Walter <[EMAIL PROTECTED]> writes: > > > > > These are two minor patches for Turbine 2.2: > > > > > > - in o.a.t.services.velocity.TurbineVelocityService.java: creation of > > > VelocityContext beside RunData caused charset to be set to 8859_1 by > > > default; now it is taken from TurbineResources; I found it useful for > > > creating velocity-based emails from scheduled jobs. > > > > > > - in o.a.t.util.upload.FileItem.java: when saving a large file to target > > > directory File.renameTo() was used; it failed if the temporary storage > > > directory was on different volume that the target directory; now after > > > the failure a raw copy is attempted. > > > > > > Can anyone check it in, please (if you consider it useful...;-) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
