Skip to content

Commit b7b5bff

Browse files
authored
Merge pull request #1225 from solid/sharingPatch
Patch for sharing feature
2 parents 111e63b + 04f058d commit b7b5bff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/requests/sharing-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class SharingRequest extends AuthRequest {
177177

178178
getWebIdFile (webId) {
179179
const webIdurl = new url.URL(webId)
180-
return `${webIdurl.origin}${webIdurl.path}`
180+
return `${webIdurl.origin}${webIdurl.pathname}`
181181
}
182182

183183
async isAppRegistered (ldp, appOrigin, webId) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solid-server",
33
"description": "Solid server on top of the file-system",
4-
"version": "5.1.3",
4+
"version": "5.1.4",
55
"author": {
66
"name": "Tim Berners-Lee",
77
"email": "[email protected]"
@@ -56,7 +56,7 @@
5656
"bugs": "https://github.com/solid/node-solid-server/issues",
5757
"dependencies": {
5858
"@solid/acl-check": "^0.2.0",
59-
"@solid/oidc-auth-manager": "^0.18.1",
59+
"@solid/oidc-auth-manager": "^0.18.2",
6060
"body-parser": "^1.18.3",
6161
"bootstrap": "^3.3.7",
6262
"busboy": "^0.2.12",

0 commit comments

Comments
 (0)