since NSSv5.1.6 : (if created with POST) .acl resources are created as .acl.ttl
Creation of resource using POST with a slug with extension (.meta, .acl, any file with extension - for exemple /foo.ttl are all created with a double extension : .meta.ttl, .acl.ttl, foo.ttl.ttl).
This is due to the fact that contentType is now mandatory.
In ldp.getAvailableUrl the filename = slug +extension should depend on the fact that slug as already an extension to avoid a double extension
PR #1282 fixes this issue in ldp.js
a test should be added to POST tests
since NSSv5.1.6 : (if created with POST) .acl resources are created as .acl.ttl
Creation of resource using POST with a slug with extension (.meta, .acl, any file with extension - for exemple /foo.ttl are all created with a double extension :
.meta.ttl,.acl.ttl,foo.ttl.ttl).This is due to the fact that contentType is now mandatory.
In ldp.getAvailableUrl the
filename = slug +extensionshould depend on the fact that slug as already an extension to avoid a double extensionPR #1282 fixes this issue in ldp.js
a test should be added to POST tests