Craig McClanahan <[EMAIL PROTECTED]> wrote: > This kind of thing would happen if the MyFaces implementation is > utilizing the temporary directory provided by the container (via > storing a File object pointing to a directory, as a servlet context > attribute named "javax.servlet.context.tempdir", see Section SRV.3.7.1 > of the Servlet spec) but failing to clean up after itself. I haven't > checked the source code myself yet, but this seems like a likely > culprit.
A very quick search through the source code did not find a reference to the attribute "javax.servlet.context.tempdir". Michael --

