We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ curl -X PUT "http://localhost:4567/basic" -H "Link: <http://www.w3.org/ns/ldp#BasicContainer>;rel=\"type\"" -d "" -H "Content-Type: text/turtle" $ curl -v "http://localhost:4567/basic" ... < HTTP/1.1 200 OK $ curl -v "http://localhost:4567/basic/" ... < HTTP/1.1 500 Internal Server Error NoMethodError: undefined method `new_offset' for nil:NilClass /Users/cabeer/.gem/ruby/2.2.3/gems/rdf-ldp-0.4.0/lib/rdf/ldp/resource.rb:305:in `etag' /Users/cabeer/.gem/ruby/2.2.3/gems/rdf-ldp-0.4.0/lib/rdf/ldp/resource.rb:492:in `update_headers' /Users/cabeer/.gem/ruby/2.2.3/gems/rdf-ldp-0.4.0/lib/rdf/ldp/resource.rb:436:in `options' /Users/cabeer/.gem/ruby/2.2.3/gems/rdf-ldp-0.4.0/lib/rdf/ldp/resource.rb:410:in `request'
The text was updated successfully, but these errors were encountered:
Resource#last_modified
nil
Thanks, I reported this to RDF::LDP, and will try to figure out why the resource doesn't get a #last_modified & how to better handle that case
Sorry, something went wrong.
👍
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: