Skip to content

Scala version announcements permalink are missing the trailing slash since 2.12.3 #1732

Closed
@fsalvi

Description

@fsalvi

Since 2017, I guess by mistake, the permalink in the scala announcements is missing the trailing slash.
Thus, the URL for 2.12.1 was:
https://www.scala-lang.org/news/2.12.1/

and since then, it's:
https://www.scala-lang.org/news/2.12.3

You can see the list here:
https://www.scala-lang.org/news/

So, now it's just a file name without any extension. The web server serves the file with no content-type instead of "Content-Type: text/html", because it doesn't know which kind of file it could be.

I would suggest to just add the missing trailing slash in these permalinks. As the web server will automatically redirects to the directory content, the previous URI will still be valid, so no risk to break any existing link.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions