Commit bdbbbb7
committed
Fix relative URI resolution for acl:agent
Resolve agent URIs against the ACL URL so that relative references
like `./#me` in an ACL file correctly match the authenticated WebID.
Previously, `accessTo` and `default` were resolved but `agents` were not,
causing 403 Forbidden when using relative URIs for agent WebIDs.
Fixes JavaScriptSolidServer#641 parent 3568896 commit bdbbbb7
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments