Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Content negotiation for Accept-Language (static pages) ?

Hello,


Does jetty support content negotiation like apache httpd does [1] for the Accept-Language header?


Use case is serving static pages with "href="" 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.


[1] https://httpd.apache.org/docs/current/content-negotiation.html


Regards

Fab


Back to the top