mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
* Correctly create an empty cell if the description for a file is missing.
PR: 47682 Submitted by: Peter Poeml <poeml suse.de> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
Changes with Apache 2.3.3
|
Changes with Apache 2.3.3
|
||||||
|
|
||||||
|
*) mod_autoindex: Correctly create an empty cell if the description
|
||||||
|
for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
|
||||||
|
|
||||||
*) ab: Fix broken error messages after resolver or connect() failures.
|
*) ab: Fix broken error messages after resolver or connect() failures.
|
||||||
[Jeff Trawick]
|
[Jeff Trawick]
|
||||||
|
|
||||||
|
|||||||
@@ -1738,10 +1738,10 @@ static void output_directories(struct ent **ar, int n,
|
|||||||
desc_width), NULL);
|
desc_width), NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
ap_rputs("</td><td> ", r);
|
ap_rputs("</td><td> ", r);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
ap_rputs("</td></tr>\n", r);
|
ap_rputs("</td></tr>\n", r);
|
||||||
}
|
}
|
||||||
else if (autoindex_opts & FANCY_INDEXING) {
|
else if (autoindex_opts & FANCY_INDEXING) {
|
||||||
|
|||||||
Reference in New Issue
Block a user