Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve MIME Type Handling for Content-Disposition Header #2784

Closed
marevol opened this issue Nov 19, 2023 · 0 comments
Closed

Improve MIME Type Handling for Content-Disposition Header #2784

marevol opened this issue Nov 19, 2023 · 0 comments
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Nov 19, 2023

In this update, we're introducing a configuration to Fess that allows setting the Content-Disposition header to 'inline' based on MIME types. The main changes include:

  • Adding the capability to configure inline display for specific MIME types (application/pdf, text/plain).
  • Refactoring the code to retrieve the charset and inline MIME types more efficiently.

These changes aim to provide more flexibility and control over how content is displayed based on its MIME type.

@marevol marevol added this to the 14.12.0 milestone Nov 19, 2023
@marevol marevol self-assigned this Nov 19, 2023
marevol added a commit that referenced this issue Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant