Commit 92e4734 1 parent cfa3610 commit 92e4734 Copy full SHA for 92e4734
File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2025-03-05 :
2
+ - Added
3
+ [`RDE_MENU_AND_HEADER_URIS_DIFFER`](#Error-RDE_MENU_AND_HEADER_URIS_DIFFER)
4
+ to [rde-05](#Test-Case-rde-05).
5
+
1
6
2025-02-26 :
2
7
- |
3
8
To avoid issues where EPP servers reject commands containing IP addresses in
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ rde-05:
57
57
Summary : Validate object types
58
58
Maturity : GAMMA
59
59
Description : |
60
- The header object **MUST** reference the correct object XML namespace
61
- URIs.
60
+ The `<rdeHeader>` and `<rdeMenu>` objects **MUST** reference the correct
61
+ object XML namespace URIs.
62
62
63
63
The correct URIs are determined by the `general.registryDataModel` and
64
64
`epp.hostModel` input parameters. At minimum, the list of URIs will include
@@ -72,8 +72,12 @@ rde-05:
72
72
**MUST** be present. If the value is `attributes`, then it **MUST NOT** be
73
73
present.
74
74
75
- All expected URIs **MUST** be present in the header, and the header **MUST
76
- NOT** contain any unexpected URIs.
75
+ All expected URIs **MUST** be present, and unexpected URIs **MUST NOT** be
76
+ present.
77
+
78
+ The set of URIs in the `<objURI>` elements in the `<rdeMenu>` element
79
+ **MUST** match the set of URIs in the `uri` attributes of the `<count>`
80
+ elements in the `<rdeHeader>` element.
77
81
78
82
| **Namespace URI** | **Deposit type** | **Notes** |
79
83
| :---------------------------------------- | :------------: | :-------- |
@@ -94,6 +98,7 @@ rde-05:
94
98
Errors :
95
99
- RDE_UNEXPECTED_OBJECT_URI
96
100
- RDE_MISSING_OBJECT_URI
101
+ - RDE_MENU_AND_HEADER_URIS_DIFFER
97
102
98
103
rde-06 :
99
104
Implemented : true
Original file line number Diff line number Diff line change @@ -337,3 +337,10 @@ RDE_CONTACT_HAS_NON_UNIQUE_ROID:
337
337
Severity : ERROR
338
338
Description :
339
339
One or more contact objects have the same `<roid>` element.
340
+
341
+ RDE_MENU_AND_HEADER_URIS_DIFFER :
342
+ Severity : ERROR
343
+ Description :
344
+ The set of URIs in the `<objURI>` elements in the `<rdeMenu>` element
345
+ differs from the set of URIs in the `uri` attributes of the `<count>`
346
+ elements in the `<rdeHeader>` element.
You can’t perform that action at this time.
0 commit comments