-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve description of storage root extensions #557
Comments
Two potential resolutions:
I lean towards the second (582) |
Editors agree that the replication method provides a cleaner solution for readers and it is helpful to have separate error codes for the object and storage root cases. |
The issue @pwinckles raised #583 (review) about the proposed |
Revisit based on changes made in: #584 (review) |
We currently describe Storage Root extensions by reference to Object extensions. This is fine in terms of what the structure is and an error in the storage root extensions structure should result in
E086
. However, there is no warning code defined for use of an unregistered extension in a storage root. The codeW013
is used for object extensions but can't simply be used again for Storage Root extensions.I think the best solution is simply to write out the structure requirement again for Storage Root extensions, commenting that this is the same as Object extensions. We can keep the error code
E086
and the define a new warning code for use of an unregistered extension.The text was updated successfully, but these errors were encountered: