jetty/jetty.project

Content negotiation for Accept-Language (static pages) ?

Fermée

#13 330 ouverte le 7 juil. 2025

 (10 commentaires) (0 réaction) (1 personne assignée)Java (1 913 forks)batch import
EnhancementHelp Wanted

Métriques du dépôt

Stars
 (3 701 étoiles)
Métriques de merge PR
 (Merge moyen 6j 14h) (48 PRs mergées en 30 j)

Description

I'm creating this issue as suggested on the list .

Request: Add support for content negotiation like apache httpd does for the Accept-Language header.

Use case is serving static pages with "href=my_page.html" and where files in the webapp folder are actually

  • my_page.html.en
  • my_page.html.de
  • my_page.html.fr
  • my_page.html.it
  • ...

At the moment, when trying to load my_page.html it shows 404 error.

Guide contributeur