Skip to content

Commit e5e21ea

Browse files
committed
drop restrictions from location field
1 parent cc537b8 commit e5e21ea

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

draft-4/Process.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ $graph:
8282
If the `path` field is provided but the `location` field is not, an
8383
implementation may assign the value of the `path` field to `location`,
8484
then follow the rules above.
85-
86-
If the `location` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
87-
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
88-
`<space>`, `<tab>`, and `<newline>`) or characters
89-
[not allowed](http://www.iana.org/assignments/idna-tables-6.3.0/idna-tables-6.3.0.xhtml)
90-
for [Internationalized Domain Names for Applications](https://tools.ietf.org/html/rfc6452)
91-
then implementations may terminate the process with a
92-
`permanentFailure`.
9385
jsonldPredicate:
9486
_id: "@id"
9587
_type: "@id"
@@ -255,14 +247,6 @@ $graph:
255247
If the `path` field is provided but the `location` field is not, an
256248
implementation may assign the value of the `path` field to `location`,
257249
then follow the rules above.
258-
259-
If the `location` contains [POSIX shell metacharacters](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02)
260-
(`|`,`&`, `;`, `<`, `>`, `(`,`)`, `$`,`` ` ``, `\`, `"`, `'`,
261-
`<space>`, `<tab>`, and `<newline>`) or characters
262-
[not allowed](http://www.iana.org/assignments/idna-tables-6.3.0/idna-tables-6.3.0.xhtml)
263-
for [Internationalized Domain Names for Applications](https://tools.ietf.org/html/rfc6452)
264-
then implementations may terminate the process with a
265-
`permanentFailure`.
266250
jsonldPredicate:
267251
_id: "@id"
268252
_type: "@id"

0 commit comments

Comments
 (0)