Hacker News new | ask | show | jobs
by fpoling 39 days ago
Wikipedia web server treats anything after /wiki/ literally as the name of the article.

So en.wikipedia.org/wiki/// is the article about C++ style comments

3 comments

Oh, magnificent. Lovely high-profile example to add about empty path segments being meaningful.
it looks like it goes to a disambiguation page for what "//" could refer to now (C++ style comments being the top entry), but that's delightful!
i wonder if it ought to be `/wiki/%2F%2F` instead...