DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9866>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9866

apache 2.0.36 mod_include seems to have flow control problem

           Summary: apache 2.0.36 mod_include seems to have flow control
                    problem
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_include
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


The flow control doesn't seem to skip the else section. For example,
if true1
  do 1
else
  do 2
  if true2
     do 22
  else
     do 3
  endif
endif

In my case, when "true1" instead of perform "do 1" and then finish, it keeps on 
performing "do 2" and the condition tset "if true2", and so on.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to