wakaama
wakaama copied to clipboard
Test for invalid content type for registration
LwM2M registration is only valid with core link format.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
According to 1.1.1 specification section 6.2.1. Register Operation
the payload Media-Type of that registration message MUST be the CoRE Link Format (application/link-format) defined in [RFC6690]
as a result plain text must not be allowed.
According to 1.1.1 specification section 6.2.1. Register Operation
the payload Media-Type of that registration message MUST be the CoRE Link Format (application/link-format) defined in [RFC6690]
as a result plain text must not be allowed.
Agree! Fixed Wakaama to be standard conformant.
Nice, thanks!