You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code already implements ETag value generation. You should be able to see this from the browser-readable pages. Each representation has its own ETag. They are SHA-256 hashes of the representation content, so they are strong validators. The specification doesn't require a strong validator, but it was simple enough for me to generate one.
What hasn't been implemented is the actual conditional response mechanism.
This is dependent on #1, as without the cache the ETag will always be different due to changes in the rendered result's
validUntil
andID
attributes.The text was updated successfully, but these errors were encountered: