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 "href" JSON value MUST be specified. All other JSON values are OPTIONAL.
Currently the file WEB-INF/notices/help.xml can have a link like this:
<linkhref="">foo.bar</link>
This link is correct when validated against META-INF/xsd/help.xsd: this is the issue. The schema should validate that the attribute must also have a value.
The issue isn't only at the "help" validation, it's in these schemas:
help.xsd
notices.xsd
tos.xsd
The text was updated successfully, but these errors were encountered:
According to RFC 7483 section 4.2:
Currently the file
WEB-INF/notices/help.xml
can have a link like this:This link is correct when validated against
META-INF/xsd/help.xsd
: this is the issue. The schema should validate that the attribute must also have a value.The issue isn't only at the "help" validation, it's in these schemas:
help.xsd
notices.xsd
tos.xsd
The text was updated successfully, but these errors were encountered: