okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

Treat string options as case sensitive #21

Closed master-lincoln closed 11 years ago

master-lincoln commented 11 years ago

Without this modification every String option is lowercased. At least for path fragments, this behaviour is clearly wrong. e.g.: coap://locahost/states/CHryD would be interpreted as coap://locahost/states/chryd

See section 6.4 of the coap-08 draft