Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Accept directory entries which starts with dot as routes #243

Merged
merged 1 commit into from
May 4, 2018

Conversation

akihikodaki
Copy link
Contributor

It allows to implement .well-known URIs.

It allows to implement .well-known URIs.
@Rich-Harris Rich-Harris merged commit 93128a0 into sveltejs:master May 4, 2018
@Rich-Harris
Copy link
Member

nice, thank you 👍

@silentworks
Copy link
Contributor

What is a .well-known URI? this change seem to have created an new issue where files like .DS_Store is not getting included as a route in the manifest files.

@akihikodaki
Copy link
Contributor Author

.well-known URI is defined by RFC 5785. I had to implement one for WebFinger. Another notable example is ACME authentication used by Let's Encrypt. .well-known URI is mandatory for those protocols and it is important that Sapper can implement one.
https://tools.ietf.org/html/rfc5785

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants