diff --git a/config/app/init/default.json b/config/app/init/default.json index 5a0cfeb7d..c66db29b3 100644 --- a/config/app/init/default.json +++ b/config/app/init/default.json @@ -8,12 +8,7 @@ "comment": "These handlers are called whenever the server is started, and can be used to ensure that all necessary resources for booting are available.", "@id": "urn:solid-server:default:ParallelInitializer", "@type": "ParallelHandler", - "handlers": [ - { - "comment": "This handler is here because having this array empty gives Components.js errors.", - "@type": "StaticHandler" - } - ] + "handlers": [ ] } ] } diff --git a/config/identity/handler/interaction/routes.json b/config/identity/handler/interaction/routes.json index a8ea5cc48..a883d4eab 100644 --- a/config/identity/handler/interaction/routes.json +++ b/config/identity/handler/interaction/routes.json @@ -39,13 +39,6 @@ "@id": "urn:solid-server:auth:password:InteractionRouteHandler", "@type": "WaterfallHandler", "handlers": [ - { - "comment": [ - "This handler is required to prevent Components.js issues with arrays.", - "This might be fixed in the next Components.js release after which this can be removed." - ], - "@type": "UnsupportedAsyncHandler" - }, { "@id": "urn:solid-server:auth:password:IndexRouteHandler" }, { "@id": "urn:solid-server:auth:password:PromptRouteHandler" }, { "@id": "urn:solid-server:auth:password:LoginRouteHandler" }, diff --git a/config/identity/registration/enabled.json b/config/identity/registration/enabled.json index a1f4ace6c..d68d3d2ca 100644 --- a/config/identity/registration/enabled.json +++ b/config/identity/registration/enabled.json @@ -8,13 +8,6 @@ "@id": "urn:solid-server:auth:password:InteractionRouteHandler", "@type": "WaterfallHandler", "handlers": [ - { - "comment": [ - "This handler is required to prevent Components.js issues with arrays.", - "This might be fixed in the next Components.js release after which this can be removed." - ], - "@type": "UnsupportedAsyncHandler" - }, { "@id": "urn:solid-server:auth:password:RegistrationRouteHandler" } ] }, diff --git a/config/util/auxiliary/no-acl.json b/config/util/auxiliary/no-acl.json index 9f2a060e0..9119c89df 100644 --- a/config/util/auxiliary/no-acl.json +++ b/config/util/auxiliary/no-acl.json @@ -2,10 +2,7 @@ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld", "@graph": [ { - "comment": [ - "This will contain references to all the auxiliary strategies (such as the acl one) if they are needed.", - "Components.js does not support empty arrays, so this config can only by used if at least one strategy gets added." - ], + "comment": "This will contain references to all the auxiliary strategies (such as the acl one) if they are needed.", "@id": "urn:solid-server:default:AuxiliaryStrategy", "@type": "RoutingAuxiliaryStrategy", "sources": [ ]