Yea, agreed - but if are you using MultivaluedMap in your signature then it 
should work fine.
BradO - if you're reading it - it's a perfect time for a patch :-), unless Tom 
does it first :-)

Thanks, Sergey


----- Original Message ----- From: "Tom McGee" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, November 19, 2008 5:37 PM
Subject: problem in FormEncodingReaderProvider or in my java knowledge


Line 47 of  org.apache.cxf.jaxrs.provider. FormEncodingReaderProvider reads:
       return type.isAssignableFrom(MultivaluedMap.class);
I think maybe it should be:
       return MultivaluedMap.class.isAssignableFrom(type);
Or maybe I'm just showing my ignorance :-).


Reply via email to