ppkarwasz opened a new issue, #2491: URL: https://github.com/apache/logging-log4j2/issues/2491
On our website we should fix: * **broken** links (`4xx`s), * links to non-canonical URLs (`3xx`s). Also some kind of canonicalization would be advised. Since we run on Apache with [`mod_dir`](https://httpd.apache.org/docs/current/mod/mod_dir.html) and [`mod_negotiation`](https://httpd.apache.org/docs/current/mod/mod_negotiation.html) my personal preference would be to: * remove trailing `index` and `index.html` from internal links (exception: the relative 'index.html' should be converted in `../` or `/` where appropriate) * remove trailing `.html` from internal links. We might even internationalize some pages or provide machine-readable alternatives to HTML (e.g. SBOM if the client asks for `application/vnd.cyclonedx+xml`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
