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

Undertow servers include their own mime mappings in addition to ours #17687

Closed
philwebb opened this issue Jul 29, 2019 · 0 comments
Closed

Undertow servers include their own mime mappings in addition to ours #17687

philwebb opened this issue Jul 29, 2019 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

Due to the the following line in DeploymentManagerImpl all Undertow servers will include their own mime type mappings in addition to ours. This previously manifested itself with an additional uppercase Z mapping, but with Undertow 2.0.22 we also find an additional ico mapping.

In order to remove the extra mappings we'll need to call DeploymentImpl.setMimeExtensionMappings ourselves at a later point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant