npm-WebDAV-Server
npm-WebDAV-Server copied to clipboard
Added user to context
ctx already contains user informations. But in case of path root, it use createExternalContext and don't pass user informations.
Context contains user informations; I use it to save some user session informations (my filesystem implementation need it). I saw that this part create a context without user informations.
@Barzou I'm using your MR to provide context user for my FileSystem implementation. Many thanks.
@AdrienCastex, could you check and merge this PR?