From 99739bead3ad80de75f8773e3d5c419e1204babd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 5 Dec 2011 23:51:15 -0500 Subject: [PATCH] specify that file: URLs must work just like filenames --- HOCON.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HOCON.md b/HOCON.md index ac92dcfe..2b8ccbb6 100644 --- a/HOCON.md +++ b/HOCON.md @@ -692,6 +692,8 @@ URLs: - for files loaded from a URL, "adjacent to" should be based on parsing the URL's path component, replacing the last path element with the included name. + - file: URLs should behave in exactly the same way as a plain + filename Implementations need not support files, Java resources, or URLs; and they need not support particular URL protocols. However, if