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

           Summary: Incorrect display of listing of the catalogue.
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22146)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22146)
On the image wrong display of page is designated.

When at the catalogue there are files which names in other encodings, the
apache incorrectly processes names of files and the file-list spoils.

On a picture it is shown, how the apache cuts down names of files in the
windows-1251 (cyrillic) encoding and spoils the table.

#Fragment from a conf-file:
Alias /upd/ "C:/Upd/" 
<Directory "C:/Upd/">
    Options Indexes FollowSymLinks Includes
    IndexOptions FancyIndexing SuppressHTMLPreamble XHTML FoldersFirst
SuppressDescription 
    AllowOverride None
    Order allow,deny
    Allow from all
    HeaderName /HEADER.shtml
    ReadmeName /README.shtml
</Directory>


-- 
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