I am using Jersey 1.6. I was trying the encoded annotation with different
paramtypes. But it seems the encoded attribute is supported only for the
following param types.
Matrix Param
Path Param
Query Param
It is not supported for Cookie, Form and Header Param types. Is this a bug
with Jersey or is this how it should be?