jetty/jetty.project

Content negotiation for Accept-Language (static pages) ?

已關閉

#13,330 建立於 2025年7月7日

 (10 則留言) (0 個反應) (1 位負責人)Java (1,913 個分叉)batch import
EnhancementHelp Wanted

倉庫指標

星標
 (3,701 顆星)
PR 合併指標
 (平均合併 6天 14小時) (30 天內合併 48 個 PR)

描述

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.

貢獻者指南