Bug 1196553 - bomb.gif icon displayed with other files than intended
Summary: bomb.gif icon displayed with other files than intended
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Software Collections
Classification: Red Hat
Component: httpd
Version: httpd24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 2.2
Assignee: Jan Kaluža
QA Contact: Martin Frodl
URL:
Whiteboard:
Depends On: 1170215 1196325 2017143 2075406 2077039
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-26 09:27 UTC by Martin Frodl
Modified: 2022-04-22 14:47 UTC (History)
2 users (show)

Fixed In Version: httpd24-httpd-2.4.18-1.el6 httpd24-httpd-2.4.18-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1196325
Environment:
Last Closed: 2016-05-31 10:15:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:1154 0 normal SHIPPED_LIVE httpd24 bug fix and enhancement update 2016-05-31 13:48:49 UTC

Description Martin Frodl 2015-02-26 09:27:45 UTC
+++ This bug was initially created as a clone of Bug #1196325 +++

Description of problem:

The default /opt/rh/httpd24/root/etc/httpd/conf.d/autoindex.conf file contains the following line:

  AddIcon /icons/bomb.gif core.

As far as understand it, there are at least two issues with this syntax. First, the bomb icon is not displayed where it probably should. Second, in certain cases the bomb icon is displayed where it should not.

Judging from what I see in a directory listing in my browser, the directive tells Apache to use the bomb icon with all files *ending in* "core.", e.g. "core.", "score", "hardcore." et al. Contrarily, the icon will not be displayed with files "core.10216", "core.httpd.12344" and their likes, which is what it was probably meant for (correct me if I am wrong).

After a little fiddling, this is what got me closest to the expected behaviour:

  AddIcon /icons/bomb.gif */core.*


Version-Release number of selected component (if applicable):
httpd24-httpd-2.4.12-4.el7.x86_64

Comment 6 errata-xmlrpc 2016-05-31 10:15:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1154


Note You need to log in before you can comment on or make changes to this bug.