[Seaside] error detected on WATemporaryFile

Esteban Lorenzano estebanlm at gmail.com
Mon Dec 6 19:21:29 UTC 2010


Hi,
I'm using upload streaming and I detected a bug on the solution: WAFile class>>fromChunk: aChunk

does simply:

	^ self new readFromChunk: aChunk; yourself


but WATemporaryFile>> readFromChunk: (who must derive the chunk into a temporary file), does not exists. Instead, it exist: WATemporaryFile >>initializeFromChunk: aChunk

(which is never been called) 

I tried renaming #initializeFromChunk: to #readFromChunk: (and removing #initialize send), and now seems to work.

Cheers,
Esteban


More information about the seaside mailing list