Re: Mime type parameter matching - or lack

2016-09-19 Thread Sergey Beryozkin
Hi As far as I know the custom parameters do not affect the selection algorithm - and the order in which they are listed is not taken into account. Indeed, the client can try to affect the selection by including a 'q' property but if it is not possible then you can add a 'qs' parameter to

Mime type parameter matching - or lack

2016-09-17 Thread Longton, Nigel
Hi, We've noticed that CXF doesn't use mime type parameters for matching except for q and d. Is there a reason for this? Our goal is to use a parameter to influence the shape of json or xml that is returned. We had to create a @Feature to override the default sort model for method selection,