https://bz.apache.org/bugzilla/show_bug.cgi?id=69735
Bug ID: 69735 Summary: Support content negotiation for Accept-Language (static pages) Product: Tomcat 11 Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: fabstz...@yahoo.fr Target Milestone: ------- Add support for content negotiation like apache httpd [1] 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. The idea here is to serve static pages that don't go through a servlet. The table at [2] might be of interest: [1] https://httpd.apache.org/docs/current/content-negotiation.html [2] https://httpd.apache.org/docs/current/en/content-negotiation.html#naming -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org