Repository: https://github.com/solid/specification - Technical Reports: https://solidproject.org/TR/ - Code of Conduct: https://github.com/solid/specification#code-of-conduct
csarven on main
Add doap:Specification to speci… (compare)
csarven on main
Minor (compare)
csarven on qa
Minor (compare)
csarven on main
Minor (compare)
csarven on 2023-01-25
csarven on main
Add 2023-01-25 agenda and minut… (compare)
csarven on qa
Minor (compare)
csarven on qa
Update with @edwardsph 's sugge… (compare)
csarven on 2023-01-25
Apply suggestions from code rev… (compare)
csarven on qa
Minor (compare)
Right but there is this:
In practice, resource owners do not always properly configure their
origin server to provide the correct Content-Type for a given
representation, with the result that some clients will examine a
payload's content and override the specified type. Clients that do
so risk drawing incorrect conclusions, which might expose additional
security risks (e.g., "privilege escalation"). Furthermore, it is
impossible to determine the sender's intent by examining the data
format: many data formats match multiple media types that differ only
in processing semantics. Implementers are encouraged to provide a
means of disabling such "content sniffing" when it is used.
crossed over from solid/chat to here:
We're having a discussion about pod migration (like what we needed when solid.community went offline) - would it be correct to assume that if I were to migrate my storage pod to another location, I could send out a 301 Permanent redirect for that URI?
In the spec I can find some things about leaving a tombstone (410 Gone) - would it be reasonable to expect a previous location to also keep track of where a resource has moved to?
Any pointers to more information would be appreciated!