Skip to content

2.6.0 breaks serving *.htm.gz #6792

Closed
@kolos

Description

@kolos

9f2cfb8 breaks handling files uploaded as *.htm.gz

Example:
File uploaded as: dashboard.htm.gz
Http request: http://server/dashboard.htm
Actually served

  • Before: dashboard.htm OR dashboard.htm.gz => file found
  • After: dashboard.htm OR dashboard.html OR dashboard.html.gz => file not found

Propose:
only "/" path should be rewritten as /index.htm or /index.html or /index.htm.gz or /index.html.gz (whichever exists)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions