Bug 2017144

Summary: [autoindex fancy]Directory named `core` gets icon for `core` file.
Product: Red Hat Enterprise Linux 9 Reporter: Pat Riehecky <riehecky>
Component: httpdAssignee: Luboš Uhliarik <luhliari>
Status: CLOSED DUPLICATE QA Contact: rhel-cs-infra-services-qe <rhel-cs-infra-services-qe>
Severity: low Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: anon.amish, bstinson, extras-qa, jkaluza, jorton, jwboyer, luhliari, mturk, pahan
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2017143 Environment:
Last Closed: 2022-04-22 14:56:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pat Riehecky 2021-10-25 18:35:14 UTC
+++ This bug was initially created as a clone of Bug #2017143 +++

Description of problem:
When using the default configuration for `mod_autoindex` the default icon for a directory named `core` is bomb.gif.  Can the default config restrict bomb.gif to only files named `core` and let the `core` directory default to folder.gif?

Version-Release number of selected component (if applicable):
httpd-2.4.48-1.fc33

How reproducible:
100%

Steps to Reproduce:
1. Install httpd
2. Enable autoindex with Fancy Icons
3. mkdir /var/www/html/core
4. touch /var/www/html/core/examplefile
5. look at the auto generated index for /var/www/html/

Actual results:

The directory `core` gets `bomb.gif` for the icon, which is misleading.

Expected results:

Directories recieve `folder.gif` as their icon by default.

Additional info:

Comment 1 Luboš Uhliarik 2022-04-22 14:56:43 UTC
Hi Pat,

I'm sorry to close your bug as a DUPLICATE, since we are tracking similar one for RHEL-9, but no worries, it will get fixed too in c9s.

*** This bug has been marked as a duplicate of bug 2075406 ***

Comment 2 Pat Riehecky 2022-04-22 15:19:28 UTC
:thumbsup: