-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Specify a Detectable, Optional Behavior for LDP-NR with message/external-body #118
Comments
Re-posting because it was hard to see what ticket to close/PR under this tag. |
That seems like another issue, but I that sounds like 400 + constraints link to me? |
@acoburn I just wanted to flag something here: The specs for message/external-body don't require that there is no entity, just that the entity not be understood to be the message. That sounds weird, but the examples you'll see have a body, and the spec says that it should be ignored by the recipient. I just want to make sure that presence/absence of an entity isn't over-interpreted. |
fixes fcrepo#118 - fix formatting and terminology issues in discussion - Move 'External Binary Content' section into Section#3 'Resource Management'
fixes fcrepo#118 - fix formatting and terminology issues in discussion - Move 'External Binary Content' section into Section#3 'Resource Management'
fixes #118 - fix formatting and terminology issues in discussion - Move 'External Binary Content' section into Section#3 'Resource Management'
fixes fcrepo#118 - fix formatting and terminology issues in discussion - Move 'External Binary Content' section into Section#3 'Resource Management'
A new section of the spec should:
message/external-body;type=TYPE
in theAccept-Post:
response header for all supported values of TYPEContent-Type: message/external-body;type=TYPE
value of TYPE to respond with HTTP 415Content-Type: message/external-body;type=TYPE
to guarantee that it can provide all GET and HEAD response headers required of LDP-NRs, or reject with a 4xxContent-Location:
header with a URI representation of the location of the referenced content.expires
parameter onmessage/external-body
by either copying the data to other storage or rejecting the request with a 5xxSee also: https://github.com/fcrepo/fcrepo-specification/wiki/External-Content
The text was updated successfully, but these errors were encountered: