jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] AbstractMultivaluedMap does not support case insensitive operations

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Fri, 8 Mar 2013 11:37:23 +0000

Hi,

I've tried to refactor our MultivaluedMap implementation such that it
depends on AbstractMultivaluedMap, but had to give up as it does not
really help a lot, it does not help with case-sensitive operations, I
wonder how useful it is to ship AbstractMultivaluedMap and
MultivaluedHashMap implementations given that for the most cases the
maps are expected to be case in-sensitive and sometimes unmodifiable ?

Cheers, Sergey