https://issues.apache.org/bugzilla/show_bug.cgi?id=47682

           Summary: small bug in mod_autoindex.c with IndexOptions
                    HTMLTable
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_autoindex
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Peter Poeml <[email protected]> 2009-08-11 17:28:41 PDT ---
The bug is hit when the index option HTMLTable is configured. 

When the description is not suppressed, and thus the table has a column for it,
but the description for a table row is empty, the intention is to write an
empty table cell.

The code that does this slipped into the wrong place in the "if" tree, and it
is instead emitted when descriptions are suppressed.

I'm attaching a patch for trunk and 2.2.x.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to