jetty/jetty.project

Content negotiation for Accept-Language (static pages) ?

Geschlossen

#13.330 geöffnet am 07.07.2025

 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.913 Forks)batch import
EnhancementHelp Wanted

Repository-Metriken

Stars
 (3.701 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 14h) (48 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide