eclipse-californium / californium.tools

Californium project
Other
59 stars 57 forks source link

bug fixes to handle context parameter ("con" ) #9

Closed arne-broering closed 8 years ago

arne-broering commented 8 years ago

The RD's mechanism to accept the "con" parameter was broken. This update fixes the bug by including a "null" check (in RDLookUpEPResource.java) and preventing to use LinkAttribute to parse the value of the con parameter (in RDNodeResource).