From: matz@... (Yukihiro Matsumoto) Date: 2003-02-19T00:54:57+09:00 Subject: Re: $SAFE and creating New objects (File) Hi, In message "Re: $SAFE and creating New objects (File)" on 03/02/19, "\"RayZ\" Andrew V Rumm" writes: |/bhome/part2/01/gloria/vcgi/_admin/processmodel.rb:68:in `initialize': Insecure operation - initialize (SecurityError) | from /bhome/part2/01/gloria/vcgi/_admin/processmodel.rb:68:in `new' | from /bhome/part2/01/gloria/vcgi/_admin/processmodel.rb:68 | from /bhome/part2/01/gloria/ruby/lib/ruby/1.6/apache/ruby-run.rb:70:in `load' | from /bhome/part2/01/gloria/ruby/lib/ruby/1.6/apache/ruby-run.rb:70:in `handler' | from ruby:0 | | |Error at |newImageFile = File.new(ImagesDir + newImageFilename + i_extension, "w") This implies either ImagesDir, newImageFilename, i_extension is tainted. I can't tell further. matz.