We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24dcc0d + ac4a762 commit 03a48eeCopy full SHA for 03a48ee
lib/resource-mapper.js
@@ -147,7 +147,7 @@ class ResourceMapper {
147
return { path, contentType: contentType || this._defaultContentType }
148
}
149
150
- // encode/decode path except slash (/) / %encodedSlash (%2F|%2f) /ntimes%encodedSlash (%2525...2F|%2525...2f)
+ // encode/decode path except slash (/), %encodedSlash (%2F|%2f), or ntimes%encodedSlash (%2525...2F|%2525...2f)
151
// see https://github.com/solid/node-solid-server/issues/1666
152
_exceptSlash () { return /(\/|%(?:25)*(?:2f))/gi }
153
0 commit comments