From: Chris W. <ch...@cw...> - 2004-09-28 16:12:10
|
> In OI 1.60 ( # $Id: OpenInteract.pm,v 1.53 2004/05/30 15:13:49 lachoy > Exp $ ) there is a bug in function send_static_file, which is nasty > small bug preventing the delivery of static files. In line 500 there is > a redeclaration of $fh within a block ( my $fh = Apache->gensym ) which > hides the original declaration. This leads to the message "Bad file > handle" in all cases for file delivery. Removal of "my" helps. Yuck. I've committed an update to CVS which you can find here: http://openinteract.sourceforge.net/OpenInteract.pm I also added a JIRA issue: http://jira.openinteract.org/browse/OI-6 If it works for you -- it should; as you say, changes are very minor -- I'll release 1.62 shortly. Thanks for the report. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |