mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Clarify DPoPWebIdExtractor needs the original URL.
https://github.com/solid/community-server/issues/492
This commit is contained in:
committed by
Joachim Van Herwegen
parent
3a4ec48720
commit
a46cd2bb3e
@@ -7,8 +7,8 @@
|
||||
"WaterfallHandler:_handlers": [
|
||||
{
|
||||
"@type": "DPoPWebIdExtractor",
|
||||
"DPoPWebIdExtractor:_targetExtractor": {
|
||||
"@id": "urn:solid-server:default:TargetExtractor"
|
||||
"DPoPWebIdExtractor:_originalUrlExtractor": {
|
||||
"@type": "OriginalUrlExtractor"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user