On 09/05/13 12:59, Sergey Beryozkin wrote:
> Hi All,
>
> I can see there are some expectations MultivaluedMap are supposed to
> support null keys. I don't see anything in JavaDocs about it and IMHO we
> should not allow JAX-RS developers to do
>
> map.putSingle(null, something);
Well, I've learned something new today, LinkedHashMap and HashMap allows
for null keys, so let it be. Though I'd prefer to block such keys,
seriously, what does it mean for the JAX-RS runtime, when it attempts to
say serialize the headers...And as it happens today is the first time
when I'm seeing CXF MultivaluedMap impl failing with NPE due to null
keys supplied, no users have tried it before :-)
JIRA for IceBox ?
Cheers, Sergey