jetty/jetty.project

Content negotiation for Accept-Language (static pages) ?

クローズ

#13,330 opened on 2025/07/07

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)Java (1,913 件のフォーク)batch import
EnhancementHelp Wanted

Repository metrics

Stars
 (3,701 個のスター)
PR merge metrics
 (平均マージ 6d 14h) (30d で 48 merged PRs)

説明

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.

コントリビューターガイド