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.
1 parent a5b8e48 commit f6ef443Copy full SHA for f6ef443
lib/ldp.js
@@ -159,7 +159,7 @@ class LDP {
159
const idx = slug.lastIndexOf('.')
160
slug = slug.substr(0, idx)
161
}
162
- } else if (this.isAuxResource(slug, extension)) throw error(403, 'POST is not allowed for auxiliary resources')
+ } else if (this.isAuxResource(slug, extension)) throw error(403, 'POST to auxiliary resources is not allowed')
163
164
if (slug.match(/\/|\||:/)) {
165
throw error(400, 'The name of new file POSTed may not contain : | or /')
0 commit comments