PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3556 *** shadow/3556 Tue Sep 11 15:38:32 2001 --- shadow/3556.tmp.28783 Wed Sep 12 20:12:45 2001 *************** *** 35,38 **** line.substring(0,3).equalsIgnoreCase("REM")) continue; check should be moved ahead of the line.trim() statement. It appears that this ! bug was added in the 1.4 release. I can supply a patch if needed. --- 35,48 ---- line.substring(0,3).equalsIgnoreCase("REM")) continue; check should be moved ahead of the line.trim() statement. It appears that this ! bug was added in the 1.4 release. I can supply a patch if needed. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 20:12 ------- ! > check should be moved ahead of the line.trim() statement. ! ! I am afraid that wouldn't solve the issue either. We should be checking if the ! first 'word' is REM instead of checking if just the first 3 characters are. I ! will attach a patch in a few seconds. ! ! Thanks, ! Magesh
