Results 421 comments of Alain Bourgeois

> I tried it out and .acl worked for me, so the not logged in error makes me think the request does not have control access on the resource. It...

@zg009 Thanks. I think this is correct. You may make : - some cleaning in `static registerHostName()` - minor but I would rename `realWebId` --> `webIdPathToPod` or `podRelativeWebId` or `webIdRelToPodRoot`...

Your code works but I think (to be discussed) it does not respect the actual code logic (I did not create it nor help maintain this part) I thin k...

Yes but I am not sure of me at all

I was thinking that from was returning all data needed from input

To improve cleaning the logic this should be moved : https://github.com/nodeSolidServer/node-solid-server/blob/18b7cb3c0b6506554365be66bcbd1771807d2946/lib/create-app.js#L56 inside `function initWebId` And may be passed via `accountManager` with a new parameter `argv.serverUri` to the `API.accounts.middleware()` ``` app.use('/',...

I wonder if there is a situation where there is any difference between `registerHostname()` and https://github.com/nodeSolidServer/node-solid-server/blob/18b7cb3c0b6506554365be66bcbd1771807d2946/lib/models/account-manager.js#L156 What do you think ? May be with external WebId ?

I marked it as draft because it is not working. I think the logic is more complex between - the user form to create a userAccount - the userAccount going...

It is the first time I go in the logic of the account manager of NSS code. Anyway thanks for looking.